In the project I use Apache Tomcat 8.0.28 and Apache Shiro 1.3.2. In Tomcat, I use the Parallel Deployment feature to deploy multiple versions of the same application.
New project requirements have led to the need to use Shiro native sessions . But after enabling the native sessions, it turned out that Parallel Deployment is no longer functioning, since Tomcat now does not know anything about the session, and for the Parallel Deployment to work, sessions are needed.
Is there a way to use both Parallel Deployment in Tomcat and Shiro's native sessions simultaneously? Or maybe there are alternatives for Parallel Deployment?