Hi. I think that it could be something like http://www.mulesoft.com/tomcat-reload
Regards, 2010/6/29 Dola Woolfe <[email protected]> > > > > > ----- Original Message ---- > From: "Caldarale, Charles R" <[email protected]> > To: Tomcat Users List <[email protected]> > Sent: Mon, June 28, 2010 5:54:47 PM > Subject: RE: How to make a webapp restart > > > From: Dola Woolfe [mailto:[email protected]] > > Subject: How to make a webapp restart > > > > What setting makes a webapp restart when a .jar changes under > > tomcat/lib? > > Nothing. Since the jar is in tomcat/lib, it's handled by the common class > loader, so you have to restart Tomcat to get the updated jar recognized. If > the jar were in the webapp's WEB-INF/lib directory, you could restart just > that one webapp. > > - Chuck > > > > Thanks, Chuck. > > And is there a setting to have Tomcat automatically restarted when jar > changes under tomcat/lib? > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
