RE: URL with servlet path and .jsp bug for jasper or per spec?

2001-10-23 Thread Larry Isaacs
I believe you will need to add a mapping to ssd's web.xml that explicitly maps /servlet/GA to your GA servlet. Without that mapping, Tomcat correctly gives the *.jsp mapping precedence of the default mapping for /servlet. With an explicit mapping for /servlet/GA, it should take precedence over

URL with servlet path and .jsp bug for jasper or per spec?

2001-10-22 Thread David Wall
I've got a problem with a URL that includes both the /servlet/ path AND ends with .jsp, though the .jsp file in this case is not a java serverpages file. I'm running Tomcat 3.2.3 using Apache with mod_jk. The mod_jk mount configuration for Apache is: JkMount /ssd/servlet/* ajp13