You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2002/01/04 02:03:22 UTC

cvs commit: xml-axis/java/webapps/axis/WEB-INF web.xml

dug         02/01/03 17:03:22

  Modified:    java/webapps/axis/WEB-INF web.xml
  Log:
  Define a "welcome file" so "/index.html" isn't needed.
  
  Revision  Changes    Path
  1.9       +4 -0      xml-axis/java/webapps/axis/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/webapps/axis/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- web.xml	21 Sep 2001 15:05:39 -0000	1.8
  +++ web.xml	4 Jan 2002 01:03:22 -0000	1.9
  @@ -43,4 +43,8 @@
       <url-pattern>servlet/AdminServlet</url-pattern>
     </servlet-mapping>
   
  +  <welcome-file-list id="WelcomeFileList_1">
  +    <welcome-file>index.html</welcome-file>
  +  </welcome-file-list>
  +
   </web-app>