You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2004/02/04 22:55:12 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

luehe       2004/02/04 13:55:12

  Modified:    catalina/src/conf web.xml
  Log:
  Upgraded default web.xml to Servlet 2.4.
  
  Let me know if there are any objections.
  
  Revision  Changes    Path
  1.31      +5 -4      jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- web.xml	10 Jan 2004 20:40:26 -0000	1.30
  +++ web.xml	4 Feb 2004 21:55:12 -0000	1.31
  @@ -1,8 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!DOCTYPE web-app
  -     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -    "http://java.sun.com/dtd/web-app_2_3.dtd">
  -<web-app>
  +
  +<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
  +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  +    version="2.4">
   
     <!-- ======================== Introduction ============================== -->
     <!-- This document defines default values for *all* web applications      -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org