Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 93170 invoked from network); 8 Oct 2002 18:40:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Oct 2002 18:40:54 -0000 Received: (qmail 25514 invoked by uid 97); 8 Oct 2002 18:41:21 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 25498 invoked by uid 97); 8 Oct 2002 18:41:20 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 25486 invoked by uid 98); 8 Oct 2002 18:41:20 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <83F0258A9996D311B14200A0C98F1736027558EB@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: Strange differences in Apache/Tomcat configuration Date: Tue, 8 Oct 2002 14:39:45 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Not really. The WARP connector is another connector...that may be why you are getting the message. If Apache is set to use WARP, but Tomcat isn't (or vice versa) there wouldn't be an open socket, which might generate the Apache error message that you see (client configuration). Do you have control over the Tomcat server.xml? Which connectors are enabled in there? John > -----Original Message----- > From: Kent Perrier [mailto:kperrier@ev1.net] > Sent: Tuesday, October 08, 2002 2:28 PM > To: Tomcat Users List > Subject: Re: Strange differences in Apache/Tomcat configuration > > > On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: > > > > As an aside, what happens if you try and access > > http://127.0.0.1:8080/examples ? > > > > One last thing, I see in the apache_log, on restart of Tomcat this > following is written to this file: > > 2002-10-08 13:19:49 > [org.apache.catalina.connector.warp.WarpConnector] Error > accepting requests > java.net.SocketException: Socket closed > at java.net.PlainSocketImpl.socketAccept(Native Method) > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343) > at java.net.ServerSocket.implAccept(ServerSocket.java:438) > at java.net.ServerSocket.accept(ServerSocket.java:409) > at > org.apache.catalina.connector.warp.WarpConnector.run(WarpConne > ctor.java:590) > at java.lang.Thread.run(Thread.java:536) > > This looks to deal with the warp connector. Pardon my > ignorance, but does > this have something to with the ajp13 or http connector? According to > the docs at jakarta.apache.org, it appears that there is a > connection between > the warp connector and the HTTP/1.1 connector, but the > documentation is sparse > for the warp connector. > > Does this open up any clues? > > Kent > > -- > To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: