Hi,
Set reloadable="true" for your context.  See the tomcat configuration
docs for Context for details.  This won't work for classes in the server
shared libraries.

For JSPs, I don't know.  You can wipe them out from the work directory,
I guess, which will force tomcat to recompile.  But this seems ilke an
ugly, container-specific solution ;(

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Johnson, Garrett [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, December 11, 2002 1:56 PM
>To: 'Tomcat Users List'
>Subject: Tomcat Checking Class Files
>
>Is there any way to tell Tomcat to check for changed class files so
that I
>can recompile my classes, and have the changes propogate out to the
>application WITHOUT rebooting the server?
>
>What about the same situation with JSP's?
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:tomcat-user-
>[EMAIL PROTECTED]>


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

Reply via email to