You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Costin Manolache <cm...@yahoo.com> on 2003/04/17 06:38:49 UTC

Context reloading ( and /admin )

Right now the reloading is doing a full stop/start - to pick up changes
in web.xml. In tomcat4.1 it's just droping the classloader. 

The problem is that session data is not saved. And that affects the
/admin, since on save it'll write all the config files and trigger a
reload.

I tried changing HostConfig to use context.reload() - but it seems to
still fail. We could mark the /admin as not reloadable - that would
be a quick fix. 

Costin


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