linux启动tongweb命令,linux7开机自启动东方通tongweb
自啟動(dòng)服務(wù):
可以通過(guò)把TongWeb設(shè)置為系統(tǒng)服務(wù)來(lái)實(shí)現(xiàn)。
具體實(shí)現(xiàn):
以root用戶進(jìn)行操作,在/etc/init.d目錄下編寫TongWeb的服務(wù)腳本tongweb,用來(lái)控制TongWeb的啟動(dòng)和停止。
腳本內(nèi)容如下:
#!/bin/bash
#
# tongweb This shell script takes care of starting and stopping
# standalone tongweb.
#
# chkconfig:2345 80 90
# description:auto_run
# that answers incoming ftp service requests.
# processname:tongweb
start(){
su - root -c "cd /opt/TongWeb5.0/bin;nohup ./startserver.sh &"
}
stop(){
su - root -c "cd /opt/TongWeb5.0/bin;nohup ./stopserver.sh &"
}
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
restart)
stop
sleep 3
start
;;
*)
exit 1
esac
exit 0
使用chkconfig命令把服務(wù)腳本加入到系統(tǒng)服務(wù)列表中。
chkconfig? --add? tongweb
設(shè)置系統(tǒng)開(kāi)機(jī)時(shí)自動(dòng)啟動(dòng)
chkconfig? tongweb? on
服務(wù)器啟動(dòng)時(shí),TongWeb即可自動(dòng)啟動(dòng)。
已經(jīng)手工配置成功。
總結(jié)
以上是生活随笔為你收集整理的linux启动tongweb命令,linux7开机自启动东方通tongweb的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: java访问错误404_如何解决 Jav
- 下一篇: java 排序api_用java api