Hi

For  JMX / jconsole for TOMCAT6.0.14 with following in catalina.sh


export JAVA_HOME=/opt/java6
echo JAVA_HOME   = $JAVA_HOME

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"


but on  using ./startup.sh

I am getting the folowing  as below ?


bash-3.00$ ./startup.sh
JAVA_HOME = /opt/java6
Using CATALINA_BASE:   /karthik/TOMCAT6014
Using CATALINA_HOME:   /karthik/TOMCAT6014
Using CATALINA_TMPDIR: /karthik/TOMCAT6014/temp
Using JRE_HOME:       /opt/java6
Usage: catalina.sh ( commands ... )
commands:
 debug             Start Catalina in a debugger
 debug -security   Debug Catalina with a security manager
 jpda start        Start Catalina under JPDA debugger
 run               Start Catalina in the current window
 run -security     Start in the current window with security manager
 start             Start Catalina in a separate window
 start -security   Start in a separate window with security manager
 stop              Stop Catalina
 stop -force       Stop Catalina (followed by kill -KILL)
 version           What version of tomcat are you running?
bash-3.00$



Is there any thing wrong with the JMX /Jconsole arguments ?



with regards
Karthik

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