Hot deployment of a new version of war file while users are still working on the old one.
On a Tomcat server, users are using our application. I would like to be able to upload a new version, using the same name, so current users continue using the old version(until session timeout), and new users use the new version. In .net this is automatically, the .dll is in memory, new users get the new .dll (about the only positive thing in .net?) Tnx in advance, Jst.