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
Hi, Again: -Rhel 5.3 x64 -java version 1.6.0_16 Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode) -Apache tomcat 6.0.26 -Dual core Intel(R) Xeon(R) CPU E3110 @ 3.00GHz and 4 GB memory each. The startup.sh configuration is

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

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
I appreciate Your answer a lot, Johnny! Can U provide me more details about configuring? Which file should be edited? Where is the right place to put -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9004 -Dcom.sun.management.jmxremote.authenticate=false

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

RE: Tomcat JConsole

2008-08-14 Thread Tokajac
Finally i started with monitoring I was trying to start a remote monitoring with IP address:port Instead of that now i'm using the local monitoring of org.apache.catalina.startup.Bootstrap start Details which regard the discussion: Windows XP; apache-tomcat-5.5.26; jdk1.6.0_07;