'Set different timezone for each deployable in tomcat
I have a web project which creates 2 separate deployables(.war files). I deployed both in single tomcat, and when I change the JVM timezone in a beanFactoryPostProcessor of fist deployable, it also get reflected in second deployable also.
I have few questions around it
- Is this the normal behavior
- If I want to set separate timezone for each deployable how would I do it
- Can we set separate timezone for different Spring Context also
- Are different war files run in separate JVM instance or same JVM in a tomcat
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|