Greetings I haven't found the answer to this in the documentation.
I have a jsp that invokes an instance of a java object. I would like to modify the java file and have the change take effect without interrupting any users that are on the system. If use the manager/reload?/path method to reload the application, will it interrupt any active sessions? (The documentation does say it will shut down the application. That sounds like the sessions die, but maybe they're handled at a higher level.) If I put reload=true in the context definition in server.xml, will the application then reload class files in the path /WEB-INF/classes when it detects there is a more current version? Or does this just apply to servlets and jsps? Thanks Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
