getting Tomcat's server status

2003-10-12 Thread Parviz Deyhim
Hi, Is there any simple servlet that I can use to get Tomcat's stats as far as load and processing time goes. I know I can get all that through the manager UI, but that gives me so many other info that I dont need. It also requres auth, which I dont want. Is there any other way to get that

RE: Programming Question?

2003-10-29 Thread Parviz Deyhim
yeah, You'll get a better answer in programming listserv, but as far as I remember you can acomplish this by using beans and playing around with scopes ( request, application,session, etc). You can find nice examples in this book: http://www.onjava.com/pub/a/onjava/excerpt/jsp2_3/index2.html