Hi folks,
I'm posting here as might someone can help me out. for monitoring a tomcat I've added based on http://www.zabbix.com/documentation/...jmx_monitoring
to my catalina.sh which is called by startup.sh.
Unfortunately now shutdown.sh, which also refers to catalina.sh is complaining, that port 12345 is already in use. (which I understand as it is). But What's the correct (read: TOMCAT-way) way to add the options to startup.sh so shutdown.sh is still working?
I'm posting here as might someone can help me out. for monitoring a tomcat I've added based on http://www.zabbix.com/documentation/...jmx_monitoring
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
Unfortunately now shutdown.sh, which also refers to catalina.sh is complaining, that port 12345 is already in use. (which I understand as it is). But What's the correct (read: TOMCAT-way) way to add the options to startup.sh so shutdown.sh is still working?
Comment