Re: Tomcat Farm Deployment and Statistics

2007-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johann, bajistaman wrote: > Is there a way to centrally collect statistics of usage of all of the > tomcat's farm instances? How are you distributing the traffic among the Tomcat instances? Cant' you use a log file from there? If not, you'll have to

RE: Tomcat Farm Deployment and Statistics

2007-09-06 Thread bajistaman
Have you tried the "Client Deployer Package"? Johann -- View this message in context: http://www.nabble.com/Tomcat-Farm-Deployment-and-Statistics-tf4391810.html#a12528074 Sent from the Tomcat - User mailing list archive at Nabble.com. --

RE: Tomcat Farm Deployment and Statistics

2007-09-06 Thread Caldarale, Charles R
> From: bajistaman [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat Farm Deployment and Statistics > > I was reading about JMX and Tomcat and I wonder if is it > better (more secure?) to do it at the low level as you > suggested or by using the JMX API? I think using JMX

RE: Tomcat Farm Deployment and Statistics

2007-09-06 Thread bajistaman
Thanks Charles, I was reading about JMX and Tomcat and I wonder if is it better (more secure?) to do it at the low level as you suggested or by using the JMX API? Johann -- View this message in context: http://www.nabble.com/Tomcat-Farm-Deployment-and-Statistics-tf4391810.html#a12526752 Sent fr

RE: Tomcat Farm Deployment and Statistics

2007-09-06 Thread Caldarale, Charles R
> From: bajistaman [mailto:[EMAIL PROTECTED] > Subject: Tomcat Farm Deployment and Statistics > > Is there a way to distribute the deployment of an application > through many tomcat's farm instances in different machines > setting a context path that is different than the war's name? If you wan