碰到ansible無法起停tomcat的時候,有3個點需要關注
1、環境變數,在startup.sh中新增source /etc/profile
2、後臺執行,加上nohup...&
3、單獨程式啟動,使用set -m && command
今天遇到這個問題,現已經解決
碰到ansible無法起停tomcat的時候,有3個點需要關注
1、環境變數,在startup.sh中新增source /etc/profile
2、後臺執行,加上nohup...&
3、單獨程式啟動,使用set -m && command
今天遇到這個問題,現已經解決