RE: Tomcat status

2007-08-06 Thread Caldarale, Charles R
> From: André Vila Cova [mailto:[EMAIL PROTECTED] > Subject: Tomcat status > > I want to know status of each one (ports configured, > CATALINA_HOME, CATALINA_BASE, status, datasource, etc...). > Exists some script (perl, JSP, etc) showing this data? Don't know of anything that will monitor mult

Re: Tomcat Status

2007-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Hole wrote: > Exists some tool to monitor more than one instance of Tomcat in the same > server? > Lambda Probe is an excellent tool, but only monitoring instance where is > installed. Why not contact the fine folks at Lambda Probe to

Re: Tomcat Status

2007-08-09 Thread Leon Rosenberg
www.nagios.org On 8/8/07, Andrew Hole <[EMAIL PROTECTED]> wrote: > Hi! > > Exists some tool to monitor more than one instance of Tomcat in the same > server? > Lambda Probe is an excellent tool, but only monitoring instance where is > installled. > > In a simple way I want to have a web page showi

Re: Tomcat status

2007-09-18 Thread Bj
if you're using apache httpd and mod_jk in front of your tomcats, you have a status page with a lot of information. Also bundled with tomcat, you have the manager webapp which has a status page. -- Bj On 9/18/07, Andrew Hole <[EMAIL PROTECTED]> wrote: > > Is there a function to check the status

Re: Tomcat status

2007-09-18 Thread Andrew Hole
Could you tell me wich page? On 9/18/07, Bj <[EMAIL PROTECTED]> wrote: > if you're using apache httpd and mod_jk in front of your tomcats, you have a > status page with a lot of information. > Also bundled with tomcat, you have the manager webapp which has a status > page. > > -- > Bj > > > On 9/1

Re: Tomcat status

2007-09-19 Thread Ognjen Blagojevic
Hi Andrew, For Tomcat you can use: http://localhost:8080/manager/status Be sure to confugure conf/tomcat-users.xml. Regards, Ognjen Andrew Hole wrote: Could you tell me wich page? On 9/18/07, Bj <[EMAIL PROTECTED]> wrote: if you're using apache httpd and mod_jk in front of your tomcats,

Re: Tomcat status 75 error

2008-01-02 Thread Rainer Jung
Hi Paul, Paul Beattie schrieb: > Hi, > > I have a series of relatively high transaction volume tomcat servers > which are sporadically hitting thread issues. We run with with tomcat > 4.1.27 at the current time. The behaviour we notice is after several > days of around one hundred thousand tran

RE: Tomcat status 75 error

2008-01-02 Thread Martin Gainty
does not necessarily endorse content contained within this transmission.> Date: Wed, 2 Jan 2008 19:24:18 +0100> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: Tomcat status 75 error> > Hi Paul,> > Paul Beattie schrieb:> > Hi,> > &g

RE: Tomcat status 75 error

2008-01-02 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat status 75 error > > Good CallIf you can upgrade to TC 6 you can use this shared > threadPool (being mindful that you need to configure before Connector) > http://tomcat.apache.org/tomcat-6.0-doc/config/execu

RE: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-05 Thread David Smithson
I guess the list doesn't support attachments, so I've staged this on a web server. Here's the link to the graph: https://littleblue.activsupport.com/tomcat_graph.png -Original Message- From: David Smithson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 10:18 PM To: users@tomc

Re: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-05 Thread David Rees
On Wed, Mar 5, 2008 at 7:26 PM, David Smithson <[EMAIL PROTECTED]> wrote: > I guess the list doesn't support attachments, so I've staged this on a > web server. Here's the link to the graph: > https://littleblue.activsupport.com/tomcat_graph.png 404 Forbidden. -Dave --

RE: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-05 Thread David Smithson
Oops. Try now please. -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 10:44 PM To: Tomcat Users List Subject: Re: Tomcat Status Metrics: RRDTool Graph: Analysis On Wed, Mar 5, 2008 at 7:26 PM, David Smithson <[EMAIL PROTECTED]> wrot

Re: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Smithson wrote: | I was wondering if | someone could have a look at [the graph] and tell me if I can | conclude that the performance directives in server.xml do not need to be | modified. That depends on your target performance. If you

RE: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-06 Thread David Smithson
us page as well. If I'm not mistaken, these numbers represent JVM memory fluctuations and relate to garbage collection routines. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 9:10 AM To: Tomcat Users List Subject: Re: Tomcat

Re: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Smithson wrote: | Hi, Christopher. Thanks for your reply. This is a typical hour on | any given day. What other things should I be looking at in Tomcat | and Java? I've got plenty of metrics from other parts of the | operating syste

RE: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-07 Thread David Smithson
opher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 11:54 AM To: Tomcat Users List Subject: Re: Tomcat Status Metrics: RRDTool Graph: Analysis -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Smithson wrote: | Hi, Christopher. Thanks for your reply. This is a

Re: Tomcat Status Metrics: RRDTool Graph: Analysis

2008-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Smithson wrote: | Do you know of a better way of getting heap numbers out of Java? | Right now I've got three metrics: jvm_mem_free; jvm_mem_max; | jvm_mem_total. Java has multiple heaps (okay, one heap segmented into several generation

RE: Tomcat Status, Administration and Manager not working

2006-12-28 Thread Caldarale, Charles R
> From: dl [mailto:[EMAIL PROTECTED] > Subject: Tomcat Status, Administration and Manager not working > > conf\Catalina\localhost\admin.xml > and > server\webapps\admin\admin.xml The latter .xml file isn't actually used; only the one in conf/Catalina/localhost is significant. > .. valves were

RE: Tomcat Status, Administration and Manager not working

2006-12-28 Thread dl
Thanks .. changed valve to "127.0.0.1" .. restarted server .. Now Tomcat Administration launches .. but unfortunately the other two links still do not work .. same error reports Status and Tomcat Manager In Tomcat Administration page I can see .. Context (/admin) Context (/manager) (plus other

RE: Tomcat Status, Administration and Manager not working

2006-12-28 Thread Caldarale, Charles R
> From: dl [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat Status, Administration and Manager not working > > .. but unfortunately the other two links > still do not work .. same error reports Both the Status and Tomcat Manager links refer to servlets within the manager app, and

RE: Tomcat Status, Administration and Manager not working

2006-12-29 Thread dl
Caldarale, Charles R wrote: > > Both the Status and Tomcat Manager links refer to servlets within the > manager app, and both paths, by default, only require a role of manager > to access them. ... > Thanks again .. your comment .. "only require a role of manager" .. gave me the clue. I had

RE: Tomcat Status, Administration and Manager not working

2006-12-29 Thread Caldarale, Charles R
> From: dl [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat Status, Administration and Manager not working > > I had defined mixed roles in tomcat-users.xml (see earlier post) so I > deleted references to role "admin" and it now works. That shouldn't have been a pro