Apache Tomcat 7 JMX Monitoring

2012-01-25 Thread Smith, Mitchell
Hi, I am configuring an application server: Tomcat 7, Java 1.7 I previously used Apache Tomcat 5.5, and JDK1.5. I had JMX monitoring enabled as below. -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.ssl=false

Re: Apache Tomcat 7 JMX Monitoring

2012-01-25 Thread Mark Thomas
On 25/01/2012 14:51, Smith, Mitchell wrote: Hi, I am configuring an application server: Tomcat 7, Java 1.7 I previously used Apache Tomcat 5.5, and JDK1.5. I had JMX monitoring enabled as below. -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345

New blog post on Tomcat 7 JMX

2010-09-16 Thread Mark Thomas
https://blogs.apache.org/tomcat/entry/tomcat_7_trunk_and_jmx If folks are interested in this but need help with building Tomcat 7 from source just ask on this list. Mark - To unsubscribe, e-mail:

Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Richard John
I want to monitor the Tomcat server remotley with jconsole. I added the properties described in http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html set CATALINA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8050-Dcom.sun.management.jmxremote.ssl=false

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Gurkan Erdogdu
try service:jmx:rmi:///jndi/rmi://localhost:8050/jmxrmi --Gurkan 2010/3/16 Richard John rich4rd.j...@gmail.com I want to monitor the Tomcat server remotley with jconsole. I added the properties described in http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html set

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Gurkan Erdogdu
Also remove from CATALINA_OPTS, like this set CATALINA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8050 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false 2010/3/16 Gurkan Erdogdu cgurkanerdo...@gmail.com try

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Richard John
was a typo, of course i tried port 8050, but removing the Quotation mark did the trick, thanks! Why are they in the documentation? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

RE: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Caldarale, Charles R
From: Richard John [mailto:rich4rd.j...@gmail.com] Subject: Re: Can't connect remotely to Tomcat via JMX on Windows removing the Quotation mark did the trick, thanks! Why are they in the documentation? The erroneous quotes have been removed in the current doc: http://tomcat.apache.org

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Richard John
The documentation was correct for Linux / Unix maybe the documentation should point out the difference between Windows and Linux configuration - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Tomcat And JMX

2009-07-18 Thread ajitlodhi
this message in context: http://www.nabble.com/Tomcat-And-JMX-tp24546901p24546901.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Tomcat and jmx

2008-04-17 Thread ZB
Hi everybody, i would like to monitor my Tomcat 6.0 with another port instead of . How can I change the VM arguments within my Tomcat Service (Windows XP) Thank you JLucas

RE: Tomcat and jmx

2008-04-17 Thread Antonio Vidal Ferrer
15:38 To: users@tomcat.apache.org Subject: Tomcat and jmx Hi everybody, i would like to monitor my Tomcat 6.0 with another port instead of . How can I change the VM arguments within my Tomcat Service (Windows XP) Thank you JLucas

RE: Tomcat and jmx

2008-04-17 Thread JLucas ZB
17/04/08 16:59 De : Antonio Vidal Ferrer A : 'Tomcat Users List' , 'ZB' Copie à : Objet : RE: Tomcat and jmx Well, it can be done via CATALINA_OPTS. For example: setenv CATALINA_OPTS -Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=8123

RE: Tomcat and jmx

2008-04-17 Thread Caldarale, Charles R
From: JLucas ZB [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat and jmx With Tomcat 6, there's only a binary file (tomcat.exe) within %TOMCAT_HOME%\bin so there's no other way but configuring CATALINA_OPTS through  the  Panel System. Not sure what you mean by the Panel System, but you

RE: Tomcat and jmx

2008-04-17 Thread JLucas ZB
Many thanks, it works JLucas Message du 17/04/08 17:20 De : Caldarale, Charles R A : Tomcat Users List Copie à : Objet : RE: Tomcat and jmx From: JLucas ZB [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat and jmx With Tomcat 6, there's only a binary file (tomcat.exe) within

RE: Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 4:15 PM To: Tomcat Users List Subject: RE: Starting Tomcat with JMX support From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: RE: Starting Tomcat with JMX support I found that, but am I calling that in a bat

RE: Starting Tomcat with JMX support

2008-01-25 Thread Caldarale, Charles R
From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: RE: Starting Tomcat with JMX support I found that, but am I calling that in a bat as switch after the tomcat5.exe? I'll bite: why are you doing that? If you want to run Tomcat from a .bat script, startup.bat should be the one used

RE: Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
, January 25, 2008 4:04 PM To: Tomcat Users List Subject: RE: Starting Tomcat with JMX support From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat with JMX support I was wondering how I would start Tomcat such that I can actually access the Jconsole for the JVM powering

Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
Hi All, I was wondering how I would start Tomcat such that I can actually access the Jconsole for the JVM powering it? I know my PID for the Java instance and I have found that the management agent is not enabled on this process. How do I enable? ( I have googled but

RE: Starting Tomcat with JMX support

2008-01-25 Thread Caldarale, Charles R
From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat with JMX support I was wondering how I would start Tomcat such that I can actually access the Jconsole for the JVM powering it? It's in the doc: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html If you're

Re: Tomcat MBean JMX Notifications

2007-05-10 Thread Rama Casturi
Any ideas? -- View this message in context: http://www.nabble.com/Tomcat-MBean-JMX-Notifications-tf3718134.html#a10423193 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

Tomcat MBean JMX Notifications

2007-05-09 Thread Rama Casturi
My code depends on being able to receive a notification from Tomcat that is has completed its startup (meaning the entire server initialization and deploy/load of all servlets is done). I believe there are JMX notifications that tomcat mbeans provide which include this kind of notification, but I