This commit is contained in:
2022-04-18 11:21:20 +08:00
commit 45a7af638f
210 changed files with 8997 additions and 0 deletions

16
tomcat/README.md Normal file
View File

@@ -0,0 +1,16 @@
# 构建 tomcat 镜像
## 定制
- 安装 apache-tomcat-native
- 开启 apr
## 外挂目录和文件
- /opt/tomcat/webapps: 应用 war 包目录
- /opt/tomcat/logs: 日志目录
## 引入环境变量
- JAVA_OPTS: jvm 参数
## 案例
- [Demo/SingleNode/](Demo/SingleNode/): 部署 tomcat