-
Type: Sub-task
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.7.2-SNAPSHOT
-
Fix Version/s: 5.7.2
-
Component/s: Web Common
The seam web gate is based on a servlet listener. This is not sufficient because the tomcat connectors are not yet started once the servlet is initialized. We should not invoke the seam flusher using a web request until the connectors are started.