Re: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-04 Thread Luc Vanlerberghe
that can be counted on by other servlet runner > RequestInterceptor's. > > Am I reading you correctly? > > Jake > > -Original Message- > From: Luc Vanlerberghe [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 03, 2001 11:05 AM > To: [EMAIL PROTECTED] &

RE: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Jacob Kjome
Am I reading you correctly? Jake -Original Message- From: Luc Vanlerberghe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 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 InvokerIn

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: It is just a handy tool to use during development that allows you to call any servlet without having to register it in . Apparently it accepts both

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: quiz Quiz