Hi, I’m upgrading from Tomcat 6 to Tomcat 8. The web.xml has a mapping like this, to use the jsp servlet for all files in a certain directory:
<servlet-mapping> <servlet-name>jsp</servlet-name> <url-pattern>/some-stuff/*</url-pattern> </servlet-mapping> In Tomcat 6 this worked, but in 8, this *replaces* the existing mapping from the default web.xml (so .jsp files don’t work). Is there way a simple way to add the mapping, rather than replace existing mappings? thanks, Rob --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org