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

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

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

Re: servlet mapping question(I believe)

2008-02-03 Thread Mark Thomas
Terence Kent wrote: Conclusion: My understanding from this configuration is that all requests on port 8010, that end with the extension .ext should be forwarded to the servlet mycompany. From what I've read, any paths created in the ${APP_BASE} directory should be irrelevant in this mapping

RE: servlet-mapping question

2005-11-22 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: servlet-mapping question Should catch all of the following if I am not mistaken, not just some of them right? http://www.domain.com/ZoA+xaeoHh6s,$EnterPromotionCode.$Form.topic

Re: servlet-mapping question

2005-11-22 Thread hv @ Fashion Content
Good point, but I am not trying to adhere strictly to the URI rfc, as it is generated by the server to refer to the server. Caldarale, Charles R [EMAIL PROTECTED] skrev i en meddelelse news:[EMAIL PROTECTED] From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject:

RE: servlet-mapping question

2005-11-22 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: servlet-mapping question Good point, but I am not trying to adhere strictly to the URI rfc, as it is generated by the server to refer to the server. I don't think it matters who or what generates the URI. If