Hello, can someone shed some light on this configuration element: connectionretries? If I have 10 simultaneos connections.. does this mean if the database connection is cut, the app will try X amount of times to re-establish? is that X amount of times PER open connection?
scenario: connectionretries=2, Maximum Connections=20, Connection Timeout =120, Login Timeout=120 Database goes down (and isn't coming back up). After 120s (Connection Timeout ), each of the 20 connections will retry 2x waiting 120s (login timeout) to re-establish. After that, if no connections can be made.. We're done? Database comes up 5 mins later. Tomcat needs a boot? Any help is appreciated. -chris -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012
