process - Deleted Tomcat without executing shutdown.sh -
process - Deleted Tomcat without executing shutdown.sh -
i deleted tomcat 5.5.30 error without shutting down. if no tomcat running localhost:8080 shows tomcat default page if refresh goes off. running different tomcat 5.5.30 (with different port number - 8090) not running on port. can't find tomcat process using command ps -ef | grep tomcat. restarting scheme doesn't help. how kill invisible process. using mac snow leopard.
use netstat -plan | grep :8080
(or different options, don't know mac os) find out process holds port.
oh, , tomcat processes not called tomcat
, rather java ... bootstrap ...
. should seek jps -v
.
tomcat process tomcat5.5
Comments
Post a Comment