java服务自动重启_Java web 应用自启动 shell脚本自动重启
#!/bin/bashwhile :doecho "Current DIR is " $PWDstillRunning=$(ps -ef |grep "$PWD/oa.jar" |grep -v "grep")if [ "$stillRunning" ] ; thenecho "TWS service was already started by another way"echo "Ki