Hi Nate, I believe if you add an explicit Context entry to your server.xml with the reloadable=true attribute, this should force Tomcat to detect when classes have been recompiled, and it restarts your webapp. E.g. :
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 2:37 PM To: [EMAIL PROTECTED] Subject: Recompiling Java classes run in the Tomcat server Hello, I'm developing a JSP application that runs on Tomcat and uses Java classes for business logic. Is there a way to configure tomcat to pick up a newly compiled java class without having to start and stop the server. It seems as though it caches all the java classes during run-time. Thank you for you help. Nate -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
