Re: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-04 Thread Luc Vanlerberghe
y, January 03, 2001 11:05 AM To: [EMAIL PROTECTED] Subject: Re: curious behavior - pseudo servlet-mapping with mod_jk That's because you're using the InvokerInterceptor that is mapped to all /servlet/ requests. In your server.xml file you'll see the entry: R

curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Jacob Kjome
I just noticed something that seems to work for me, but I can't determine quite why? Maybe someone can confirm that this is expected behavior or not. I am running Tomcat 3.2.1 on Windows 2000 It seems that if you have a servlet registered in web.xml like this: servlet

Re: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Luc Vanlerberghe
That's because you're using the InvokerInterceptor that is mapped to all /servlet/ requests. In your server.xml file you'll see the entry: RequestInterceptor className="org.apache.tomcat.request.InvokerInterceptor" debug="0" prefix="/servlet/" / It is just a

RE: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Jacob Kjome
Re: curious behavior - pseudo servlet-mapping with mod_jk That's because you're using the InvokerInterceptor that is mapped to all /servlet/ requests. In your server.xml file you'll see the entry: RequestInterceptor className="org.apache.tomcat.request.InvokerIntercept