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

Actually the REAL answer is that the ajpv12 protocol does a PING between
the 'C' side (mod_jserv) and the JVM (ApacheJServ.jar) periodically --
it used to be set for 3 seconds but I haven't looked at the 1.1 release
code yet. This PINGing results in a lot of TIME_WAIT sockets which time
out eventually; this occurs whenever ApacheJServ is running even if it
isn't servicing requests.

jon * wrote:
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> on 1/18/00 10:16 AM, Erik Meade <[EMAIL PROTECTED]> wrote:
> 
> > Have you tried it with jsdk2.0?
> >
> > Erik
> 
> Why do you waste all of our time and give a totally non useful question?
> 
> The REAL answer to the original question (why do I see all sort of
> communication on port 8007?) is this:
> 
> Apache JServ is two portions. A C side (mod_jserv) and a Java side
> (ApacheJServ.jar).
> 
> They communicate with each other through a socket (network connection).
> 
> The reason for this is so that you can have the Java side on N number of
> machines. This is both a load balancing feature as well as a scalability and
> reliability feature.
> 
> You can specify the port that they communicate on in the jserv.properties
> and jserv.conf files.
> 
> -jon
> 
> --
> Come to the first official Apache Software Foundation
> Conference!  <http://ApacheCon.Com/>
> 
> --
> --------------------------------------------------------------
> 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]

Reply via email to