Files
course/tomcat.md
王鹏 5597ca12de init
2025-08-14 14:46:45 +08:00

19 lines
824 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

如果已经安装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