Hi,

Is it easy with Tomcat to specify that I want a single servlet to serve
EVERY request for a URI?

I.e.  what happens if I have a DefaultServlet which acts as a router for
requests, and I have a few other servlets which serve their own requests,
can I ensure that all requests not meant for any servlet get routed first
to the DefaultServlet?

Does this work for *.jsp as well as *.html as well as *.pdf?

Thanks,
Andy

Reply via email to