Just tried to set up a <ping> config to email myseld as per this example
off the web site and get 

 

/var/web/conf/resin.conf:169: 'mail-to' is an unknown property of
'com.caucho.server.admin.PingThread'.

 

Example on web page is:-

 

 

<resin xmlns="http://caucho.com/ns/resin";

       xmlns:resin="http://caucho.com/ns/resin/core";>

  ...

  <cluster id="web-tier">

    <ping resin:type="com.caucho.server.admin.PingMailer">

      <url>http://localhost:8080/index.jsp</url>

      <url>http://localhost:8080/webapp/index.jsp</url>

 

      <mail-to>[EMAIL PROTECTED]</mail-to>

      <mail-from>[EMAIL PROTECTED]</mail-from>

      <mail-subject>Resin ping has failed for server
${'${'}server.name}</mail-subject>

    </ping>

    ...

  </server>

</resin>

 

*****************************************************************************************
To view the terms under which this email is distributed, please go to 
http://www.hull.ac.uk/legal/email_disclaimer.html
*****************************************************************************************
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to