Attempt to monitor Tomcat on a standalone local machine, that is not connected to any domain. And intended to test out Tomcat monitor without authentication. But it return "Cannot connect to service. Please check the host and port configuration". Please advise
Hi Howe,
Please do the following things to monitor Tomcat without authentication.
1)Open tomcat.sh
3)In ARGS, last line, add "-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=1234 " , within quotes
4)restart the service
Ethal answered
Howe Cheong posted a new question