feat: add tomcat listener and valve

This commit is contained in:
ReaJason
2024-11-24 13:31:38 +08:00
parent 2501e56a6e
commit d37b0a1929
21 changed files with 1238 additions and 50 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
services:
tomcat8:
image: tomcat:8.5.100-jre8
image: tomcat:8-jre8
ports:
- "8888:8080"
volumes:
- ./test.war:/usr/local/tomcat/webapps/test.war
tomcat10:
image: tomcat:10-jre11
ports:
- "8810:8080"
volumes:
- ./test.war:/usr/local/tomcat/webapps/test.war