You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ms...@india-today.com on 2000/04/13 19:44:29 UTC

tomcat restart !!

Hi everybody,

Everytime we add a new servlet we have to make an entry in the web.xml.
Do we have to restart tomcat (and apache) everytime we change web.xml ?

Thanks in advance,
Manpreet Singh


Re: tomcat restart !!

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
msingh@india-today.com wrote:

> Hi everybody, Everytime we add a new servlet we have to make an entry
> in the web.xml.Do we have to restart tomcat (and apache) everytime we
> change web.xml ? Thanks in advance,Manpreet Singh

For version 3.1, you must restart Tomcat to make it recognize the
revised web.xml file.  You can do this either with the startup and
shutdown scripts, or you can use the admin application to remove that
context, then add it again, without restarting the entire server.

Craig McClanahan