xuxinyi il y a 1 an
Parent
commit
06c3868b63
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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