autostratup tomcat的问题

时间:2013-12-17 10:48:49

标签: java tomcat autostart

我必须在我的机器启动时自动启动tomcat(Ubuntu服务器12.04 LTS)。

所以我在互联网上搜索,我发现我必须在/etc/rc.local中启动我的tomcat命令

所以这是我的档案:

touch /var/testing1234

sh /opt/apache-tomcat-7.0.47/bin/startup.sh

touch /var/testing123465

exit 0

当我重新启动文件测试1234已经创建但是没有创建文件testing123465时,可能会出现什么问题?请凝胶我,我对这件事情很生气。

1 个答案:

答案 0 :(得分:0)

你真的需要.47版本吗?作为dpkg有7.0.26,只需做apt-get install tomcat7 ...

在sh行的末尾添加&