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 to...@apache.org on 2005/01/06 08:27:52 UTC

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

toshi       2005/01/05 23:27:52

  Modified:    java/webapps/axis/WEB-INF web.xml
  Log:
  For i18n of Axis webapps.
  Changed the priority [html->jsp->jws] to [jsp->html->jws].
  
  Revision  Changes    Path
  1.17      +1 -1      ws-axis/java/webapps/axis/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/webapps/axis/WEB-INF/web.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- web.xml	27 Oct 2003 04:36:19 -0000	1.16
  +++ web.xml	6 Jan 2005 07:27:52 -0000	1.17
  @@ -88,8 +88,8 @@
     </mime-mapping>
   
     <welcome-file-list id="WelcomeFileList">
  -    <welcome-file>index.html</welcome-file>
       <welcome-file>index.jsp</welcome-file>
  +    <welcome-file>index.html</welcome-file>
       <welcome-file>index.jws</welcome-file>
     </welcome-file-list>