Wednesday, July 9, 2014

UNLOCK Weblogic Password

In the following example, an administrator named adminuser with a password ofgumby1234 requests the unlocking of the WebLogic Server listening on port 7001 on machine localhost
java weblogic.Admin -url localhost:7001 -username adminuser 
   -password gumby1234 UNLOCK

No comments:

Post a Comment