fix: tomcat5 valve not work

This commit is contained in:
ReaJason
2024-12-09 01:27:08 +08:00
parent 12519d4a0f
commit e28ddf9972
3 changed files with 32 additions and 17 deletions
@@ -0,0 +1,10 @@
services:
tomcat66:
image: reajason/tomcat:5-jdk6
ports:
- "8080:8080"
- "5005:5005"
environment:
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
volumes:
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/tomcat/webapps/app.war