> -----Original Message-----
> My work aroudn was to url-map jsps to a particular
> folder in this web application, for example a
> url-mapping of /templates/* so a call to
> localhost/content/templates/test.jsp will process the
> jsp at that location.
>
> It's not working. I'm forced to url-map my servlet to
> a folder like /cofax/* and the jsps to a url-mapping
> of *.jsp to get it to work. I don't want this. I
> can't change the url path of the servlet.
The servlet 2.2 spec says this should work. (i.e. if it doesn't it's a bug in Tomcat)
Did you map /templates to org.apache.jasper.runtime.JspServlet?
What happens if you unmap *.jsp in tomcat's default web.xml?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]