Set Jconsole on your tomcat setenv or startup file for monitor java

--------------------------------------------------------------------------
Hello This is Arvind                           
--------------------------------------------------------------------------



Here below Setting for access your Jconsole Remotaly



--------------------------------------------------------------------------
Go to your /apache-tomcat-8.5.9/bin/
now add below line in catalina.sh or setenv.sh file using below command
--------------------------------------------------------------------------

#nano setenv.sh or catalina.sh

JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9020 -Dcom.sun.management.jmxremote.local.only=false"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=YourIPAddres"

Popular posts from this blog

Setup MySQL on Ubuntu Droplet getting error ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Remote Desktop Sharing Dconf Tool in Linux (Ubuntu 14.04)

Configure Telnet & SSH on Router for Remote access.