diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-09 15:51:34 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-10-09 15:51:34 +0300 |
commit | 4ac4b62434ab48fdb7d3ca9c479383d4242062aa (patch) | |
tree | 08925f02a1b695f9a2576acb550df26c5ec0a836 /test/servlet-containers/jsp-integration | |
parent | 9494818412d3f7d9aa9b8817dd6d62bb64963753 (diff) | |
download | vaadin-framework-4ac4b62434ab48fdb7d3ca9c479383d4242062aa.tar.gz vaadin-framework-4ac4b62434ab48fdb7d3ca9c479383d4242062aa.zip |
Add maven based tests for several application servers (#10143)
Add tests for Glassfish based servers, Jetty 8, Tomcat 7 and Liberty (three runtimes).
Diffstat (limited to 'test/servlet-containers/jsp-integration')
-rw-r--r-- | test/servlet-containers/jsp-integration/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/servlet-containers/jsp-integration/pom.xml b/test/servlet-containers/jsp-integration/pom.xml index 41eaf6cbf4..dea98e24e9 100644 --- a/test/servlet-containers/jsp-integration/pom.xml +++ b/test/servlet-containers/jsp-integration/pom.xml @@ -11,6 +11,10 @@ <name>vaadin-test-jsp-integration</name> <packaging>war</packaging> + <properties> + <context.path>/</context.path> + </properties> + <dependencies> <dependency> |