Unanswered question

Can Neoload monitor Tomcat without authentication ?

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

Howe Cheong L.
Howe Cheong L.

Howe Cheong L.

Level
0
20 / 100
points

Answers

Ethal V.
Ethal V.

Ethal V.

Level
0
59 / 100
points

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