Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0.1
-
Component/s: Push Library
-
Labels:None
-
Environment:server
Description
To avoid shutting down the blocking connection cycle during fail-over (by sending X-Connection=Close header) ICEpush needs to have the option of configuring the MainServlet so that only a NOOP message is sent back.
I changed the EPS' ICEpushServlet to instantiate the MainServlet with the terminateBlockingConnectionOnShutdown parameter set to false and successfully tested it in a Tomcat 6.0.30 clustered environment using fail-over.