RE: How to monitor Tomcat connectors?

2017-05-16 Thread Pesonen, Harri
...@sap.com] Sent: 15. toukokuuta 2017 18:10 To: Tomcat Users List <users@tomcat.apache.org> Subject: How to monitor Tomcat connectors? Hello, what would be the best way to find out if any of Tomcat connectors have failed to initialize at startup? They could fail for many reasons, lik

How to monitor Tomcat connectors?

2017-05-15 Thread Pesonen, Harri
Hello, what would be the best way to find out if any of Tomcat connectors have failed to initialize at startup? They could fail for many reasons, like when the port is already in use, or keystore is missing etc. Now Tomcat prints the error in log, but I would like to find out programmatically

Re: Monitor Tomcat Performance

2009-09-06 Thread Zaki Akhmad
On Fri, Sep 4, 2009 at 8:23 PM, Caldarale, Charles Rchuck.caldar...@unisys.com wrote: Congratulations.  Care to tell us the version of Tomcat and JVM you're using? I am using Tomcat6 and here's the JVM # update-alternatives --config java There are 4 choices for the alternative java (providing

Re: Monitor Tomcat Performance

2009-09-04 Thread ramzi khlil
Hello, Try using yourkit. Ramzi On Fri, Sep 4, 2009 at 12:34 AM, Zaki Akhmad zakiakh...@gmail.com wrote: Hello, I am using tomcat on my web application. I want to monitor my tomcat performance. What tools I can use? From the cacti graph, shows that the memory usage is very big (90%).

RE: Monitor Tomcat Performance

2009-09-04 Thread Caldarale, Charles R
From: Zaki Akhmad [mailto:zakiakh...@gmail.com] Subject: Monitor Tomcat Performance I am using tomcat on my web application. Congratulations. Care to tell us the version of Tomcat and JVM you're using? I want to monitor my tomcat performance. If you're running on a reasonably recent JVM

Monitor Tomcat Performance

2009-09-03 Thread Zaki Akhmad
Hello, I am using tomcat on my web application. I want to monitor my tomcat performance. What tools I can use? From the cacti graph, shows that the memory usage is very big (90%). Thanks -- Zaki Akhmad - To unsubscribe,

Re: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Anamika raj
wrote: I searched a lot for the setting of the jconsole to monitor tomcat locally..i got every where it is saying to set or edit CATALINA_OPTS=-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=9004 \ -Dcom.sun.management.jmxremote.ssl=false

RE: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Karthik Nanjangude
This will get the screen activated With regards Karthik -Original Message- From: Anamika raj [mailto:rajnam...@gmail.com] Sent: Saturday, May 09, 2009 11:47 AM To: users@tomcat.apache.org Subject: Re: how to setup jconsole to monitor tomcat locally hi i m not getting the meaning

RE: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Caldarale, Charles R
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] Subject: RE: how to setup jconsole to monitor tomcat locally Just add the following as 1'st line's into u'r /TOMCAT/bin/Catalina.bat ( .sh on Unix /Linux) Bad advice. You should not be modifying Tomcat-supplied scripts

