Re: Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/1/2010 12:31 PM, Caldarale, Charles R wrote: From: laredotornado [mailto:laredotorn...@gmail.com] Subject: RE: Servlet mapping question -- way to include everythign EXCEPT a directory? I like your idea about specifying

Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-01 Thread laredotornado
url-pattern/play/sports/*/url-pattern /servlet-mapping What would I need to add to exclude directories matching /play/sports/includes/*? Thanks, - Dave -- View this message in context: http://old.nabble.com/Servlet-mapping-questionway-to-include-everythign-EXCEPT

RE: Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-01 Thread Caldarale, Charles R
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

RE: Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-01 Thread laredotornado
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

Re: Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-01 Thread Hassan Schroeder
On Thu, Jul 1, 2010 at 9:24 AM, laredotornado laredotorn...@gmail.com wrote: I like your idea about specifying the DefaultServlet, but what do you mean by the DefaultServlet ? - Dave http://www.google.com/search?q=tomcat+DefaultServlet -- Hassan Schroeder

RE: Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-01 Thread Caldarale, Charles R
From: laredotornado [mailto:laredotorn...@gmail.com] Subject: RE: Servlet mapping question -- way to include everythign EXCEPT a directory? I like your idea about specifying the DefaultServlet, but what do you mean by the DefaultServlet ? Tomcat's built-in servlet that handles all static

Re: Servlet mapping question -- way to include everythign EXCEPT a directory?

2010-07-01 Thread André Warnier
Caldarale, Charles R wrote: From: laredotornado [mailto:laredotorn...@gmail.com] Subject: RE: Servlet mapping question -- way to include everythign EXCEPT a directory? I like your idea about specifying the DefaultServlet, but what do you mean by the DefaultServlet ? Tomcat's built-in servlet