We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dff8d7 commit e1a6de6Copy full SHA for e1a6de6
integration-test/src/test/java/com/reajason/javaweb/integration/memshell/jetty/Jetty61ContainerTest.java
@@ -20,6 +20,7 @@
20
public class Jetty61ContainerTest extends AbstractContainerTest {
21
private static final ContainerTestConfig CONFIG = ContainerTestConfig
22
.jetty("reajason/jetty:6.1-jdk6")
23
+ .warDeployPath("/usr/local/jetty/webapps/app.war")
24
.serverVersion("6")
25
.targetJdkVersion(Opcodes.V1_6)
26
.supportedShellTypes(List.of(
0 commit comments