You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/09/18 07:20:00 UTC

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

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org