I am working on java web application deployment. I have requirement like we will be keep on deploying new versions of war file in tomcat app. My requirement is when a user is logged in and when I deploy a new war in tomcat web app it overrides old war and I loose session.
I should show user new version without loosing his session.
When I googled I came to know about tomcat parallel deployment. But my manager is asking no to follow that solution and asking to see any other solution is available. But I did not get any other solution.
Is there any way in tomcat to store sessions?
How about other servers like jboss, weblogic or websphere?