-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
i added something to the faq recently... check that JAVA is not set to
JAVA_HOME (/usr/java) but rather JAVA_BIN (/usr/java/bin/java) in your
environment. if it is, the Makefiles will be built improperly and it will
try to execute java commands with the /usr/java directory rather than the
/usr/java/bin/java executable.
that took me a week to figure out. (amongst everything else i'm working
on)
-david
On Fri, 30 Jul 1999, Jonathan Baker-Bates wrote:
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Yes, all those things are in place. Do I have to have any environment
> variables set? If so, what?
>
> If nothing works, I'm going to try starting from the very beginning with
> everything.
>
> BTW I've been dealing with UNIX installations for several years now, and I
> have to say that Jserv is by far and away the most difficult thing I've
> every had to get running. Sendmail, bind, Apache - they're all easy compared
> to my experience with Jserv so far!
>
> JJ
>
>
> -----Original Message-----
> From: Pawel Pesz <[EMAIL PROTECTED]>
> To: Java Apache Users <[EMAIL PROTECTED]>
> Date: 30 July 1999 12:22
> Subject: Re: "ajp11: connection fail" Error?
>
>
> >-----------------------------
> >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]
> >
> >
>
>
>
> --
> --------------------------------------------------------------
> 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]
>
>
--
--------------------------------------------------------------
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]