How can I connect JConsole to WebLogic using the WL SSL Listen Port

Posted by Mircea Vutcovici on Server Fault See other posts from Server Fault or by Mircea Vutcovici
Published on 2011-11-16T23:59:50Z Indexed on 2011/11/17 1:54 UTC
Read the original article Hit count: 547

Filed under:
|

I would like to be able to use JConsole on remote WebLogic servers via the multiplexer port on SSL. Is it possible this without doing any configuration changes WebLogic? Only by adding some jars (e.g. wljmxclient.jar) or parameters to JConsole.

I've tried with variations of the following command without success:

$JAVA_HOME/bin/jconsole -J-Djava.class.path=$JAVA_HOME/lib/jconsole.jar:\
   $JAVA_HOME/lib/tools.jar:$WL_HOME/server/lib/wljmxclient.jar \
   -J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote -debug \
   service:jmx:rmi:///jndi/iiop://server_name:7441/jmxrmi

I think that one of the problem is that the SSL is not enabled in JConsole.

© Server Fault or respective owner

Related posts about weblogic

Related posts about jmx