Servlet mapping problem in Tomcat 4.1.24

2003-07-29 Thread Jan Pekník
Hi, I need to map servlet to some virtual file extension, i.e. /content/*.vp. When I set this in web.xml, and make request /content/somepage.html.vp, Tomcat ignores this mapping and servlets is not invoked. When I change mapping to /content/*, everything works ok. Where is the problem? I'm using

RE: Servlet mapping problem in Tomcat 4.1.24

2003-07-29 Thread Bodycombe, Andrew
11.2 The spec can be downloaded from the following URL: http://www.jcp.org/aboutJava/communityprocess/final/jsr053/ Andy -Original Message- From: Jan Pekník [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 21:39 To: Tomcat Users List Subject: Servlet mapping problem in Tomcat 4.1.24 Hi, I