JMX Port not listening on Server
812721Nov 10 2010 — edited Nov 12 2010Hi All,
I am working on JMX .I have added following code to catalina.bat file in Tomcat.
set CATALINA_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.password.file=C:\Program Files\Business Objects\Tomcat55\conf\jmxremote.password
-Dcom.sun.management.jmxremote.access.file=C:\Program Files\BusinessObjects\Tomcat55\conf\jmxremote.access
But when i do netstat - an i am unbale to see port 8099, also when i check listening ports i am unable to see 8099.
Can anyone pls provide me some suggestion what i am doing wrong.
I am working on tomcat 5.5 on Windows 2003 server.
Thanks in Advance