Wednesday 18 June 2014

Connecting Remotely to Weblogic Management Port - Java Mission Control

Set the following line in startWeblogic.sh file and then connec from a remote machine to port 7093, username / password will not be required as we have set authentication to false.
SAVE_JAVA_OPTION= "{$JAVA_OPTIOS}-Xmanagement:ssl=false,authenticate=false,port=7093"
Restart the server once set the above line.

No comments:

Post a Comment