Remy Maucherat wrote:
> 
> > 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

OK. Sounds good. Anything like that for TC3.3 that you know of?

BTW, what was the reason behind not including web.xml in the reload? It
seems like a pretty important part of the app...

Bojan

Reply via email to