Re: IP based request filters for admin/manager

2010-07-18 Thread Johan Martinez
Started afresh and got it working finally. I tried with and without escape character and both worked. Thanks, jM. On Sun, Jul 18, 2010 at 1:09 PM, Konstantin Kolinko wrote: > 2010/7/18 Shantanu Pavgi : > > > > I don't have a solution, but just wanted to comment that examples in the > doc are

Re: IP based request filters for admin/manager

2010-07-18 Thread Konstantin Kolinko
2010/7/18 Shantanu Pavgi : > > I don't have a solution, but just wanted to comment that examples in the doc > are correct. > See API doc: > http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/valves/RequestFilterValve.html#allow > The 'allow' field uses String expression

RE: IP based request filters for admin/manager

2010-07-18 Thread Shantanu Pavgi
I don't have a solution, but just wanted to comment that examples in the doc are correct. See API doc: http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/valves/RequestFilterValve.html#allow The 'allow' field uses String expression and 'allows' uses Java Regex packa

Re: IP based request filters for admin/manager

2010-07-18 Thread Konstantin Kolinko
2010/7/18 Johan Martinez : > I was wondering how to configure Request Filters to allow access to admin, > manager, status-report, etc... I followed tomcat doc: > http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Request_Filters > and I was able to restrict access by specifying webapp name

RE: Terminate sessions of particular domain

2010-07-18 Thread Caldarale, Charles R
> From: abhishek jain [mailto:abhishek.netj...@gmail.com] > Subject: Terminate sessions of particular domain > > I want to terminate the sessions of a particular domain name / webapp. > How can i do so. also can i do so while tomcat is running. > > Pl. advice.i am using tomcat 5.5 on centos / lin

Re: Terminate sessions of particular domain

2010-07-18 Thread André Warnier
abhishek jain wrote: Dear friends, I want to terminate the sessions of a particular domain name / webapp. I am not sure exactly what you want to do, but anyway I think you should be a bit more clear as to where / when / why you want to terminate these sessions. How can i do so. also can i d

Terminate sessions of particular domain

2010-07-18 Thread abhishek jain
Dear friends, I want to terminate the sessions of a particular domain name / webapp. How can i do so. also can i do so while tomcat is running. Pl. advice.i am using tomcat 5.5 on centos / linux -- Thanks and kind Regards, Abhishek jain