Re: add mapping for jsp servlet in web.xml?

2016-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rob, On 10/1/16 8:59 AM, Rob Nikander wrote: > 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: > > jsp > /some-stuff/* > > In Tomcat 6 this

add mapping for jsp servlet in web.xml?

2016-10-01 Thread Rob Nikander
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: jsp /some-stuff/* In Tomcat 6 this worked, but in 8, this *replaces* the existing mapping from the default web.xml (so .jsp fi