You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/10/04 08:49:11 UTC

svn commit: r452767 - /webservices/axis2/trunk/java/modules/webapp/conf/web.xml

Author: saminda
Date: Tue Oct  3 23:49:10 2006
New Revision: 452767

URL: http://svn.apache.org/viewvc?view=rev&rev=452767
Log:
Updated to add index.html and index.jsp

Modified:
    webservices/axis2/trunk/java/modules/webapp/conf/web.xml

Modified: webservices/axis2/trunk/java/modules/webapp/conf/web.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/conf/web.xml?view=diff&rev=452767&r1=452766&r2=452767
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/conf/web.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/conf/web.xml Tue Oct  3 23:49:10 2006
@@ -60,6 +60,8 @@
     </servlet-mapping>
 
    <welcome-file-list>
+      <welcome-file>index.jsp</welcome-file>
+      <welcome-file>index.html</welcome-file>
       <welcome-file>/axis2-web/index.jsp</welcome-file>
     </welcome-file-list>
 



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