> From: karthikn [mailto:[EMAIL PROTECTED]
> Subject: JMX / jconsole for TOMCAT6.0.14
>
> set CATALINA_OPTS="-Dcom.sun.management.jmxremote
>                    -Dcom.sun.management.jmxremote.port=8999
>                    -Dcom.sun.management.jmxremote.ssl=false
>                    -Dcom.sun.management.jmxremote.authenticate=false"

Remove the quotes and put all the items on one line, separated by spaces.  
Also, since you're specifying a port, you do not need the plain 
-Dcom.sun.management.jmxremote parameter.

Depending on the shell you're using, you may or may not need to use "set", or 
you may need to use "export" (without the quotes, of course).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
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