Tomcat Jconsole

2010-05-19 Thread Ozgur Ozdemircili
Hi, Im trying to connect to my tomcat server using Jconsole. I do get Connection Failed I have the following parameters in my tomcat startup.sh export CATALINA_OPTS=-XX:MaxPermSize=512m -Xms512m -Xmx2048m -server set CATALINA_OPTS=-Dcom.sun.management.jmxremote \

RE: Tomcat Jconsole

2010-05-19 Thread Caldarale, Charles R
From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] Subject: Tomcat Jconsole Im trying to connect to my tomcat server using Jconsole. I do get Connection Failed What version of Tomcat? What JVM? I have the following parameters in my tomcat startup.sh You shouldn't be modifying

Re: Tomcat Jconsole

2010-05-19 Thread Ozgur Ozdemircili
[mailto:ozgur.ozdemirc...@gmail.com] Subject: Tomcat Jconsole Im trying to connect to my tomcat server using Jconsole. I do get Connection Failed What version of Tomcat? What JVM? I have the following parameters in my tomcat startup.sh You shouldn't be modifying startup.sh; create a setenv.sh script

Re: Tomcat Jconsole

2010-05-19 Thread Hassan Schroeder
On Wed, May 19, 2010 at 6:38 AM, Ozgur Ozdemircili ozgur.ozdemirc...@gmail.com wrote: I have the following parameters in my tomcat startup.sh ripple:/tmp$ cat testenv #!/bin/bash export CATALINA_OPTS=-XX:MaxPermSize=512m -Xms512m -Xmx2048m -server set

RE: Tomcat Jconsole

2010-05-19 Thread Caldarale, Charles R
From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] Subject: Re: Tomcat Jconsole -Dual core Intel(R) Xeon(R) CPU E3110 @ 3.00GHz and 4 GB memory each. What does each mean? Is the system running with 4 GB of memory or something more? The startup.sh configuration is not broken

Re: Tomcat Jconsole

2010-05-19 Thread Ozgur Ozdemircili
] Subject: Re: Tomcat Jconsole -Dual core Intel(R) Xeon(R) CPU E3110 @ 3.00GHz and 4 GB memory each. What does each mean? Is the system running with 4 GB of memory or something more? The startup.sh configuration is not broken. I didnt wipe out anything. export CATALINA_OPTS=-XX:MaxPermSize

Tomcat JConsole

2008-08-14 Thread Tokajac
; $ export CATALINA_OPTS; and i put that in catalina.but, but so far i have no success with the configuration. If sy has experience with this set up, please write down the step by step process. Thx! Regards -- View this message in context: http://www.nabble.com/Tomcat-JConsole-tp18982597p18982597.html

Re: Tomcat JConsole

2008-08-14 Thread Johnny Kewl
- Original Message - From: Tokajac [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 14, 2008 4:24 PM Subject: Tomcat JConsole How can i monitor Tomcat with JConsole? I found sg like: $ CATALINA_OPTS=-Dcom.sun.management.jmxremote

Re: Tomcat JConsole

2008-08-14 Thread Sam Wun
Hi, I m using Eclipse 3.4 (in Vista) and Tomcat 5.5 (in linux) as J2EE development environment. I want to build a online order form to interact with backend database in linux. I know I can use dreamweaver to create web page (html template), but I don't know how to use it and dont' have the time

Re: Tomcat JConsole

2008-08-14 Thread Tokajac
-Dcom.sun.management.jmxremote.ssl=false ? Which .exe or .java file needs to be started? Regards -- View this message in context: http://www.nabble.com/Tomcat-JConsole-tp18982597p18985026.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Tomcat JConsole

2008-08-14 Thread Caldarale, Charles R
From: Tokajac [mailto:[EMAIL PROTECTED] Subject: Tomcat JConsole $ CATALINA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=test-idc.internet2

RE: Tomcat JConsole

2008-08-14 Thread Tokajac
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Tomcat-JConsole-tp18982597p18985903.html Sent from the Tomcat - User mailing list archive at Nabble.com