Valves in Tomcat 4.1.24 Windows

2004-01-24 Thread arunkumar
Hi , I have written a Valve class for finding the requests processed by Tomcat [ver 4.1.24] and it is working fine in Linux machines . The same Valve class is not working in the Windows machines .. Please help me .. Thanks and Regards, Arun kumar

Interceptors in Tomcat 3.x

2004-01-01 Thread arunkumar
Hai , I need some details on the Interceptors in Tomcat 3.x servers. Whether the Interceptors in 3.x is same as Valves in 4.x . Is it possible to configure our own interceptors to find the processing time for a request.I tried writing a Interceptor class by implementing the RequestInterceptor

Querying MBeans in Tomcat

2003-12-25 Thread arunkumar
Hi, How can I query the MBeans in the Tomcat server (5.x) from a remote JVM . Thanks and Regards, Arun kumar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to get the Context lists when the server is started

2003-12-23 Thread arunkumar
Hi, I want to get the details of the Context [Web Applications] initialized when the Tomcat is started.I tried implementing the LifecycleListener interface and it returns only Engine Startup Event.Is there is any Listeners available when the Context is initialized or any other ways to find

Re: How to get the Context lists when the server is started

2003-12-23 Thread arunkumar
I am using Tomcat 4.0.6 and JMX is not available in this version. Sorry i did not mentioned the Tomcat version earlier.. Thanks , Arun kumar Bill Barker wrote: With TC 5, using JMX Listeners using a is probably the best bet. arunkumar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED