Ok, I finally made some progress. Seems that in order to get the Auth to work under Tomcat, I had to switch to native Shiro Session Management by adding the following properties to shiro.ini
sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager securityManager.sessionManager = $sessionManager I do not need these when running with Jetty. I would like to understand why the difference if anyone knows, and is anyone else using Tomcat8 without any issues? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-rediecting-back-to-Login-after-successful-Login-tp7581130p7581164.html Sent from the Shiro User mailing list archive at Nabble.com.
