If I use the Tomcat 4.x manager webapp to issue a reload request:

        http://localhost:8080/manager/reload?path=/mywebapp

what happens to the servlet context for any servlets running in the
webapp -- is it reinitialized?

Also, what happens to session objects? What if the session data includes
instances of objects which are reloaded in the reload request for mywebapp?

Mike Schulz



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to