Re: Jconsole and remote monitoring

2007-05-02 Thread Rainer Jung
Thank's for reminding me, I forgot. But I think he uses 5.5.9 (very outdated). CATALINA_OPTS was used for start and stop until 5.5.20, and with 5.5.21 we switched to only using it for startup. Peter Rossbach schrieb: > Please use CATALINA_OPTS to set jmx options. The catalina.sh stop > command use

Re: Jconsole and remote monitoring

2007-05-02 Thread [EMAIL PROTECTED]
thank you. > You neded to change your start/stop scripts, so that they use the > management parameters only in the starting case and not in the stopping > case (define a new variable and add it in bin/catalina.sh to the "start" > case. > > [EMAIL PROTECTED] schrieb: > > Now jconsole works but when

Re: Jconsole and remote monitoring

2007-05-02 Thread Peter Rossbach
Please use CATALINA_OPTS to set jmx options. The catalina.sh stop command use only JAVA_OPTS and not CATALINA_OPTS. Peter Am 02.05.2007 um 18:09 schrieb Rainer Jung: You neded to change your start/stop scripts, so that they use the management parameters only in the starting case and not in

Re: Jconsole and remote monitoring

2007-05-02 Thread Rainer Jung
You neded to change your start/stop scripts, so that they use the management parameters only in the starting case and not in the stopping case (define a new variable and add it in bin/catalina.sh to the "start" case. [EMAIL PROTECTED] schrieb: > Now jconsole works but when i shut it down with /bin

Jconsole and remote monitoring

2007-05-01 Thread [EMAIL PROTECTED]
this is the process detail: /usr/lib/jvm/java-6-sun/bin/java -Xms32M -Xmx32M -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+HeapDumpOnOutOfMemoryError -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7019 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.managem