mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: add Geronimo/Jetty 7.1 cases
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
target:
|
||||
image: reajason/geronimo:2.2.1-jetty7
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/opt/geronimo/deploy/app.war
|
||||
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
target:
|
||||
image: reajason/geronimo:2.2.1-tomcat6
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/opt/geronimo/deploy/app.war
|
||||
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
jetty716:
|
||||
image: reajason/jetty:7.1.6-jdk6
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5005:5005"
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
|
||||
volumes:
|
||||
- ../../../asserts/agent/jattach-linux:/opt/jattach
|
||||
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/usr/local/jetty/webapps/app.war
|
||||
Reference in New Issue
Block a user