linux下tomcat随系统自动启动,最简单的方式

Last login: Mon Aug 25 09:45:27 2014 from 10.10.15.6
[root@moshi ~]# vi /etc/rc.local 

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don‘t
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
/opt/tomcat-annex8089/bin/startup.sh

/opt/tomcat-annex8089/bin/startup.sh

为你的tomcat的启动目录,可以配置多个。

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。