Hi, I've noticed that with Tomcat (4.1.12) when I reload a webapp, all serializable session objects are preserved. This also appears to happen when I call the shutdown and the startup scripts.
I've recently moved some data in a webapp from being an attribute of the session to being an attribute of the application e.g. getServletContext().setAttribute(key,value) Now, if I reload the webapp the data seems to be lost. It's automatically regenerated by my application but this is time consuming. Is there a way to also preserve this information similarly to the session attributes? WILL ------------------------------------ Will Glass-Husain <[EMAIL PROTECTED]> Forio Business Simulations office: (415) 440-7500 mobile: (415) 235-4293 -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
