Re: How to make a webapp restart

2010-06-29 Thread Dola Woolfe
29, 2010 4:05:51 PM Subject: RE: How to make a webapp restart > From: Dola Woolfe [mailto:dolac...@yahoo.com] > Subject: Re: How to make a webapp restart > > but "not fire" I mean that init() does not get called. Does the init() method get called later, when the servlet is act

RE: How to make a webapp restart

2010-06-29 Thread Caldarale, Charles R
> From: Dola Woolfe [mailto:dolac...@yahoo.com] > Subject: Re: How to make a webapp restart > > but "not fire" I mean that init() does not get called. Does the init() method get called later, when the servlet is actually used by a request? How do you know if the init() m

Re: How to make a webapp restart

2010-06-29 Thread Dola Woolfe
les R" To: Tomcat Users List Sent: Tue, June 29, 2010 2:26:25 PM Subject: RE: How to make a webapp restart > From: Dola Woolfe [mailto:dolac...@yahoo.com] > Subject: Re: How to make a webapp restart > > Whenever I recompile a library under tomcat/lib, I also > "touch"

RE: How to make a webapp restart

2010-06-29 Thread Caldarale, Charles R
> From: Dola Woolfe [mailto:dolac...@yahoo.com] > Subject: Re: How to make a webapp restart > > Whenever I recompile a library under tomcat/lib, I also > "touch" an "empty" .jar file under WEB-INF/lib. > > That seems to work What do you mean by "

Re: How to make a webapp restart

2010-06-29 Thread Dola Woolfe
has started but a 1 servlet does not fire again. What's the explanation. Thanks again, Dola - Original Message From: Pid To: Tomcat Users List Sent: Tue, June 29, 2010 5:16:41 AM Subject: Re: How to make a webapp restart On 28/06/2010 23:22, Dola Woolfe wrote: > >

Re: How to make a webapp restart

2010-06-29 Thread Pid
On 28/06/2010 23:22, Dola Woolfe wrote: > > > > > - Original Message > From: "Caldarale, Charles R" > To: Tomcat Users List > Sent: Mon, June 28, 2010 5:54:47 PM > Subject: RE: How to make a webapp restart > >> From: Dola Woolfe [mailto

Re: How to make a webapp restart

2010-06-29 Thread Christoph Kukulies
Am 29.06.2010 00:22, schrieb Dola Woolfe: Thanks, Chuck. And is there a setting to have Tomcat automatically restarted when jar changes under tomcat/lib? I'm not sure if this is of any use for you, Dola, but when a .war file is deployed to the webapps directory, tomcat loads the webapp.

Re: How to make a webapp restart

2010-06-28 Thread Rafa Orteu
Hi. I think that it could be something like http://www.mulesoft.com/tomcat-reload Regards, 2010/6/29 Dola Woolfe > > > > > - Original Message > From: "Caldarale, Charles R" > To: Tomcat Users List > Sent: Mon, June 28, 2010 5:54:47 PM > Subj

Re: How to make a webapp restart

2010-06-28 Thread Dola Woolfe
- Original Message From: "Caldarale, Charles R" To: Tomcat Users List Sent: Mon, June 28, 2010 5:54:47 PM Subject: RE: How to make a webapp restart > From: Dola Woolfe [mailto:dolac...@yahoo.com] > Subject: How to make a webapp restart > > What setting makes

RE: How to make a webapp restart

2010-06-28 Thread Caldarale, Charles R
> From: Dola Woolfe [mailto:dolac...@yahoo.com] > 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 upda