Time zone in all web application pages revert to UTC !

2016-03-21 Thread Utkarsh Dave
Hi Users and Tomcat team, We are having this weird issue seen in all the web application pages where time gets changed to UTC after some days. As a workaround it works fine until Tomcat is restarted, but after some days time in UTC is seen again. This is regardless of any time/time zone configured

JAASRealm does not trigger HttpSessionListener events

2016-03-21 Thread Scott, Shannon
I have a JAASRealm that I'm using with some legacy authentication/authorization code that requires the session id. In tomcat the JAAS Login Module does not have access to the HTTPSession. A new session is created after the Login Module commits (so using a valve to access the session does not wo

How to debug deployment process of my application in IntelliJ IDEA

2016-03-21 Thread Artur Owczarek
I'm learning how Spring MVC works. I'd like to debug the process of deployment on different containers (using IntelliJ) as well as how my application works after deployment. I created the simplest application possible. It does nothing except registering dispatcher servlet. Now I set breakpoint some