RE: How to prevent tomcat from restarting after hot code replacement?

2008-04-08 Thread Remo Liechti
- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Montag, 7. April 2008 17:07 To: Tomcat Users List Subject: Re: How to prevent tomcat from restarting after hot code replacement? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo, Remo Liechti wrote: | |The best you can do is to turn off

Re: How to prevent tomcat from restarting after hot code replacement?

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo, Remo Liechti wrote: | When using reloadable=false I'm not able to hot deploy java code, so | this doesnt solve the problem. As far as I see there is no way to | prevent tomcat from reinit the context. Your two previous statements are at odds

RE: How to prevent tomcat from restarting after hot code replacement?

2008-04-07 Thread Remo Liechti
Hi Chris, |Remo Liechti wrote: || I have the problem that always when I start tomcat in debug mode, and || change some java files, tomcat restarts after some seconds after the || code was replaced. |Do you mean that your /webapp/ restarts? Tomcat should not restart itself for any reason. Yes,

Re: How to prevent tomcat from restarting after hot code replacement?

2008-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo, Remo Liechti wrote: | |The best you can do is to turn off auto-reload. | | Where do I turn of auto reload? Will class files still be published to | tomcat after they changed? Set reloadable=false in your Context. | || I just want my code to

RE: How to prevent tomcat from restarting after hot code replacement?

2008-04-04 Thread Remo Liechti
Sorry forgot to say: Using eclipse(3.3.2) with WTP (2.0.2 sdk version). Remo Liechti Application Developer Swisslog Warehouse and Distribution Solutions Direct: +41 (0)62 837 4345 Mobile: +41 (0)76 329 8660 CH Fax: +41 (0)62 837 4197 Internet: www.swisslog.com

Re: How to prevent tomcat from restarting after hot code replacement?

2008-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo, Remo Liechti wrote: | I have the problem that always when I start tomcat in debug mode, and | change some java files, tomcat restarts after some seconds after the | code was replaced. Do you mean that your /webapp/ restarts? Tomcat should not