Hi,
i found a workaround for my problem and now it works perfect for a week.
* I must use SUN JVM 1.6, because 1.5 don't know the timeout property
* in the deployerConfigContext.xml i set the Timeout property on 1,5 seconds,
because i get an answer fast (around 300ms) or never.
<property name="baseEnvironmentProperties">
<map>
<entry>
<key>
<value>com.sun.jndi.ldap.read.timeout</value>
</key>
<value>1500</value>
</entry>
</map>
</property>
* then i create a urls list with our 3 LDAP Server at any 10 times.
<property name="urls">
<list>
<value>ldaps://172.21.68.21/ou=apache_bahnnet,o=db%20ag,c=de</value>
<value>ldaps://172.21.68.29/ou=apache_bahnnet,o=db%20ag,c=de</value>
<value>ldaps://172.21.68.30/ou=apache_bahnnet,o=db%20ag,c=de</value>
<value>ldaps://172.21.68.21/ou=apache_bahnnet,o=db%20ag,c=de</value>
<value>ldaps://172.21.68.29/ou=apache_bahnnet,o=db%20ag,c=de</value>
<value>ldaps://172.21.68.30/ou=apache_bahnnet,o=db%20ag,c=de</value>
:
:
:
I hope this will help, if someone has the same problem.
Best regards
Holger Koch
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas