Browse Source

tomcat重启

xuxinyi 1 year ago
parent
commit
06c3868b63
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tomcat.md

+ 8 - 0
tomcat.md

@@ -0,0 +1,8 @@
+# 进入 Tomcat 目录
+cd /your/path/tomcat/bin
+
+# 先停止 Tomcat
+./shutdown.sh
+
+# 启动 Tomcat
+./startup.sh