Skip to content

Commit e1a6de6

Browse files
committed
test: jetty6 start failed
1 parent 5dff8d7 commit e1a6de6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test/src/test/java/com/reajason/javaweb/integration/memshell/jetty/Jetty61ContainerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
public class Jetty61ContainerTest extends AbstractContainerTest {
2121
private static final ContainerTestConfig CONFIG = ContainerTestConfig
2222
.jetty("reajason/jetty:6.1-jdk6")
23+
.warDeployPath("/usr/local/jetty/webapps/app.war")
2324
.serverVersion("6")
2425
.targetJdkVersion(Opcodes.V1_6)
2526
.supportedShellTypes(List.of(

0 commit comments

Comments
 (0)