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 > [EMAIL PROTECTED] > 41422911 > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- Paul Caton Electronic Publications Editor Women Writers Project e-mail: [EMAIL PROTECTED] tel: (401) 863-3619 address: Box 1841, Brown University, Providence RI 02912 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
