----------------------------------------------------------------
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!!!
----------------------------------------------------------------

> ajp12 error arises because the apache side is not able to connect to your
> servlet engine (which may not be present to answer apache's calls (since
no
> jvm means no servlet engine)). one way out is to usually give longer
> timeouts for your jvm.
>
> please let me know if the above solution worked.
>

Thanks Kamesh,

I changed the ApJServTimeout to 100 in the file jserv.conf, which made no
difference. Is this the correct Timeout ?
But I noticed that a lot java executables are running, what about them ?

I did a netstat on the port 8007 in a while loop, but nothing happens on
that port when requesting a servlet, how come ?
And why does it runs when the manual mode is off ?

Regards,
Ed Bras



> ----- Original Message -----
> From: "Ed Bras" <[EMAIL PROTECTED]>
> To: "Java Apache Users" <[EMAIL PROTECTED]>
> Sent: Monday, December 11, 2000 3:12 PM
> Subject: Re: Don't read the jserv.properties file ???
>
>
> > ----------------------------------------------------------------
> > 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!!!
> > ----------------------------------------------------------------
> >
> > > What's the setting of ApJServManual in your jserv.conf?  Your
> description
> > > sounds like you're running in manual mode in which case JServ is
> > controlled
> > > separately from the web server.  Can you tell if your JVM is shutting
> down
> > > when you kill the web server?
> >
> >
> > Thanks Wilks,
> >
> > Indeed is was in manual mode.
> > I have changed it now, but it now gives an error connection erro, the
> > mod_jserv.log file says:
> > ---
> > 11/12/2000 22:14:26:336] (EMERGENCY) ajp12: can not connect to host
> > 127.0.0.1:8
> > 007
> > [11/12/2000 22:14:26:336] (EMERGENCY) ajp12: connection fail
> > [11/12/2000 22:14:26:336] (ERROR) an error returned handling request via
> > protoco
> > l "ajpv12"
> > ---
> >
> > What do I do about this ?
> > I went through the faq, and checked the correct paths, log file names,
log
> > files rights, localhost lookup, and that all seem to be in order, so
what
> > could it be ?
> >
> > Resume: I do have Apache Jserv 1.1.1-1 and Apache 1.3.12 on RedHat 7.0
> >
> > Regards,
> > Ed Bras
> >
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Search Archives:
> > <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> > Problems?:           [EMAIL PROTECTED]
> >
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to