Re: Bug in tomcat scripts?

2008-08-13 Thread Enrique Arizón
- Mensaje original De: Christopher Schultz <[EMAIL PROTECTED]> Para: Tomcat Users List Enviado: martes, 12 de agosto, 2008 19:30:51 Asunto: Re: Bug in tomcat scripts? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Enrique, Enrique Arizón wrote: | # rm -rf $(cwd)/.. &&am

Bug in tomcat scripts?

2008-08-12 Thread Enrique Arizón
I suddenly removed my cwd just prior to start tomcat. Briefly, the script would be similar to: # rm -rf $(cwd)/.. && /etc/init.d/tomcat5 restart after which I got lot of errors and tomcat "broke" (broke == I reinstalled the rpm package to make it work again). The worst thing is that after the f

RE: Tomcat tool similar to "top" (Solved!)

2008-04-09 Thread Enrique Arizón
about each webapp with an output similar to: localhost/wepapp1 Startup time: 2 ms TLD scan time: 0 ms Active sessions: 0 Session count: 0 Max active sessions: 0 Rejected session creations: 0 Expired sessions: 0 Processing time: 4 ms JSPs loaded: 0 JSPs reloaded: 0 Regards, Enrique --- Enrique

Re: Tomcat clustering

2008-04-07 Thread Enrique Arizón
--- Christopher Schultz <[EMAIL PROTECTED]> escribió: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Enrique, > > Enrique Arizón wrote: > | If you users sessions are simple tomcat sessions > clustering will be > | enough but if you have complex session

RE: Tomcat clustering

2008-04-07 Thread Enrique Arizón
Just one point: Notice clustering ussually must be made at the highest application layer. Generic Clustering support provided by containers can be of little help in a real world scenarios. If you users sessions are simple tomcat sessions clustering will be enough but if you have complex session

Tomcat tool similar to "top"

2008-03-05 Thread Enrique Arizón
Hi, I have a tomcat server with around 50 diferents small apps running on it. Time to time one of those apps gets out of control, but standard OS tools like top just show the java process running up to 200% of CPU usage. I setup tomcat to allow jconsole to connect and monitor it. Still jconso