I like your idea about specifying the DefaultServlet, but what do you mean by
the "DefaultServlet" ? - Dave




n828cl wrote:
> 
>> From: laredotornado [mailto:laredotorn...@gmail.com]
>> Subject: Servlet mapping question -- way to include everythign EXCEPT a
>> directory?
>> 
>> I don't know how to specify "not" in a mapping
> 
> That's because you can't specify a "not".  What you can do is specify what
> should handle /play/sports/includes/* - such as the DefaultServlet or
> perhaps some error handler.  The servlet spec requires that the container
> match against the longest pattern first, so the more specific will
> override the more general.
> 
>  - 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.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Servlet-mapping-question----way-to-include-everythign-EXCEPT-a-directory--tp29046779p29047783.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to