Skip to content

Instantly share code, notes, and snippets.

@rugi
Created March 10, 2018 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rugi/68a763fb83d531bb2be3121099ed0cf8 to your computer and use it in GitHub Desktop.
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
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