Hi,
I use tomcat 6 installed on Linux RedHat5. I enabled JMX as follows
JAVA_OPTS="$JAVA_OPTS -Djava.rmi.server.hostname=10.97.242.177
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=2099
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false"
After starting tomcat, i can successfully connect to remote process using
Jconsole.
When i tried to stop tomcat from comand line using ./shutdown.sh i got the
following errors.
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port
already in use: 2099; nested exception is:
java.net.BindException: Address already in use
Any help !!
Thanks in adavance.
Nabil
--
View this message in context:
http://www.nabble.com/Tomcat6-does-not-shutdown-tp26007416p26007416.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]