Re: auto reload?

2004-10-31 Thread Peter Rossbach
schrieb: Thanks From: Steve Kirk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: auto reload? Date: Thu, 28 Oct 2004 21:30:33 +0100 I think you might mean this? Context docBase=... myapp location ... path=/myapp reloadable=true

RE: auto reload?

2004-10-29 Thread Didier McGillis
Anyway this was my last resort after Google had jack ... how about those Red Sox Go Sox ;) I probably shouldn't be committing stuff to CVS today given the amount of drinking and partying over the past 24 hours... We had the same worries about the hosting company we have and some of the tech

RE: auto reload?

2004-10-28 Thread Shapira, Yoav
Hi, Add reloadable=true to your Context declaration in server.xml (or wherever you declare your context). When drawing a blank, I usually find the docs useful. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Didier McGillis [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: auto reload?

2004-10-28 Thread Steve Kirk
I think you might mean this? Context docBase=... myapp location ... path=/myapp reloadable=true You can put this line in server.xml (within the standard Host tag) or in context.xml For more details on Context and the reloadable attribute, see (for version 5.0.x):

RE: auto reload?

2004-10-28 Thread Didier McGillis
Thanks From: Steve Kirk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: auto reload? Date: Thu, 28 Oct 2004 21:30:33 +0100 I think you might mean this? Context docBase=... myapp location ... path=/myapp reloadable=true You can

RE: auto reload?

2004-10-28 Thread Didier McGillis
-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: auto reload? Date: Thu, 28 Oct 2004 16:26:17 -0400 Hi, Add reloadable=true to your Context declaration in server.xml (or wherever you declare your context). When drawing a blank, I usually find the docs useful

RE: auto reload?

2004-10-28 Thread Shapira, Yoav
Hi, searched the archives, which btw we referencing the wrong archived files. Can you elaborate on this one please? ;) Anyway this was my last resort after Google had jack ... how about those Red Sox Go Sox ;) I probably shouldn't be committing stuff to CVS today given the amount of drinking

Re: auto reload a class

2004-07-22 Thread Vic Cekvenich
FYI, this reloads: http://127.0.0.1/manager/reload?path=/ .V QM wrote: On Fri, Jul 16, 2004 at 07:28:13AM -0500, Vic Cekvenich wrote: : One feature I like in resin is that it reloads a class (for example a : servlet) automaticaly if I change it. : : IS there a way to make tomcat reload any of

Re: auto reload a class

2004-07-16 Thread QM
On Fri, Jul 16, 2004 at 07:28:13AM -0500, Vic Cekvenich wrote: : One feature I like in resin is that it reloads a class (for example a : servlet) automaticaly if I change it. : : IS there a way to make tomcat reload any of the classes if they got changed? Search the docs for the reloadable attr

RE: auto-reload classes

2001-08-15 Thread Martin van den Bemt
set the reloadable=true in you server.xml or other main xml files (in the webapp config). Reloading is only possible for servlets btw, so not classes used by servlets. Mvgr, Martin -Original Message- From: Mills, Theo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 11:50

RE: auto-reload classes

2001-08-15 Thread Mills, Theo
Thanks, man. Does setting reloadable=true affect performance much? -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: auto-reload classes set the reloadable=true in you server.xml or other

Re: auto-reload classes

2001-08-15 Thread Bo Xu
Mills, Theo wrote: Where is the option to toggle the auto-reload classes capability? In other words, i make a change to a class in my WEB-INF/classes directory. Don't I normally need to restart tomcat? Is there an option that avoids a restart? -Theo the auto-reloading of TC4.0-b6/b7 works

RE: auto-reload classes

2001-08-15 Thread Martin van den Bemt
personally prefer while developing.. Mvgr, Martin -Original Message- From: Mills, Theo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 11:56 PM To: '[EMAIL PROTECTED]' Subject: RE: auto-reload classes Thanks, man. Does setting reloadable=true affect performance much

RE: auto-reload classes

2001-08-15 Thread Erwin Moller
At 04:56 PM 8/15/01 -0500, you wrote: Thanks, man. Does setting reloadable=true affect performance much? -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: auto-reload classes set

RE: auto-reload classes

2001-08-15 Thread Craig R. McClanahan
-Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: auto-reload classes set the reloadable=true in you server.xml or other main xml files (in the webapp config). Reloading is only

RE: auto-reload classes

2001-08-15 Thread Martin van den Bemt
Still assuming 3.x, sorry ;-)) -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 12:29 AM To: [EMAIL PROTECTED] Subject: RE: auto-reload classes -Original Message- From: Martin van den Bemt [mailto:[EMAIL

RE: Auto reload in Tomcat4x

2001-08-09 Thread Loïc Lefèvre
Hi, I was asking myself the same question, after reading the source, I found that : - By pushing the new .war file, it doesn't produce a reload of the servlet - By modifying the files in /WEB-INF/classes, the modified .class files are reloaded I use the following instructions (ant) to publish my

Re: Auto reload

2001-05-10 Thread Bo Xu
From: Erik Dybdahl [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Auto reload Date: Thu, 10 May 2001 08:48:07 +0200 [...] In other words: can I change my web-application without affecting (by doing stop/start Tomcat) other web-applications on the same Tomcat-server?

Re: auto reload not working

2001-04-26 Thread Boris Niyazov
General question - general answer: Servlet classes located in webapps/app/WEB_INF are supposed to be reloaded after recompilation. According to tomcat docs auto reloading is experimental feature, there is no guarantee that other classes will be reloaded even if you have auto-reloading turned

Re: auto reload not working

2001-04-25 Thread Jeremy
On Wed, 25 Apr 2001 08:41:57 -0500 Joel Regen [EMAIL PROTECTED] wrote: Why do I need to restart Tomcat to see changes in class files take effect? I am running an application with default configuration of which autoreload is supposed to be 'true'. anyone? I posted this message about 1 week

RE: auto reload not working

2001-04-25 Thread Iain Lowe
to guess these things. Thanks -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 1:46 AM To: [EMAIL PROTECTED] Subject: Re: auto reload not working On Wed, 25 Apr 2001 08:41:57 -0500 Joel Regen [EMAIL PROTECTED] wrote: Why do I need to restart Tomcat