Author: jsdelfino
Date: Mon Sep 17 22:20:42 2007
New Revision: 576704
URL: http://svn.apache.org/viewvc?rev=576704&view=rev
Log:
Minor fix, added missing welcome page to webapp sample.
Modified:
incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
Modified:
incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml?rev=576704&r1=576703&r2=576704&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
(original)
+++
incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/WEB-INF/web.xml
Mon Sep 17 22:20:42 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]