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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to