com.sun.identity.url.readTimeout
This property could be set as an Advanced property in "Servers and Sites" Configuration tab and the value should be in milliseconds.
11 Jul · Fri 2008
Configuring URL Connection timeouts in OpenSSO
OpenSSO server uses HTTP(S) to send change notifications to other servers and also to remote clients that have registered for changes. The implementation uses java.net.URLConnection, a common issue faced with it was the extraordinarily long read timeout when receiving end was
not alive. Luckily J2SE 5.0 provides a solution by exposing a method setReadTimeout.
OpenSSO uses this method to set the timeout and the configuration parameter that must be set correctly in OpenSSO:
See http://jacksonshaw.blogspot.com/2008/07/james-unanswered-questions.html
Posted by James on July 16, 2008 at 03:57 AM PDT #
The property does not always work:
https://opensso.dev.java.net/issues/show_bug.cgi?id=5362
Posted by Dmitry on August 04, 2009 at 03:47 AM PDT #