we may have misunderstood how ping is configured, and thought it was disabled. 
we've left the default conf below, believing that because the url element was 
commented out, there would be no ping enabled.

    <resin:if test="${isResinProfessional}">
       <ping>
         <!-- <url>http://localhost:8080/test-ping.jsp</url> -->
       </ping>
     </resin:if>

is this sufficient to enable PingThread, even though no URL is specified?

Scott Ferguson wrote:
> The PingThread should only be created if there's a <ping> element (or  
> <resource> with ping).  I just skimmed the code and can't see where  
> it would be allocated with no <ping>.
--------------------------------------------------------
Register today for the Algorithmics Risk Conference 2007, September 24 - 26, 
Cannes, France.

This email and any files transmitted with it are confidential and proprietary 
to Algorithmics Incorporated and its affiliates ("Algorithmics"). If received 
in error, use is prohibited. Please destroy, and notify sender. Sender does not 
waive confidentiality or privilege. Internet communications cannot be 
guaranteed to be timely, secure, error or virus-free. Algorithmics does not 
accept liability for any errors or omissions. Any commitment intended to bind 
Algorithmics must be reduced to writing and signed by an authorized signatory.


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to