RE: servlet filter not working over virtual directories in tomcat

2015-10-25 Thread Pradyut Bhattacharya
the requests going to "/TestApp/web" application. Regards, Praddy From: André Warnier (tomcat) Sent: Saturday, October 24, 2015 3:26 PM To: users@tomcat.apache.org Subject: Re: servlet filter not working over virtual directories in tomcat On 24.10.2015 05:11, Pradyut Bhattacharya wrote: >

Re: servlet filter not working over virtual directories in tomcat

2015-10-24 Thread tomcat
On 24.10.2015 05:11, Pradyut Bhattacharya wrote: The URL pattern therefore needs to be "/*" Could not do anything with the above statement. May be an example could suffice. Then maybe try this : Instead of : dir_filter /web/* try : dir_filter /* Explanation :

RE: servlet filter not working over virtual directories in tomcat

2015-10-23 Thread Pradyut Bhattacharya
#web.xml file in the Catalina/localhost folder. This works fine with filters. Regards, Pradyut > Subject: Re: servlet filter not working over virtual directories in tomcat > To: users@tomcat.apache.org > From: ma...@apache.org > Date: Fri, 2

Re: servlet filter not working over virtual directories in tomcat

2015-10-23 Thread Mark Thomas
file and having the content encoding='utf-8'?> > > The question is also at stackoverflow - > http://stackoverflow.com/questions/33290483/servlet-filter-not-working-over-virtual-directories-in-tomcat > Tomcat bugzilla - https://bz.apache.org/bugzilla/show_bug.cgi?id=5852

servlet filter not working over virtual directories in tomcat

2015-10-22 Thread Pradyut Bhattacharya
d "TestApp" and the virtual config is located at "$tomcat_dir/conf/Catalina/localhost" directory with the file name "TestApp#web.xml" file and having the content The question is also at stackoverflow - http://stackoverflow.com/questions/33290483/servlet-fil