Received: (qmail 146 invoked from network); 17 Jan 1999 04:00:38 -0000 Message-Id: <36A16059.9259F36F@snet.net> Date: Sat, 16 Jan 1999 23:00:25 -0500 From: Nick Brazziel To: Apache Bugs Subject: JServ 1.0b1 not (fully) running. >Number: 3698 >Category: pending >Synopsis: JServ 1.0b1 not (fully) running. >Confidential: yes >Severity: serious >Priority: medium >Responsible: gnats-admin >State: closed >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Sat Jan 16 20:10:01 PST 1999 >Last-Modified: Thu Jan 21 21:21:20 PST 1999 >Originator: >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Jan 21 21:21:20 PST 1999 State-Changed-Why: Closing misfiled pr. >Unformatted: The workaround for this is to manually start Apache JServ (set "ApjServManual on" in the httpd.conf file). The SocketException is thrown by AuthenticatedServerSocket, but I'm not sure why...I do know that the constructor does not specify an IP address, when I think maybe it should for "localhost". Without specifying an IP address when the ServerSocket is constructed, the IP address will be 0.0.0.0, and I think Win95 TCP/IP and/or DNS might have trouble with that address somewhere along the line.