Posted By:
William_Pietri
Posted On:
Sunday, March 3, 2002 11:06 AM
I'm trying to map a servlet to handle the context root, but to allow the container to handle static files (in this case some .css files) as it ususally does.
If I set up the mapping as
SomeServlet
/
then that catches everything (as, according to the servlet spec, it should).
Is there a way I can specify just the root?
Or alternatively, if I map a servlet to /, is there a way I can delegate requests for the static content back to the container?