On Thu, Sep 2, 2010 at 10:52 PM, Christopher Schultz <ch...@christopherschultz.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jan, > > On 9/2/2010 2:42 AM, jan gestre wrote: >> I'm the only user of this dedicated machine, it's not yet in >> production that's why I'm quite sure :). Even the init scripts logs >> tells that Tomcat is started only to find out that it's not actually >> running because of sudden death. > > You may still have started Tomcat more than once, or something else > might be running on the machine taking those ports. > > Try these: > > $ ps aux | grep java > > (See if there are any java processes running) > > $ netstat -an | grep 8080 > > You may need to be root in order to read all processes and port usages. > > - -chris
Hi Chris, That's the odd thing about it, both ps and netstat did not return any result, also only heartbeat does the starting (this is an HA cluster using DRBD and Heartbeat), the only issue I've noticed in the ha logs is that it's not unmounting the drbd partition cleanly i.e. it has to send SIGTERM to kill the process. Regards, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org