linux下如何设置jetty开机启动?
答案:2 悬赏:0 手机版
解决时间 2021-01-11 17:55
- 提问者网友:遮云壑
- 2021-01-11 03:29
linux下如何设置jetty开机启动?
最佳答案
- 五星知识达人网友:荒野風
- 2021-01-11 03:43
在/etc/init.d/下创建jetty文件内容:
vim /etc/init.d/jetty
#内容如下:
#!/bin/bash
# chkconfig: 35 95 1
# description: script to start/stop jetty case $1 in start)
sh /opt/startjetty.sh ;; stop)
sh /opt/stopjetty.sh ;; *)
echo "Usage: $0 (start|stop)" ;; esac
#更改权限
chmod 775 jetty
# 加入自动启动
chkconfig –add jetty
#查看自动启动设置
chkconfig –list jetty
jetty 0:off 1:off 2:off 3:on 4:off 5:on 6:off以后可以用以下命令启动和停止脚本
service jetty start #启动
service jettystop #停止
vim /etc/init.d/jetty
#内容如下:
#!/bin/bash
# chkconfig: 35 95 1
# description: script to start/stop jetty case $1 in start)
sh /opt/startjetty.sh ;; stop)
sh /opt/stopjetty.sh ;; *)
echo "Usage: $0 (start|stop)" ;; esac
#更改权限
chmod 775 jetty
# 加入自动启动
chkconfig –add jetty
#查看自动启动设置
chkconfig –list jetty
jetty 0:off 1:off 2:off 3:on 4:off 5:on 6:off以后可以用以下命令启动和停止脚本
service jetty start #启动
service jettystop #停止
全部回答
- 1楼网友:往事隔山水
- 2021-01-11 04:58
你可以jetty的启动加到linux系统中/etc/rc.local文件中,这样下次启动linux的时候,jetty就会随系统启动了
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯
正方形一边上任一点到这个正方形两条对角线的 |
阴历怎么看 ? |