> From: Viktoras Agejevas [mailto:v.ageje...@gmail.com]
> Subject: Default servlet url mapping issue
> 
> <servlet-mapping>
>       <servlet-name>default</servlet-name>
>       <url-pattern>/resources/css/*</url-pattern>
> </servlet-mapping>

The DefaultServlet does not currently support any <url-pattern> other than /.  
There's a fairly simple change which seems to allow any arbitrary pattern, 
which you might want to try.  It will take me a bit to dig up the code, but 
I'll send it out when I find it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to