Dave,

On Tue, Feb 3, 2009 at 2:38 PM, Dave Pawson <dave.paw...@gmail.com> wrote:
>
> [r...@marge apps]# netstat -lnp | grep 8080
> tcp        0      0 :::8080                     :::*
>     LISTEN      4014/java
>
> (Not very informative.... ?)
>

informative enough:

"ps -lf 4041" gives you a bit more of information about the process.

since it's a java-process, I'd bet my bottom-penny that Tomcat is
already running.
Further bet: You tried to shut down Tomcat, but shutdown failed for
whatever reasons.

What to do?

Verify, what process actually blocks port 8080 and end that process.

If it's Tomcat, run Tomcat's shutdown.sh-script

If Tomcat won't shutdown using said script, a "kill 4014" should help

Aftert hat: Check the log-files what went wrong when shutting down
Tomcat (Rights? Maybe you tried to start Tomcat as root?)

Hope that gives you a start

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to