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

Ludovic Bailly wrote:

> When one of the JServ doesn't respond, if y make a reload then it works
> assuming the query goes to a JServ which is working.
> If I wait for a response, I get a message like : "document contains no data"

timeout (default=300 sec) between apache & jserv maybe ?

> I have to kill the JServ and run it again, then mod_jserv find it and use it
> when load balancing.
> But It seems that mod_jserv doesn't detect that a JServ is down and continue
> to send requests to it.

probably, it's not down, it's busy. and if the server is still alive,
the watchdog process could put it back alive in < 10 seconds.

> You said that telnet is not sufficient to know if a JServ engine is
> "completly" up,
> what is the right way to know it ?

examine the logs
hit a helloworld servlet


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