summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
index c031477f7c..19fb23cd63 100644
--- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
+++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml
@@ -103,13 +103,16 @@
to your local Tomcat installation -->
<cargo.jvmargs><![CDATA[-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y]]></cargo.jvmargs>
<cargo.servlet.port>8085</cargo.servlet.port>
+ <context>helloworld-jsp</context>
</properties>
<deployables>
<deployable>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-jsp</artifactId>
<type>war</type>
- <pingURL>http://localhost:8085/helloworld-jsp-xxx</pingURL>
+ <properties>
+ <context>helloworld-jsp</context>
+ </properties>
</deployable>
</deployables>
</configuration>