Tomcat has a setting to automatically reload the application when classes are changed. In addition, you can trigger a restart through the admin app (Tomcat 3.x) or Manager app (Tomcat 4.x) on the fly. I tend to use the latter approach, by keeping a browser window opened on the "reload" command and just submit it whenever needed.
Further questions about this should be addressed to the TOMCAT-USER list instead of here. Craig On Thu, 6 Dec 2001, ymsha wrote: > Date: Thu, 6 Dec 2001 09:06:19 +0800 > From: ymsha <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]>, > ymsha <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Reloadable Class > > I am using struts with Tomcat. Eachtime I build the formbean or > an action servlet, I should restart the server and then take > the new effect. It cost me too much time when there are many > pages there. I wonder whether there is a method to solve this > problem? > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>