Re: Filter mapped to /* not seeing Axis requests (Tomcat 5.0.19)

2007-09-20 Thread David Delbecq
Hello Filter mapped to /* should see everything that reach it's application. This include your axis service. I suggest you investigate to possibility that your ignoredUrls or ignoredPatterns apply to all your axis request, making your filter ignore them. If you see not output from your filter for

Filter mapped to /* not seeing Axis requests (Tomcat 5.0.19)

2007-09-20 Thread Jim Cox
I developed a simple logging filter to debug some performance problems on a Tomcat 5.0.19 installation. It works well for the requests it sees, but the filter does not see requests serviced by a .wsdd-deployed Axis servlet. Anyone have any help/info/pointers to offer? Only one webapp is defined

Re: Filter mapped to /* not seeing Axis requests (Tomcat 5.0.19)

2007-09-20 Thread Steve Souza
I suspect it is not working due to the axis servlets location under /top/. 'url-pattern/*/url-pattern' might only work for the root context and not any subcontexts/subdirectories. Something else that might be of interest. Today, I am going to release JAMon 2.7 which contains a Tomcat valve

Re: Filter mapped to /* not seeing Axis requests (Tomcat 5.0.19)

2007-09-20 Thread Jim Cox
I conveniently found two relevant stack traces in the log files, as you suspected they do show a crucial difference: excerpt from a request that the filter sees: ... at blah.blah.blah.MyLogFilter.doFilter(MyLogFilter.java:164) at