Tomcat Server Status

2004-08-31 Thread Kashif Siddiqui
Hi all, I am sucessfully running Tomcat server, now I want to know that is there any way to get Tomcat server's 1. Server's Status 2. Start Time 3. Server uptime 4. Current requests on server Thanks in advance... __ Do you Yahoo!? New and

Re: Tomcat Server Status

2004-08-31 Thread Ronald Klop
Look at the http://your-hostname/manager/html webapp. See also: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html Ronald. On Tue Aug 31 12:54:51 CEST 2004 Kashif Siddiqui [EMAIL PROTECTED] wrote: Hi all, I am sucessfully running Tomcat server, now I want to know that is there

Re: Tomcat Server Status

2004-08-31 Thread Kashif Siddiqui
Thank you very much for guidance, but this page don't show StartTime/UpTime of Tomcat Server... http://localhost:/manager/html Is there any way to get it. --- Ronald Klop [EMAIL PROTECTED] wrote: Look at the http://your-hostname/manager/html webapp. See also:

Re: Tomcat Server Status

2004-08-31 Thread Tim Funk
We actually wrote a JSP to do this. Since we utilize the CATALINA_PID environment variable, on startup - a file with tomcat's pid is written. Then we have a JSP which queries the last modify time of this file. -Tim Kashif Siddiqui wrote: Thank you very much for guidance, but this page don't show

RE: Tomcat Server Status

2004-08-31 Thread Shakeel Ahmad
How to set CATALINA_PID for this purpose, I mean can you give some details and correct settings. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:23 PM To: Tomcat Users List Subject: Re: Tomcat Server Status We actually wrote a JSP to do

Re: Tomcat Server Status

2004-08-31 Thread Tim Funk
CATALINA_PID for this purpose, I mean can you give some details and correct settings. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:23 PM To: Tomcat Users List Subject: Re: Tomcat Server Status We actually wrote a JSP to do this. Since we utilize

Re: Tomcat Server Status

2004-08-31 Thread Remy Maucherat
If you also want the StartTime/UpTime, you could contribute a patch. This doesn't sound terribly useful overall, but I suppose it wouldn't hurt. -- x Rémy Maucherat Developer Consultant JBoss Group (Europe) SàRL x

Re: Tomcat Server Status

2004-08-31 Thread Ronald Klop
On Tue Aug 31 13:14:22 CEST 2004 Kashif Siddiqui [EMAIL PROTECTED] wrote: Thank you very much for guidance, but this page don't show StartTime/UpTime of Tomcat Server... http://localhost:/manager/html Is there any way to get it. I use a ServletContextListener for this. It has a 'static long

Re: Tomcat Server Status

2004-08-31 Thread sergio ulloa
Server Status Hi all, I am sucessfully running Tomcat server, now I want to know that is there any way to get Tomcat server's 1. Server's Status 2. Start Time 3. Server uptime 4. Current requests on server Thanks in advance... __ Do you Yahoo!? New

Tomcat Server status

2002-09-23 Thread Chenthil Kumaran I
Hi, I am using tomcat 4.0.4 it seems to be slower compared to tomcat 3.3.x. Is there any way i can speedup the tomcat initialization. (I have already costomised server.xml to my need) I have one more doubt is there a way by which i can confirm the status of the of tomcat

Apache/Tomcat server-status Question

2002-03-28 Thread John Moore
I have asked this question three times in the apache-users forum and not heard a response. I know this is a problem related more to Apache than Tomcat but I'm hoping someone who is running a similar configuration can help. I have a Sun Netra X1 Solaris 8 running Apache 1.3.22 w/ mod_ssl,

tomcat server status

2001-11-13 Thread Maureen Fisher
Like apache has the built-in monitor where you can watch the states of open threads to the web server, does tomcat offer anything like that? Our connector is dying under heavy lad and I am trying to tune it. Using jdk 1.3.0 under AIX Apache 1.3.14 Tomcat 3.2.2 ajpv13