-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Jonathan Tew wrote:
> 

> 
> How did you get fail over to work?  I have Apache running on a Linux box
> and two JDKs running on an NT box.  The load balancing works just fine,
> but when I kill one of the JDKs it doesn't fail-over.
> 
> Jon
> 
this failover feature works on the apache side : mod_jserv notices that
one of the jvm is out, and redirects all the requests to other jvms. at
the same time apache polls the dead jvm until it comes alive back. I
never wrote that apache was able to restart a new jvm on another
computer. you could use inetd for that on unix boxes.

jean-luc


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to