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/. '/*' 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 that will keep aggregate st

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
s loaded 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]> wr

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
ation 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 PROTEC

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) On 9/10/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Steve Souza [mailto:[EMAIL PROTECTED] > > Subject: Re: classpath problems with a custom valve > > > > common/lib is for jars are only needed by web apps whereas &

Re: classpath problems with a custom valve

2007-09-10 Thread Steve Souza
hen 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 o

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 > >

classpath problems with a custom valve

2007-09-10 Thread Steve Souza
these lines? The original message is below. -- Forwarded message -- From: Steve Souza <[EMAIL PROTECTED]> Date: Sep 9, 2007 10:48 PM Subject: problems with custom valve in tomcat 5.5 To: [EMAIL PROTECTED] I have written a custom valve that should work in tomcat 5.5. and t

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