Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMX Port not listening on Server

812721Nov 10 2010 — edited Nov 12 2010
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2010
Added on Nov 10 2010
4 comments
1,600 views