RE: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Caldarale, Charles R
From: Anamika raj [mailto:rajnam...@gmail.com] Subject: Re: how to setup jconsole to monitor tomcat locally hi i m not getting the meaning of that [ create CATALINA_HOME/bin/setenv.sh CATALINA_HOME refers to the directory in which you have Tomcat installed. 3. Make it executable

how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
I searched a lot for the setting of the jconsole to monitor tomcat locally..i got every where it is saying to set or edit CATALINA_OPTS=-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=9004 \ -Dcom.sun.management.jmxremote.ssl=false

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Mark Thomas
Anamika raj wrote: I searched a lot for the setting of the jconsole to monitor tomcat locally..i got every where it is saying to set or edit CATALINA_OPTS=-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=9004 \ -Dcom.sun.management.jmxremote.ssl=false

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
I am working on windows vista and using Tomcat 5.0.28.0 and JDK 1.6 so please tell me the steps for windows. thanx Mark Thomas-18 wrote: Anamika raj wrote: I searched a lot for the setting of the jconsole to monitor tomcat locally..i got every where it is saying to set or edit

RE: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Caldarale, Charles R
From: Anamika raj [mailto:rajnam...@gmail.com] Subject: Re: how to setup jconsole to monitor tomcat locally I am working on windows vista Our deepest sympathies. so please tell me the steps for windows. The steps Mark outlined are the same; just substitute .bat for .sh. All .bat files

RE: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Caldarale, Charles R
From: Anamika raj [mailto:rajnam...@gmail.com] Subject: Re: how to setup jconsole to monitor tomcat locally using Tomcat 5.0.28.0 Please note that Tomcat 5.0 has been deprecated for some time; you would be better off moving to 5.5.x, or better yet, 6.0.x. - Chuck THIS COMMUNICATION MAY

Re: Monitor Tomcat

2009-01-21 Thread Gregor Schneider
http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html http://docs.hp.com/en/5992-4861/ar01s10.html HTH Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

Re: Monitor Tomcat

2009-01-21 Thread Leon Rosenberg
well, monitoring tomcat itself: lambdaprobe java-monitor monitoring the webapp in tomcat moskito jamon regards Leon On Wed, Jan 21, 2009 at 5:02 AM, Zaki Akhmad zakiakh...@gmail.com wrote: Hello, I am deploying my web application on Tomcat. How do I monitor the tomcat performance? 1. If

Re: Monitor Tomcat

2009-01-21 Thread Brian Clark
I use Sun's Visual VM. https://visualvm.dev.java.net/ Brian From: Zaki Akhmad zakiakh...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, January 20, 2009 10:02:51 PM Subject: Monitor Tomcat Hello, I am deploying my web application

Monitor Tomcat

2009-01-20 Thread Zaki Akhmad
Hello, I am deploying my web application on Tomcat. How do I monitor the tomcat performance? 1. If I am using GNU/Linux environment 2. If I am using Windows XP environment What F/OSS package/software I should install? -- Zaki Akhmad

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-10-03 Thread Kees Jan Koster
Dear Martin, http://www.jdocs.com/tomcat/6.0.14/org/apache/catalina/ServerFactory.html ServerFactory.getServer() will return org.apache.catalina.ServerFactory Thanks for the information. I changed the mbean server code to make use of all available mbean servers and now my code can always

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-10-02 Thread Kees Jan Koster
Dear Mark, I got bitten by this recently. I am working on a LifecycleListener (that can be configured in server.xml) that fixes both ports that are used by jconsole. This makes it much easier to configure firewalls, tunnel through PuTTY etc. If I get it finished in time, it will be in

RE: Another confused person trying to get jconsole to monitor tomcat.

2008-10-02 Thread Martin Gainty
other than intended recipient. Sender does not necessarily endorse content contained within this transmission. From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Another confused person trying to get jconsole to monitor tomcat. Date: Thu, 2 Oct 2008 20:26:16 +0200 Dear Mark

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-09-23 Thread Mark Thomas
Tim Funk wrote: vnc might have acceptable performance. Not sure if you'd run into issue by installing vncserver. -Tim Bill Davidson wrote: Tim Funk wrote: An easy kludge is to run jconsole locally on the server and send the display to yourself. ssh -Y yourserver (or ssh -X server

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Mark Thomas
Bill Davidson wrote: I've been through the docs. I've been through Google. I can't seem to figure this out. Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2 Client: jconsole from JDK 1.6.0_07 on Windows XP I've got all of these in $CATALINA_OPTS and they do show up in the java

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Dominic Mitchell
On 21 Aug 2008, at 09:25, Mark Thomas wrote: Bill Davidson wrote: I've been through the docs. I've been through Google. I can't seem to figure this out. Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2 Client: jconsole from JDK 1.6.0_07 on Windows XP I've got all of these in

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Mark Thomas
Dominic Mitchell wrote: On 21 Aug 2008, at 09:25, Mark Thomas wrote: Bill Davidson wrote: I've been through the docs. I've been through Google. I can't seem to figure this out. Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2 Client: jconsole from JDK 1.6.0_07 on Windows XP

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Bill Davidson
On 21 Aug 2008, at 09:25, Mark Thomas wrote: Add some logging to your firewall configuration to see what is being dropped. Dominic Mitchell wrote: That should help, but it's likely to be a different port in use each time. Because JMX uses RMI by default, and RMI uses two ports: a fixed port to

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Tim Funk
An easy kludge is to run jconsole locally on the server and send the display to yourself. ssh -Y yourserver (or ssh -X server YMMV) $JAVA_HOME/bin/jconsole pid No iptables tricks needed. -Tim Bill Davidson wrote: Is this random port opened by the server side (Tomcat) or the client side

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Kees Jan Koster
Dear Bill, I've been through the docs. I've been through Google. I can't seem to figure this out. Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2 Client: jconsole from JDK 1.6.0_07 on Windows XP I've got all of these in $CATALINA_OPTS and they do show up in the java command line

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Bill Davidson
Tim Funk wrote: An easy kludge is to run jconsole locally on the server and send the display to yourself. ssh -Y yourserver (or ssh -X server YMMV) $JAVA_HOME/bin/jconsole pid No iptables tricks needed. I'm running the client on a Windows machine. I did try Cygwin/X and an ssh tunnel with

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Tim Funk
vnc might have acceptable performance. Not sure if you'd run into issue by installing vncserver. -Tim Bill Davidson wrote: Tim Funk wrote: An easy kludge is to run jconsole locally on the server and send the display to yourself. ssh -Y yourserver (or ssh -X server YMMV)

Another confused person trying to get jconsole to monitor tomcat.

2008-08-20 Thread Bill Davidson
I've been through the docs. I've been through Google. I can't seem to figure this out. Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2 Client: jconsole from JDK 1.6.0_07 on Windows XP I've got all of these in $CATALINA_OPTS and they do show up in the java command line when I run ps:

Re: How to monitor Tomcat Server.

2007-06-05 Thread bezell
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/How-to-monitor-Tomcat-Server.-tf3808194.html#a10971523 Sent from the Tomcat - User mailing list archive at Nabble.com

How to monitor Tomcat Server.

2007-05-24 Thread Praveen Kumar
options to monitor server status. Is there any way to monitor tomcat server status always. Pls help me in this regard. waiting for valuble responses . Thanks Praveen Kumar.

RE: How to monitor Tomcat Server.

2007-05-24 Thread Raghupathy, Gurumoorthy
http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html this works great :) -Original Message- From: Praveen Kumar [mailto:[EMAIL PROTECTED] Sent: 24 May 2007 07:14 To: users@tomcat.apache.org Subject: How to monitor Tomcat Server. Hi All, I'm using Tomcat server

Re: How to monitor Tomcat Server.

2007-05-24 Thread Praveen Kumar
Hi Raghu, Right now i am using this logic only. it is working fine. Is there any another way to monitor tomcat server ? I mean , Is tomcat server group provides any feature to fulfil this requirement ? Any help ? Thanks Praveen On 5/24/07, Raghupathy, Gurumoorthy [EMAIL

RE: How to monitor Tomcat Server.

2007-05-24 Thread Neil Meyer
Users List Subject: Re: How to monitor Tomcat Server. Hi Raghu, Right now i am using this logic only. it is working fine. Is there any another way to monitor tomcat server ? I mean , Is tomcat server group provides any feature to fulfil this requirement ? Any help ? Thanks

Re: How to monitor Tomcat Server.

2007-05-24 Thread ben short
there that you can install that checks Tomcat, OS, DB etc. Kr Neil Meyer -Original Message- From: Praveen Kumar [mailto:[EMAIL PROTECTED] Sent: 24 May 2007 11:18 AM To: Tomcat Users List Subject: Re: How to monitor Tomcat Server. Hi Raghu, Right now i am using this logic only

Re: How to monitor Tomcat Server.

2007-05-24 Thread Praveen Kumar
Hi Neil, Thanks for response. It seems this is also one type of tool. Here again we have some problem ie we should monitor this tool too right ? So instead installing new tool to monitor tomcat server , is there any feature that apache group provides to inform tomcat server

Re: How to monitor Tomcat Server.

2007-05-24 Thread Pid
Praveen Kumar wrote: Hi Raghu, Right now i am using this logic only. it is working fine. Is there any another way to monitor tomcat server ? I mean , Is tomcat server group provides any feature to fulfil this requirement ? Any help ? Thanks Praveen If you're asking whether

Re: How to monitor Tomcat Server.

2007-05-24 Thread ben short
. On 5/24/07, Pid [EMAIL PROTECTED] wrote: Praveen Kumar wrote: Hi Raghu, Right now i am using this logic only. it is working fine. Is there any another way to monitor tomcat server ? I mean , Is tomcat server group provides any feature to fulfil this requirement

Re: How to monitor Tomcat Server.

2007-05-24 Thread Mark H. Wood
On Thu, May 24, 2007 at 03:03:12PM +0530, Praveen Kumar wrote: It seems this is also one type of tool. Here again we have some problem ie we should monitor this tool too right ? So instead installing new tool to monitor tomcat server , is there any feature that apache group

Re: How to monitor Tomcat Server.

2007-05-24 Thread ben short
at 03:03:12PM +0530, Praveen Kumar wrote: It seems this is also one type of tool. Here again we have some problem ie we should monitor this tool too right ? So instead installing new tool to monitor tomcat server , is there any feature that apache group provides to inform tomcat

Re: How to monitor Tomcat Server.

2007-05-24 Thread Christopher Schultz
this is also one type of tool. Here again we have some problem ie we should monitor this tool too right ? So instead installing new tool to monitor tomcat server , is there any feature that apache group provides to inform tomcat server status ? There is an insoluble dilemma here

Re: How to monitor Tomcat Server.

2007-05-24 Thread Praveen Kumar
to monitor tomcat server , is there any feature that apache group provides to inform tomcat server status ? There is an insoluble dilemma here. If you use a separate process to monitor your server, then that process must also be monitored. Eventually you have two processes watching each

Re: How to monitor Tomcat Server.

2007-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Praveen, Praveen Kumar wrote: pls could send the file and cron job details , it would be more useful to me . Uh... google httping, man cron. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla

Monitor Tomcat

2006-11-13 Thread Philippe Couas
What are best solution to Monitor Tomcat and verifiy Memory and ressource ? Regards Philippe

Re: Monitor Tomcat

2006-11-13 Thread antarix
I use lambdaprobe http://www.lambdaprobe.org/d/index.htm Grettings!! 2006/11/13, Philippe Couas [EMAIL PROTECTED]: What are best solution to Monitor Tomcat and verifiy Memory and ressource ? Regards Philippe

Monitor Tomcat

2006-10-30 Thread Thomas Nowotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I use a lot of tomcat in differnt systems with different jobs. Now I like to monitor them. I'm realy intressted in values like hit per s/m/h or something like that. I can not parse the logfiles and I don't want to use jmeter so I need

Re: Monitor Tomcat

2006-10-30 Thread Dan Baumann
On 30.10.2006, at 11:21, Thomas Nowotny wrote: I use a lot of tomcat in differnt systems with different jobs. Now I like to monitor them. I'm realy intressted in values like hit per s/ m/h or something like that. I can not parse the logfiles and I don't want to use jmeter so I need another