On Tue, 15 May 2001, Allan Kamau wrote:

> is there such a thing like Hot deployment of new
> servlets and/or servlets.
> this requires the editing of the context's web.xml,
> can this be done without TC restart?.

There is no HotDeploy, however you can set a <Context ..> to
be reloadable which means that servlet classes is reloaded if
changed. If you want to add a servlet you will have to edit
web.xml and restart tomcat.

        ..bip


Reply via email to