Merge pull request #3399 from cbornet/fix_jetty

Make jersey tests wait that jetty is closed before terminating
This commit is contained in:
wing328 2016-07-19 11:18:46 +08:00 committed by GitHub
commit 3659767e0a
4 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
<stopPort>8079</stopPort>
<stopKey>stopit</stopKey>
<stopWait>10</stopWait>
<httpConnector>
<port>{{serverPort}}</port>
<idleTimeout>60000</idleTimeout>

View File

@ -36,6 +36,7 @@
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
<stopPort>8079</stopPort>
<stopKey>stopit</stopKey>
<stopWait>10</stopWait>
<httpConnector>
<port>{{serverPort}}</port>
<idleTimeout>60000</idleTimeout>

View File

@ -36,6 +36,7 @@
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
<stopPort>8079</stopPort>
<stopKey>stopit</stopKey>
<stopWait>10</stopWait>
<httpConnector>
<port>8080</port>
<idleTimeout>60000</idleTimeout>

View File

@ -36,6 +36,7 @@
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
<stopPort>8079</stopPort>
<stopKey>stopit</stopKey>
<stopWait>10</stopWait>
<httpConnector>
<port>8080</port>
<idleTimeout>60000</idleTimeout>