Tomcat 3.1 includes a new feature whereby you can ask it to automatically
reload servlet classes (loaded from either the WEB-INF/classes directory or
a JAR file in the WEB-INF/lib directory) that have been changed. This
feature is experimental, and may not be completely functional. In
particular, changes to classes other than the servlet you are requesting do
not trigger class reloads -- you will need to restart Tomcat to reflect
changes in those classes.
Reloading is enabled by including a reloadable="true" attribute on the
<Context> element in the "conf/server.xml" file. Note that automatic reload
support is not recommended for production applications because of its
experimental nature, and the extra overhead required to perform the
necessary checks on every request.
--from the readme of Tomcat.
Tomcat 3.0 does not support this function.
xgh
----- Original Message -----
From: "Risto Reinpold" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 21, 2000 3:03 PM
Subject: Reloading updated beans.
> Hi,
>
> How can I reload updated beans without restarting Tomcat?
>
> Thanks,
> Risto
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets