Skip to content

Commit 32762ff

Browse files
committed
2016-02-07补充tomcat安装和设置
1 parent 9f1a67a commit 32762ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tomcat-Install-And-Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
CATALINA_PID=$CATALINA_HOME/catalina.pid
6060
export CATALINA_PID
6161
```
62-
- 刷新变量配置:`sudo source /etc/profile`
62+
- 刷新变量配置:`source /etc/profile`
6363
- 如果使用 `shutdown.sh` 无法停止 tomcat,可以修改其配置:`vim /usr/program/tomcat8/bin/shutdown.sh`
6464
- 把最尾巴这一行:`exec "$PRGDIR"/"$EXECUTABLE" stop "$@"`
6565
- 改为:`exec "$PRGDIR"/"$EXECUTABLE" stop 10 -force`

0 commit comments

Comments
 (0)