You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sa...@bt.com on 2004/06/02 12:33:56 UTC

stopping-restarting Tomcat

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

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: stopping-restarting Tomcat

Posted by Veniamin Fichin <3c...@mail.ru>.
santosh.kawade@bt.com 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 you want. 
See tomcat-docs/config/context.html .


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org