You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/12/01 11:06:03 UTC

svn commit: r600071 - in /incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp: ./ src/main/webapp/WEB-INF/web.xml

Author: antelder
Date: Sat Dec  1 02:06:02 2007
New Revision: 600071

URL: http://svn.apache.org/viewvc?rev=600071&view=rev
Log:
Add a webapp with sca but no tuscany stuff in web.xml to test deep integration

Added:
    incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/
      - copied from r599368, incubator/tuscany/java/sca/samples/helloworld-ws-service-webapp/
Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/WEB-INF/web.xml?rev=600071&r1=599368&r2=600071&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-deep-webapp/src/main/webapp/WEB-INF/web.xml Sat Dec  1 02:06:02 2007
@@ -24,22 +24,4 @@
 
     <display-name>Apache Tuscany HelloWorld Web Service Sample</display-name>
     
-    <listener>
-        <listener-class>org.apache.tuscany.sca.host.webapp.TuscanyContextListener</listener-class>
-    </listener>
-
-    <servlet>
-        <servlet-name>TuscanyServlet</servlet-name>
-        <servlet-class>org.apache.tuscany.sca.host.webapp.TuscanyServlet</servlet-class>
-    </servlet>
- 
-    <servlet-mapping>
-        <servlet-name>TuscanyServlet</servlet-name>
-        <url-pattern>/SCA/*</url-pattern>
-    </servlet-mapping>
-
-    <welcome-file-list id="WelcomeFileList">
-        <welcome-file>/SCA/HelloWorldComponent/HelloWorldService?wsdl</welcome-file>
-    </welcome-file-list>  
-
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org