Followers

Friday, January 17, 2014

UNLOCK weblogic password



In the following example, an administrator named adminuser with a password of gumby1234 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