I would like to know if there is a way to perform Java web application deployment without bringing down the servers/kicking the existing user out of the system.
Example, during application deployment restart of application servers will cause user to lose their session.
is there anyway to prevent this from happening?