Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 1998 13:04:47 +0200 (MEST)
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        java@FreeBSD.ORG
Subject:   anyone gotten further with apache and servlets?
Message-ID:  <199804021104.NAA00944@gilberto.physik.RWTH-Aachen.DE>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804021104.NAA00944>