[Seaside] Netstat -l

David T. Lewis lewis at mail.msen.com
Wed Sep 6 10:35:09 UTC 2006


On Tue, Sep 05, 2006 at 02:21:03PM -0400, Milan Zimmermann wrote:
> just a quick followup on netstat - try:
> 
> netstat -a --numeric-port | less
> 
> that does show the 9090 for me, instead of *.*

And you can always check to see if a web server is listening on port 8000
with telnet:

$ telnet localhost 8000
<type something here followed by CR>

If the telnet connection is not refused, then someone is listening
on the port. If you type some junk and get some html back, you are
talking to a web server.

Dave



More information about the Seaside mailing list