luehe       2004/06/15 18:42:07

  Modified:    webapps/ROOT/WEB-INF web.xml
  Log:
  Upgraded web.xml version to Servlet 2.4
  
  Revision  Changes    Path
  1.5       +19 -4     jakarta-tomcat-catalina/webapps/ROOT/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/ROOT/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml   12 Aug 2003 19:40:38 -0000      1.4
  +++ web.xml   16 Jun 2004 01:42:07 -0000      1.5
  @@ -1,10 +1,25 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +  Copyright 2004 The Apache Software Foundation
   
  -<!DOCTYPE web-app
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -    "http://java.sun.com/dtd/web-app_2_3.dtd";>
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +
  +      http://www.apache.org/licenses/LICENSE-2.0
  +
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
  +
  +<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">
   
  -<web-app>
     <display-name>Welcome to Tomcat</display-name>
     <description>
        Welcome to Tomcat
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to