----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Daiju Kato wrote:
>
> Hello all,
>
> Would you advise me?
> I installed apache 1.3.9 and apache jserv 1.1b3 under linux machine.
> This machine has IP masqurade.
>
> Apache is worked fine. But Jserv has returns error like this:
>
> [08/12/1999 23:58:30:726] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8
> 007
> [08/12/1999 23:58:30:726] (EMERGENCY) ajp12: function connection fail
>
> How to configure jserv if machine has two NICs?
>
This is exactly the config I'm using here (working).
2 solutions (assuming JServ is listening port 8001):
- the JServ process is not started (use ps ax | grep java and netstat
-a | grep 8001 )
- You have set firewall (ipfwadm) rules too restrictive. try telnet
locathost 8001 . see what happens. (you should be connected, but it's
not a shell).
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]