stopping-restarting Tomcat

2004-06-02 Thread santosh.kawade
Hi All, Does one need to stop-restart Tomcat server every time when a servlet is changed/compiled ? The restart takes lots of time during the development and testing of web application. Is there any way to expedite this. Cheers, Santosh

Re: stopping-restarting Tomcat

2004-06-02 Thread Veniamin Fichin
[EMAIL PROTECTED] wrote: Does one need to stop-restart Tomcat server every time when a servlet is changed/compiled ? The restart takes lots of time during the development and testing of web application. Is there any way to expedite this. reloadable=true attribute of Context tag will do what

RE: stopping-restarting Tomcat

2004-06-02 Thread Nitschke Michael
Nitschke -Original Message- From: Veniamin Fichin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 12:53 PM To: Tomcat Users List Subject: Re: stopping-restarting Tomcat [EMAIL PROTECTED] wrote: Does one need to stop-restart Tomcat server every time when a servlet is changed

Re: stopping-restarting Tomcat

2004-06-02 Thread Veniamin Fichin
Subject: Re: stopping-restarting Tomcat [EMAIL PROTECTED] wrote: Does one need to stop-restart Tomcat server every time when a servlet is changed/compiled ? The restart takes lots of time during the development and testing of web application. Is there any way to expedite this. reloadable=true

Re: stopping-restarting Tomcat

2004-06-02 Thread Bern Mutia
-Original Message- From: Veniamin Fichin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 12:53 PM To: Tomcat Users List Subject: Re: stopping-restarting Tomcat [EMAIL PROTECTED] wrote: Does one need to stop-restart Tomcat server every time when a servlet is changed/compiled