On 7/2/06, Alec Swan <[EMAIL PROTECTED]> wrote:

I have a servlet, which I deploy as a WAR file. I want this servlet to service 
all .jsp requests, but have Tomcat service .css files from /site/css/ directory 
inside the servlet WAR file. I don't want Tomcat to invoke my servlet when 
serving CSS files.

So what's the problem? You map your servlet to *.jsp, and everything
else goes to the DefaultServlet. Right?

How is this not working?
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to