Author: jsdelfino
Date: Mon Sep 17 22:19:59 2007
New Revision: 576703

URL: http://svn.apache.org/viewvc?rev=576703&view=rev
Log:
Minor fix, added missing welcome page to webapp sample.

Modified:
    
incubator/tuscany/branches/sca-java-1.0/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml

Modified: 
incubator/tuscany/branches/sca-java-1.0/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml?rev=576703&r1=576702&r2=576703&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.0/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.0/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
 Mon Sep 17 22:19:59 2007
@@ -34,4 +34,8 @@
         <url-pattern>/*</url-pattern>
     </filter-mapping>
 
+    <welcome-file-list id="WelcomeFileList">
+        <welcome-file>index.html</welcome-file>
+    </welcome-file-list>
+
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to