|
Re: Session Timeout nach Tomcat Deployment [message #1837057 is a reply to message #1836980] |
Thu, 21 January 2021 13:33 |
|
Is this an out-of-the-box Tomcat installation with the default configuration or are additional security modules or authenticators installed? Can the application be started, i.e. do you see the red "session terminated" message box or is it a raw Tomcat message?
Scout relies on standard J2EE HTTP sessions, and the cookie JSESSIONID is used to find the same session again for subrequent requests. If the session cannot be retrieved, your Scout client session cannot continue. Possible reasons: browser blocks cookie, firewall or proxy removes or rewrites HTTP header, load balancer doesn't use "sticky sessions". Just from your description, the actual reason is hard to infer. You should probably check the HTTP requests and responses in the browser's developer tools (F12). Or you could remote debug the Tomcat instance and add some break points (e.g. in UiServlet.handleRequestInternal() or JsonMessageRequestHandler.handlePost()).
Regards,
Beat
|
|
|
Powered by
FUDForum. Page generated in 0.03762 seconds