Check out the Tomcat developer docs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/processes.html
It has a section on how to use Ant to manage your webapps. One of the Ant tasks that is distributed with Tomcat is reload which will do what you want. Cheers, Kerry. -----Original Message----- From: Tom [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 13:59 To: [EMAIL PROTECTED] Subject: reload application after a slight modification I use Forte For Java IDE community version, each time I stop and start the internal tomcat engine for application testing, it is not only freeze my machine, it also takes about 2 minutes to restart completely. How can I reload an application without restart the tomcat? I know there is no "reload" function in struts 1.1b3, but how can I refresh the application after adding or modifying classes. Thank you very much Tom C. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ----------------------------------------- This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, retention, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. Also, email is susceptible to data corruption, interception, tampering, unauthorized amendment and viruses. We only send and receive emails on the basis that we are not liable for any such corruption, interception, tampering, amendment or viruses or any consequence thereof. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

