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
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
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