> Can a watchdog bind to a port already used by another watchdog process?
> Similar to the way that a virtual host would?
> 
> java.io.IOException: bind failed to xxx.xxx.xxx.xxx:80

No, only one process can bind to a port. To get around that, you can either use 
a web-tier cluster to load balance traffic to the correct cluster. The 
documentation has a few different examples:

http://caucho.com/resin-4.0/admin/http-virtual-hosts.xtp

Specifically, look at the "Server per virtual host" example with the back-end 
JVM and the web-tier load balancer.

Hope that gets you started.

-Jamie


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

Reply via email to