I'm running Tomcat on Linux, and I want to enable the JMX agent
(-Xmanagement).
If I add "-Xmanagement" to the JAVA_OPTS variable, this option will be
passed to the JVM both on Tomcat startup _and_ shutdown.
The problem is that when I try to shutdown Tomcat, the -Xmanagement
option is passed to the Shutdown process, which can't listen on the JMX
port because Tomcat is already listening.

How can I pass the -Xmanagement option to Tomcat startup _only_, and not
 shutdown too.

Thanks in advance,
Daniel Serodio


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to