<div dir="ltr">On Fri, Jun 28, 2013 at 3:45 PM, Wessel, Keith <span dir="ltr">&lt;<a href="mailto:kwessel@illinois.edu" target="_blank">kwessel@illinois.edu</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Ah-ha! Like a javax.naming.CommunicationException caused by a java.net.ConnectException: Connection timed out, perhaps?<u></u><u></u></span></p>


<p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Is this the scenario we’re talking about when a retry happens automatically?<u></u><u></u></span></p>
<p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> </span></p></div></div></blockquote><div style>Yes.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div lang="EN-US" link="blue" vlink="purple"><div><p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u></span></p>
<p class=""><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">If so, do either of the two properties Scott mentioned provide for a maximum time to keep trying? I’m just fine with retries for the sake of getting around
 network hiccups as long as I can have it give up before mod_jk does.</span></p></div></div></blockquote><div><br></div><div style>By default it retries once and gives up. You can configure these properties to change that behavior:</div>

<br>edu.vt.middleware.ldap.operationRetry - specifies the number of times an LDAP operation will be retried if a retry exception occurs; set to -1 for infinite retries<br>edu.vt.middleware.ldap.operationRetryWait - the amount of time in milliseconds that LDAP operations should wait before retrying<br>

edu.vt.middleware.ldap.operationRetryBackoff - factor by which to multiply the operation retry wait time; this allows clients to progressively delay each retry<br></div><div class="gmail_quote"><br></div><div class="gmail_quote" style>

--Daniel Fisher</div><div class="gmail_quote" style><br></div></div></div>