This commit is contained in:
王鹏
2025-08-14 14:46:45 +08:00
commit 5597ca12de
21 changed files with 1451 additions and 0 deletions

19
tomcat.md Normal file
View File

@@ -0,0 +1,19 @@
如果已经安装tomcat请忽略此步骤
#### 下载tomcat
下载免安装版本的zip格式
- 开发环境 → 百度云盘
- [官网下载](https://tomcat.apache.org/)
#### 安装步骤
1. 压缩包解压到一个非中文目录下即可完成安装
2. 进入到tomcat安装目录的bin目录下双击`startup.bat`即可启动tomcat
3. 启动好tomcat后在浏览器地址栏输入`http://localhost:8080/`显示如下表示toamcat启动成功。
![](https://img.yidaima.cn/692b940db08a4f3bb31529cd15be133f?imageView2/0/q/75|watermark/2/text/ZmVhc3Rjb2RpbmcuY24=/font/5a6L5L2T/fontsize/1600/fill/IzBERDBGNQ==/dissolve/100/gravity/Center/dx/10/dy/10)
4. 测试完记得关闭tomcat,否则会端口占用。
5. 进入到tomcat安装目录的bin目录下双击`shutdown.bat`即可关闭tomcat