tomcat - Vaadin web app stops responding until I clear browser data or use Chrome incognito -
i have vaadin web app (servlet version 3.0 websocket push) compile war file , deploy on tomcat 8 (on linux 64-bit rhel 6 webserver). use google chrome on home network try connect it.
description
after fresh deployment, using google chrome connect it, app works fine (and responsive) first 15-20 minutes of use.
after that, stops responding. reload bar gets stuck, , trying reconnect page doesn't work (new tab, new browser instance). chrome stuck on "waiting (host)...".
when clear browsing data (all of it), can connect web app normal. also, if use chrome incognito mode (with no browsing history), web app works fine. same true firefox
attempted solutions in tomcat
i tried adding following parameters tomcat context.xml:
<context cachingallowed="false" cachemaxsize ="0" cachettl="1">
attempted solutions in vaadin
- i tried connecting webapp ?restartapplication option vaadin
- i tried 3 different implementations of push (websocket, long polling, streaming)
- i tried disabling push
none of attempted solutions worked. have ideas? mismanaging user state vaadin stores?
edit
forgot mention, there no traces of exceptions or bad behavior in tomcat logs. in fact there's no output after web app stops responding.
another edit
i forgot mention webserver behind load balancer (google compute engine). friend suggested maybe there's problem load balancer , expired cookies.
i received suggestion vaadin forums:
Comments
Post a Comment