i have configured property server.session.timeout
for my application's timeout and this is working fine for embedded tomcat. But when i deploy my application to standalone tomcat, it doesn't read this property. It applies default timeout of 30 mins. I want to change this.
I tried to put web.xml with just timeout property, but looks like web.xml was not read.