1
Running the application locally timeout works, but when I put the application in the cloud I get this error message The requested resource is not available
after time runs out.
What I am doing wrong to my application gives cloud only error and work on-premises?
In the web.xml file the timeout is defined as follows:
<session-config>
<session-timeout>2</session-timeout>
</session-config>
In the cloud, after the timeout, this screen is shown:
But when I run the same application locally this error does not occur, the user is redirected to the login screen as it should be done.
Please post the main parts of the code...
– Renaro Santos