<servlet-mapping>

<servlet-name>Process</servlet-name>

<url-pattern>/Path/*.ext</url-pattern>

</servlet-mapping>

This mappping doesn't work in Tomcat4.0b7

request /Context/Path/example.ext returns 404 error...



----- Original Message ----- 
From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 08, 2001 7:15 PM
Subject: Re: Mapping question


> On Sat, 8 Sep 2001, Andrew wrote:
> 
> > How I can map /Path/*.ext to servlet?
> 
> to one particular servlet?  just use the normal <servlet-mapping> tag in
> web.xml - it allows for wildcards.
> 
> hth
> dim
> 
> 
> 
> 



Reply via email to