tomcat 经常无缘无故的就死了。。。。。自己写了个启动的。。。。。好像不太好用。。。。有高手的话帮我完善一下吧。 if wget http://localhost/ then rm -f index.jsp* elif /usr/local/apache-tomcat-6.0.26/bin/shutdown.sh ps aux | grep apache-tomcat-6.0.26 | grep -v "grep" then kill -9 $(ps aux | grep apache-tomcat-6.0.26 | awk '{print $2}') /usr/local/apache-tomcat-6.0.26/bin/startup.sh rm -f index.jsp* rm -f a.jsp* fi