On 8/9/05, Jim Kennedy <[EMAIL PROTECTED]> wrote:
>  Can anyone give me the name of the source file that handles the serving of
> static content for Tomcat.  I have a need to duplicate this function for
> alternate locations and want to make sure I cover all bases in terms of
> security, http headers ...
> 
> FYI I just downloaded all source files and just need the name of the file
> serving servlet.
> 

At least through 5.0 (haven't looked to see if it changed in 5.5), you
could go into $CATALINA_HOME/conf/web.xml and discover the names of
all the global servlets supported by Tomcat, including the one you
seek (org.apache.catalina.servlets.DefaultServlet).

> thanks

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to