-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Jonathan Baker-Bates <[EMAIL PROTECTED]> wrote:
> [...]
>
> [30/07/1999 10:40:23:899] (EMERGENCY) ajp11: can not
> connect to host 127.0.0.1:9009 [...]
^^^^
The line above shows you are trying to connect to Apache
JServ via port 9009. Therefore you'll have to make sure it
is properly configured to run on this port. Check whether
you've got the following lines in your config files:
* mod_jserv.conf / jserv.conf:
ApJServDefaultPort 9009
or:
ApJServMount /servlet ajpv11://localhost:9009/<zone name>
* jserv.properties:
port=9009
zones=<zone name>
Hope this helps :-)
--
Pawel Pesz
InsERT.net, Wroclaw, Poland
mailto:[EMAIL PROTECTED]
--
--------------------------------------------------------------
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]