Recently upgraded Tomcat from version 4.1.31 to 6.0.14.

In my webapp I mapped servlets to paths without extensions
e.g.
<servlet-mapping>
        <servlet-name>Sales</servlet-name>
        <url-pattern>/sales</url-pattern>
</servlet-mapping>
Then in the root of the webapp there is a directory with the same name (e.g. sales) in which all the resources for that servlet are stored.

This worked fine in 4.1.31 but in 6.0.14 it adds a slash at the end of the url and behaves like it is in the root of the directory rather than loading the servlet mapping first.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to