Re: Tomcat Doesn't Seem To Start In Fedora 8



Robert L Cochran schrieb:

I posted more content to the bug: to answer to your questions, no tomcat
processes are running. The result of netstat is

[root@deafeng3 tomcat5]# netstat -an | grep '8080'
tcp 0 0 :::8080 :::* LISTEN

If I understand the above correctly, something is indeed listening on port 8080...but what? That looks like an IPv6 type listener, but I don't know IPv6 well. I also grepped on '80' to list processes running on any 80xx port. See the bug report.

Any suggestions? Clearly, I started some process that is interfering with tomcat5.

Bob

lsof -i :8080
netstat -talpen | grep ':8080'

This will provide you with PIDs, process names and owners.

Alexander


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Netstat results - problem?
    ... listening corresponding to a port. ... Luca Vix Visconti wrote: ... >> Have I a trojan or does this look like normal netstat logs? ...
    (comp.security.misc)
  • Re: Cant connect to Terminal Services following upgrade of Win 2003 to service pack 1
    ... Is the server listening on port 3389? ... - an" at a command prompt. ... I've done a netstat -an and it says that port 3389 is ...
    (microsoft.public.windows.terminal_services)
  • Re: sshd blocking ftp data port 20?
    ... something listening that looks like sshd. ... If you want to see which process is using the port try ... > The sshd configuration file points to port 22 as is normal. ... > strange is the netstat output where there is no indication of ports 20 ...
    (comp.security.ssh)
  • RE: Terminal Server session creation failed
    ... I did a netstat -an but there is no port 3389 listed. ... > If you bring up the tsadmin utility, is the RDP-tcp listener in the ... > listening state, rather than being 'down' or similar state? ...
    (microsoft.public.windows.terminal_services)
  • Re: Tomcat Doesnt Seem To Start In Fedora 8
    ... It appears from the snippet of the catalina.out logs that something was ... The result of netstat is ... If I understand the above correctly, something is indeed listening on port 8080...but what? ... to list processes running on any 80xx port. ...
    (Fedora)