diff options
Diffstat (limited to '')
3 files changed, 6 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml index 0416f365e2..b11a6bb687 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml @@ -26,9 +26,9 @@ <relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>helloworld-scaclient-webapp</artifactId>
+ <artifactId>helloworld-scaclient-jsp</artifactId>
<packaging>war</packaging>
- <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient API</name>
+ <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient in a JSP</name>
<dependencies>
<dependency>
@@ -45,3 +45,4 @@ </project>
+
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp index 337a2a02d9..18f097e60a 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp @@ -29,7 +29,7 @@ <html>
<body >
- <h2>helloworld-scaclient-webapp</h2>
+ <h2>helloworld-scaclient-jsp</h2>
Calling HelloworldService sayHello("world") returns:
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml index 0c8151e83f..d77f0e8b3c 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/pom.xml @@ -33,8 +33,8 @@ <modules> <module>helloworld-service-contribution</module> <module>helloworld-reference-contribution</module> - <module>helloworld-scaclient-webapp</module> - <module>helloworld-scaclient2-webapp</module> + <module>helloworld-scaclient-jsp</module> + <module>helloworld-scaclient-servlet</module> <module>helloworld-client-webapp</module> <module>legal-checks</module> </modules> |