From owner-freebsd-java Thu Apr 2 03:02:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21450 for freebsd-java-outgoing; Thu, 2 Apr 1998 03:02:59 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21433 for ; Thu, 2 Apr 1998 03:02:55 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id NAA00944 for java@freebsd.org; Thu, 2 Apr 1998 13:04:47 +0200 (MEST) (envelope-from kuku) Date: Thu, 2 Apr 1998 13:04:47 +0200 (MEST) From: Christoph Kukulies Message-Id: <199804021104.NAA00944@gilberto.physik.RWTH-Aachen.DE> To: java@FreeBSD.ORG Subject: anyone gotten further with apache and servlets? Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm nearly there with being able to run servlets under FreeBSD-2.2.5/apache-1.3b5. servlets are handled by default through port 8007. Now I'm getting an error like 'bind - addrss already in use' Looking into netstat -a I see tcp 0 0 localhost.1026 localhost.1027 ESTABLISHED tcp 0 0 localhost.1027 localhost.1026 ESTABLISHED tcp 0 0 *.8007 *.* LISTEN tcp 0 0 *.ssh *.* LISTEN tcp 0 0 *.printer *.* LISTEN I'm wondering which process is behind this, since I have killed httpd for the moment. How can i find out? Or is it a socket which is still alive? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message