We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1a67a commit 32762ffCopy full SHA for 32762ff
1 file changed
Tomcat-Install-And-Settings.md
@@ -59,7 +59,7 @@
59
CATALINA_PID=$CATALINA_HOME/catalina.pid
60
export CATALINA_PID
61
```
62
- - 刷新变量配置:`sudo source /etc/profile`
+ - 刷新变量配置:`source /etc/profile`
63
- 如果使用 `shutdown.sh` 无法停止 tomcat,可以修改其配置:`vim /usr/program/tomcat8/bin/shutdown.sh`
64
- 把最尾巴这一行:`exec "$PRGDIR"/"$EXECUTABLE" stop "$@"`
65
- 改为:`exec "$PRGDIR"/"$EXECUTABLE" stop 10 -force`
0 commit comments