You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Øyvind Vestavik <Oy...@idi.ntnu.no> on 2002/03/13 16:10:27 UTC

Ports used???

I am running Tomcat on a unix testserver (solaris 6.2) which several
people have access to and use for their own applications. There is no
authority administrating the ports
used, and I would like to scan the ports of the machine to see wich ones
are in use. Is there a unix utility i can use for this.
Im not planning to break in anywhere.. :-)

Øyvind

Øyvind Vestavik
Øvre Møllenberggt 44b
7014 Trondheim
oyvindve@idi.ntnu.no
41422911



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Ports used???

Posted by Paul Caton <pa...@mama.stg.brown.edu>.
I just had some port problems with getting Tomcat up and running, so
this is in my head right now! You can see a list of assigned ports in
/etc/services. If you want to check that a port not listed there is in
use or not, use the command:

netstat -an | grep [number]

If you get no result, the port is not in use.

Paul.

On Wed, 13 Mar 2002, [ISO-8859-1] �yvind Vestavik wrote:

> 
> I am running Tomcat on a unix testserver (solaris 6.2) which several
> people have access to and use for their own applications. There is no
> authority administrating the ports
> used, and I would like to scan the ports of the machine to see wich ones
> are in use. Is there a unix utility i can use for this.
> Im not planning to break in anywhere.. :-)
> 
> �yvind
> 
> �yvind Vestavik
> �vre M�llenberggt 44b
> 7014 Trondheim
> oyvindve@idi.ntnu.no
> 41422911
> 
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 
> 

-- 
Paul Caton
Electronic Publications Editor
Women Writers Project

 e-mail: paul@mail.stg.brown.edu
    tel: (401) 863-3619
address: Box 1841, Brown University, Providence RI 02912

	


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>