linux下tomcat服务器,一般都会配置自动启动,原因简单,维护减少麻烦。做了很多次,每次都差下资料,整下,今天有整一次,闲麻烦,自己调整了下脚本,备份下来,下次再不花时间。
linux : centOS6.4
tomcat: tomcat-6.0.37
自启动脚本文件tomcat请参加附件:tomcat.zip
1、拷贝到 /etc/init.d/下
2、chkconfig --add tomcat
3、配置在3,4,5三种启动模式中自定启动tomcat
chkconfig --level 345 tomcat on