Created
March 10, 2018 17:36
-
-
Save rugi/68a763fb83d531bb2be3121099ed0cf8 to your computer and use it in GitHub Desktop.
Línea de comando para invocar Jconsole con las clases requeridas para conectarse a un WLS 12c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jconsole -J-Djava.class.path=/u01/oracle/products/jdk_home/jdk1.8.0_77/lib/jconsole.jar:/u01/oracle/products/jdk_home/jdk1.8.0_77/lib/tools.jar:/u02/oracle/Oracle/Middleware/Oracle_Home/wlserver/server/lib/wljmxclient.jar -J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote -debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment