When using the <watchdog-manager>, the examples show 

<watchdog id="user_1">
   <user-name>user_1</user-name>
   <group-name>group_1</group-name>
   <resin-xml>/home/user_1/conf/resin.xml</resin-conf>
   <resin-root>/home/user_1/www</resin-root>
   <open-port address="192.168.1.10" port="80"/>
</watchdog>

<watchdog id="user_n">
   <user-name>user_n</user-name>
   <group-name>group_n</group-name>
   <resin-conf>/home/user_n/conf/resin.xml</resin-conf>
   <resin-root>/home/user_n/www</resin-root>
   <open-port address="192.168.1.240" port="80"/>
</watchdog>

Need help with following:

1.) Information about resin.xml file detailed above.  Typcial resin.conf files 
include a port to open, typically port 80. However, when running many hosts 
with separate JVM's behind apache we are specifying many http ports, like 
8080,8081,8082, etc.

How does the watchdog deal with multiple ports, do we still need a resin.conf 
file?  I need a bit more info before I can put together all of the examples. 

I'd love to pull Apache out of the equation, but right now its redirection the 
proper host to the proper port.

<server-default>
      <!-- The http port -->
      <http address="*" port="8080"/>


Thanks!





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

Reply via email to