> Remy Maucherat wrote:
> >
> > > My question was about web.xml, not the classes and jars (that's
> > > explained in Loader docs). If web.xml changes, TC3.3 will dump the app
> > > and reload because web.xml gets stored in the DependManager (from
> > > memory). Does TC4 behave the same?
> >
> > No web.xml reloading in TC 4.
> >
> > Remy
>
> OK. Is there a way to force app reload from one of the servlets running
> within that app (apart from the obvious touching of classes or jars).
> Something like telling the classloader to dump the thing?

You can use the manager servlet. See the manager webapp and the docs for
more details.

http://jakarta.apache.org/tomcat/tomcat-4.0-doc-exp/manager-howto.html

Remy

Reply via email to