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: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
org.apache.catalina.startup.Catalina start On 9/10/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Steve Souza [mailto:[EMAIL PROTECTED] Subject: classpath problems with a custom valve Shouldn't my war be able to see the classes from a jar put into server/lib? No - read the doc: http

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
, then this classloader repositories are relative to $CATALINA_BASE rather than $CATALINA_HOME. On 9/10/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Steve Souza [mailto:[EMAIL PROTECTED] Subject: Re: classpath problems with a custom valve based on this document I placed my jar in server/lib as both

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
requires a class put in server/classes as well as the jar in common/lib, but it will do. If there is a better way to do this let me know. Thanks for your help charles. On 9/10/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Steve Souza [mailto:[EMAIL PROTECTED] Subject: Re

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
by the server class loader. Someone mentioned that i may be able to use the context property of 'priviledged' to do this. I tried it and it didn't seem to help though I may have missed something. Should that work? On 9/10/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Steve Souza [mailto:[EMAIL

Re: Posting Sample JAMon Performance Servlet Filter

2006-04-01 Thread Steve Souza
I am the author of the open source JAMon (Java application monitor). Is a place for tomcat users to place useful code such as servlet filters? Also, is this email list the only place to ask such questions? Doesn't tomcat have a user forum? JAMon comes with a servlet filter that monitors access