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/08/25 00:59:28 UTC

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

luehe       2004/08/24 15:59:28

  Modified:    catalina/src/conf web.xml
  Log:
  Upgrade to Servlet 2.4 schema
  
  Revision  Changes    Path
  1.42      +4 -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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- web.xml	17 Aug 2004 21:54:20 -0000	1.41
  +++ web.xml	24 Aug 2004 22:59:28 -0000	1.42
  @@ -1,8 +1,8 @@
   <?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