On Thu, 13 Sep 2001, Alex Colic wrote:
> Date: Thu, 13 Sep 2001 12:42:59 -0400
> From: Alex Colic <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: Tomcat-User <[EMAIL PROTECTED]>
> Subject: web.xml and reloading
>
>
> Hi where are these tags set?
>
> In the web.xml or servlet.xml files:
>
> <Context ... reloadable="true" ...>
> <Loader checkInterval="5"/>
> </Context>
>
> Thanks
>
It's in conf/server.xml. For complete Tomcat 4 documentation, see
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/
and read the "Server Configuration Reference" stuff. This is the same
documentation that will be included in the final Tomcat 4 release.
You are also ***strongly*** encouraged to read the Servlet Specification
(covering the contents of web.xml), which is available at:
http://java.sun.com/products/servlet/download.html
An important rule of thumb to remember: everything in web.xml is portable
-- everything in server.xml is specific to Tomcat.
> Alex
>
>
Craig