java - Unable to connect Jconsole to remote server -


i have put following text in setenv.sh

export catalina_opts="-dcom.sun.management.jmxremote -dcom.sun.management.jmxremote.port=9999 -dcom.sun.management.jmxremote.authenticate=false -dcom.sun.management.jmxremote.ssl=false -djava.rmi.server.hostname=127.0.0.1" 

but still not able connect jconsole remote server. should hostname there? have checked server.xml, doesn't contain ip in connector tag.

or missing else here?

this answer worked me. unable connect jconsole remote tomcat server because of additional port requirement.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -