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


RedHat Linux 6.0
Blackdown JDK 1.2.2RC3
Apache 1.3.12
JServ 1.1

I'm noticing that either JServ or Apache is
holding open the connection to the HTTP client
after all the bytes have been set from a 
newly-loaded servlet.  The servlet flushes 
and closes but either JServ or Apache is 
not following through on the close.

I wrote a utility to count the bytes sent
back and matched them to "Content-Length"
and they are the same.

After the servlet has been loaded and used
the connections are closed just fine.

The connections that aren't closed are 
remaining as lingering JDK processes.
I do a "ps" and can see they're still
around.

Has anyone else seen this problem?

Jeff.



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