Elaine,

> 1) use shutdown.sh to shut down tomcat
> 2) Now the website appears to be down
> 3) Use ps -ef | grep tomcat to check the processes, tomcat still appears
> to be running:

I suspect that you are seeing another Tomcat process that is either left
over from a previous configuration (say, you changed the port numbers at
some point before you shut the old one down), or from an entirely
different app environment (which would be odd since the paths look the
same).

At any rate, you could probably just "kill -9" the lingering process,
re-start Tomcat, and check to make sure that everything still works as
expected. It's probably nothing to worry about.

If it comes back, though, it's time to start looking around for other
ways that Tomcat is being started on your server.

-chris


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to