You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2004/02/29 23:42:51 UTC

cvs commit: jakarta-tomcat/src/doc/appdev/sample/web hello.jsp index.html

billbarker    2004/02/29 14:42:51

  Modified:    src/doc  AJPv13.html JDBCRealm-howto.html
                        NT-Service-howto.html Tomcat-Workers-HowTo.html
                        in-process-howto.html index.html internal.html
                        mod_jk-howto.html serverxml.html
                        tomcat-apache-howto.html tomcat-iis-howto.html
                        tomcat-netscape-howto.html tomcat-security.html
                        tomcat-ssl-howto.html tomcat-ug.html
               src/doc/appdev build.xml.txt contents.html deployment.html
                        footer.html header.html index.html
                        installation.html introduction.html processes.html
                        source.html web.xml.txt
               src/doc/appdev/sample build.bat build.sh build.xml
               src/doc/appdev/sample/etc web.xml
               src/doc/appdev/sample/src Hello.java
               src/doc/appdev/sample/web hello.jsp index.html
  Log:
  Updating to the Apache License v2.0.
  
  Revision  Changes    Path
  1.9       +15 -0     jakarta-tomcat/src/doc/AJPv13.html
  
  Index: AJPv13.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/AJPv13.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AJPv13.html	14 Jan 2004 08:22:21 -0000	1.8
  +++ AJPv13.html	29 Feb 2004 22:42:50 -0000	1.9
  @@ -1,5 +1,20 @@
   <HTML>
   <HEAD>
  +<!--
  +   Copyright 200-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <TITLE>Apache JServ Protocol version 1.3</TITLE>
   </HEAD>
   
  
  
  
  1.7       +18 -2     jakarta-tomcat/src/doc/JDBCRealm-howto.html
  
  Index: JDBCRealm-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/JDBCRealm-howto.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JDBCRealm-howto.html	14 Jan 2004 08:22:21 -0000	1.6
  +++ JDBCRealm-howto.html	29 Feb 2004 22:42:50 -0000	1.7
  @@ -1,4 +1,20 @@
   <html>
  +<head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <link rel="stylesheet" href="style.css">
   <style type="text/css">
       td {
  @@ -13,7 +29,7 @@
           background-color: #000000;
       }
       </style>
  -<title>Working with JDBCRealm</title><body>
  +<title>Working with JDBCRealm</title></head><body>
   <h1>Working with JDBCRealm</h1>
   <h2>What is JDBCRealm?</h2>
   <p>Is an implementation of a tomcat 3.X Realm that use a  set of configurable tables inside a RDMS to store  user's data, this tables are accessed by means of standard JDBC drivers.<br>
  
  
  
  1.7       +16 -2     jakarta-tomcat/src/doc/NT-Service-howto.html
  
  Index: NT-Service-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/NT-Service-howto.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- NT-Service-howto.html	6 Sep 2001 19:12:19 -0000	1.6
  +++ NT-Service-howto.html	29 Feb 2004 22:42:50 -0000	1.7
  @@ -2,7 +2,21 @@
   <html>
   <head>
         <!-- $Id$ -->
  -      <!-- Copyright 1999-2001, Apache Software Foundation -->          
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
    
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                  
  
  
  
  1.4       +16 -2     jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html
  
  Index: Tomcat-Workers-HowTo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Tomcat-Workers-HowTo.html	30 Jan 2002 12:46:16 -0000	1.3
  +++ Tomcat-Workers-HowTo.html	29 Feb 2004 22:42:50 -0000	1.4
  @@ -2,7 +2,21 @@
   
   <head>
       <!-- $Id$ -->
  -    <!-- Copyright 1999, Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   
       <meta http-equiv=Content-Type content="text/html">
       <link rel="stylesheet" href=style.css>
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/doc/in-process-howto.html
  
  Index: in-process-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/in-process-howto.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- in-process-howto.html	29 Sep 2001 00:26:31 -0000	1.3
  +++ in-process-howto.html	29 Feb 2004 22:42:50 -0000	1.4
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>In-Process Howto</title>
   <link rel="stylesheet" href="style.css">
   </head>
  
  
  
  1.12      +16 -2     jakarta-tomcat/src/doc/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html	7 Nov 2002 13:23:32 -0000	1.11
  +++ index.html	29 Feb 2004 22:42:50 -0000	1.12
  @@ -2,7 +2,21 @@
   <html>
     <head>
       <!-- $Id$ -->
  -    <!-- Copyright 1999, Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" href="style.css">
       <title>Tomcat Documentation</title>
  
  
  
  1.6       +15 -0     jakarta-tomcat/src/doc/internal.html
  
  Index: internal.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/internal.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- internal.html	17 Sep 2000 07:55:16 -0000	1.5
  +++ internal.html	29 Feb 2004 22:42:50 -0000	1.6
  @@ -1,6 +1,21 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
   <HTML>
   <HEAD>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
   	<TITLE>Internal Tomcat</TITLE>
   	<META NAME="GENERATOR" CONTENT="StarOffice/5.2 (Linux)">
  
  
  
  1.18      +15 -1     jakarta-tomcat/src/doc/mod_jk-howto.html
  
  Index: mod_jk-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/mod_jk-howto.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- mod_jk-howto.html	14 Jan 2004 08:22:21 -0000	1.17
  +++ mod_jk-howto.html	29 Feb 2004 22:42:50 -0000	1.18
  @@ -4,7 +4,21 @@
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>Working with mod_jk</title>
   <!-- $Id  $ -->
  -<!-- Copyright 2001, Apache Software Foundation -->
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <link rel="stylesheet" href="style.css">
   <style type="text/css">
       .inlinetd {
  
  
  
  1.34      +16 -2     jakarta-tomcat/src/doc/serverxml.html
  
  Index: serverxml.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/serverxml.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- serverxml.html	14 Jan 2004 08:22:21 -0000	1.33
  +++ serverxml.html	29 Feb 2004 22:42:50 -0000	1.34
  @@ -5,7 +5,21 @@
   <html>
   <head>
     <!-- $Id$ -->
  -  <!-- Copyright 1999-2001 Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
     <link rel="stylesheet" href="style.css">
     <title>Server.xml Configuration in Tomcat 3.3</title>
  
  
  
  1.5       +16 -2     jakarta-tomcat/src/doc/tomcat-apache-howto.html
  
  Index: tomcat-apache-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-apache-howto.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tomcat-apache-howto.html	7 Nov 2002 13:23:32 -0000	1.4
  +++ tomcat-apache-howto.html	29 Feb 2004 22:42:50 -0000	1.5
  @@ -1,7 +1,21 @@
   <html>
     <head>
       <!-- $Id$ -->
  -    <!-- Copyright 1999-2001, Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" href="style.css">
       <title>Tomcat-Apache HOWTO</title>
  
  
  
  1.8       +16 -2     jakarta-tomcat/src/doc/tomcat-iis-howto.html
  
  Index: tomcat-iis-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-iis-howto.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- tomcat-iis-howto.html	13 Jan 2002 02:29:42 -0000	1.7
  +++ tomcat-iis-howto.html	29 Feb 2004 22:42:50 -0000	1.8
  @@ -1,7 +1,21 @@
   <html>
   <head>
     <!-- $Id$ -->
  -  <!-- Copyright 1999-2001, Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <link rel="stylesheet" href="style.css">
     <title>Tomcat IIS HowTo</title>
  
  
  
  1.2       +15 -0     jakarta-tomcat/src/doc/tomcat-netscape-howto.html
  
  Index: tomcat-netscape-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-netscape-howto.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tomcat-netscape-howto.html	3 May 2000 12:48:19 -0000	1.1
  +++ tomcat-netscape-howto.html	29 Feb 2004 22:42:50 -0000	1.2
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Jakarta IIS Howto</title>
   </head>
   
  
  
  
  1.7       +15 -0     jakarta-tomcat/src/doc/tomcat-security.html
  
  Index: tomcat-security.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-security.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- tomcat-security.html	14 Jan 2004 08:22:21 -0000	1.6
  +++ tomcat-security.html	29 Feb 2004 22:42:50 -0000	1.7
  @@ -1,6 +1,21 @@
   <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; I; SunOS 5.7 i86pc) [Netscape]">
   </head>
  
  
  
  1.16      +15 -1     jakarta-tomcat/src/doc/tomcat-ssl-howto.html
  
  Index: tomcat-ssl-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-ssl-howto.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- tomcat-ssl-howto.html	14 Jan 2004 08:22:21 -0000	1.15
  +++ tomcat-ssl-howto.html	29 Feb 2004 22:42:50 -0000	1.16
  @@ -5,7 +5,21 @@
      <meta name="GENERATOR" content="Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.7 i686) [Netscape]">
      <title>Tomcat and SSL</title>
   <!-- $Id  $ -->
  -<!-- Copyright 1999, Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <link rel="stylesheet" href="style.css">
   <style type="text/css">
       .inlinetd {
  
  
  
  1.28      +16 -2     jakarta-tomcat/src/doc/tomcat-ug.html
  
  Index: tomcat-ug.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-ug.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- tomcat-ug.html	14 Jan 2004 08:22:21 -0000	1.27
  +++ tomcat-ug.html	29 Feb 2004 22:42:50 -0000	1.28
  @@ -2,7 +2,21 @@
   <html>
   <head>
       <!-- $Id$ -->
  -    <!-- Copyright 1999-2001 Apache Software Foundation -->
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" type="text/css" href="style.css">
       <title>Tomcat User's Guide</title>
  
  
  
  1.8       +15 -0     jakarta-tomcat/src/doc/appdev/build.xml.txt
  
  Index: build.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/build.xml.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml.txt	21 Oct 2001 04:21:36 -0000	1.7
  +++ build.xml.txt	29 Feb 2004 22:42:51 -0000	1.8
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <!-- A "project" describes a set of targets that may be requested
        when Ant is executed.  The "default" attribute defines the
        target which is executed if no specific target is requested,
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/doc/appdev/contents.html
  
  Index: contents.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/contents.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- contents.html	21 Oct 2001 04:21:36 -0000	1.3
  +++ contents.html	29 Feb 2004 22:42:51 -0000	1.4
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Contents</title>
   </head>
   
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/doc/appdev/deployment.html
  
  Index: deployment.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/deployment.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- deployment.html	21 Oct 2001 04:21:36 -0000	1.3
  +++ deployment.html	29 Feb 2004 22:42:51 -0000	1.4
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Deployment</title>
   </head>
   
  
  
  
  1.3       +15 -0     jakarta-tomcat/src/doc/appdev/footer.html
  
  Index: footer.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/footer.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- footer.html	21 Oct 2001 04:21:36 -0000	1.2
  +++ footer.html	29 Feb 2004 22:42:51 -0000	1.3
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat - Footer</title>
   </head>
   
  
  
  
  1.2       +15 -0     jakarta-tomcat/src/doc/appdev/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/header.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- header.html	5 Mar 2000 05:35:18 -0000	1.1
  +++ header.html	29 Feb 2004 22:42:51 -0000	1.2
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Header</title>
   </head>
   
  
  
  
  1.2       +15 -0     jakarta-tomcat/src/doc/appdev/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	5 Mar 2000 05:35:18 -0000	1.1
  +++ index.html	29 Feb 2004 22:42:51 -0000	1.2
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat</title>
   </head>
   
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/doc/appdev/installation.html
  
  Index: installation.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/installation.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- installation.html	21 Oct 2001 04:21:36 -0000	1.3
  +++ installation.html	29 Feb 2004 22:42:51 -0000	1.4
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Installation</title>
   </head>
   
  
  
  
  1.3       +15 -0     jakarta-tomcat/src/doc/appdev/introduction.html
  
  Index: introduction.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/introduction.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- introduction.html	28 Mar 2000 00:44:11 -0000	1.2
  +++ introduction.html	29 Feb 2004 22:42:51 -0000	1.3
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Introduction</title>
   </head>
   
  
  
  
  1.5       +15 -0     jakarta-tomcat/src/doc/appdev/processes.html
  
  Index: processes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/processes.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- processes.html	18 Apr 2002 13:58:00 -0000	1.4
  +++ processes.html	29 Feb 2004 22:42:51 -0000	1.5
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Processes</title>
   </head>
   
  
  
  
  1.4       +17 -2     jakarta-tomcat/src/doc/appdev/source.html
  
  Index: source.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/source.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- source.html	21 Oct 2001 04:21:36 -0000	1.3
  +++ source.html	29 Feb 2004 22:42:51 -0000	1.4
  @@ -1,6 +1,21 @@
   <html>
   
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Developing Applications With Tomcat -- Source</title>
   </head>
   
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/doc/appdev/web.xml.txt
  
  Index: web.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/web.xml.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml.txt	21 Oct 2001 04:21:36 -0000	1.3
  +++ web.xml.txt	29 Feb 2004 22:42:51 -0000	1.4
  @@ -1,6 +1,21 @@
   <!DOCTYPE web-app 
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" 
       "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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>
   
  
  
  
  1.6       +16 -1     jakarta-tomcat/src/doc/appdev/sample/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/build.bat,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.bat	21 Oct 2001 04:21:36 -0000	1.5
  +++ build.bat	29 Feb 2004 22:42:51 -0000	1.6
  @@ -1,6 +1,21 @@
   @echo off
   rem build.bat -- Build Script for the "Hello, World" Application
   rem $Id$
  +rem
  +rem   Copyright 1999-2004 The Apache Software Foundation
  +rem 
  +rem   Licensed under the Apache License, Version 2.0 (the "License");
  +rem   you may not use this file except in compliance with the License.
  +rem   You may obtain a copy of the License at
  +rem 
  +rem       http://www.apache.org/licenses/LICENSE-2.0
  +rem 
  +rem   Unless required by applicable law or agreed to in writing, software
  +rem   distributed under the License is distributed on an "AS IS" BASIS,
  +rem   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +rem   See the License for the specific language governing permissions and
  +rem   limitations under the License.
  +rem
   
   set _CP=%CP%
   
  
  
  
  1.3       +16 -1     jakarta-tomcat/src/doc/appdev/sample/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/build.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh	21 Oct 2001 04:21:36 -0000	1.2
  +++ build.sh	29 Feb 2004 22:42:51 -0000	1.3
  @@ -1,6 +1,21 @@
   #!/bin/sh
   # build.sh -- Build Script for the "Hello, World" Application
   # $Id$
  +#
  +#   Copyright 1999-2004 The Apache Software Foundation
  +# 
  +#   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.
  +#
   
   # Identify the custom class path components we need
   CP=$TOMCAT_HOME/webapps/admin/WEB-INF/lib/ant.jar:$TOMCAT_HOME/lib/common/servlet.jar
  
  
  
  1.8       +15 -0     jakarta-tomcat/src/doc/appdev/sample/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	21 Oct 2001 04:21:36 -0000	1.7
  +++ build.xml	29 Feb 2004 22:42:51 -0000	1.8
  @@ -1,4 +1,19 @@
   <project name="Hello, World" default="compile" basedir=".">
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   
   <!-- Simple "Hello, World" project to provide a concrete example of
        the recommendations in the Application Developer's Guide.
  
  
  
  1.4       +15 -0     jakarta-tomcat/src/doc/appdev/sample/etc/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/etc/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	21 Oct 2001 04:21:36 -0000	1.3
  +++ web.xml	29 Feb 2004 22:42:51 -0000	1.4
  @@ -1,6 +1,21 @@
   <!DOCTYPE web-app 
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" 
       "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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>
   
  
  
  
  1.2       +12 -55    jakarta-tomcat/src/doc/appdev/sample/src/Hello.java
  
  Index: Hello.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/src/Hello.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Hello.java	28 Mar 2000 02:36:22 -0000	1.1
  +++ Hello.java	29 Feb 2004 22:42:51 -0000	1.2
  @@ -1,60 +1,17 @@
   /*
  - * ====================================================================
  - *
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *    notice, this list of conditions and the following disclaimer in
  - *    the documentation and/or other materials provided with the
  - *    distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  - *       "This product includes software developed by the
  - *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  - *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written
  - *    permission, please contact apache@apache.org.
  - *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * ====================================================================
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  - *
  - * [Additional notices, if required by prior licensing conditions]
  + *  Copyright 1999-2004 The Apache Software Foundation
    *
  + *  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.
    */
   
   // If this class were in a package, it would need to go in the
  
  
  
  1.2       +15 -0     jakarta-tomcat/src/doc/appdev/sample/web/hello.jsp
  
  Index: hello.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/web/hello.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hello.jsp	28 Mar 2000 02:36:22 -0000	1.1
  +++ hello.jsp	29 Feb 2004 22:42:51 -0000	1.2
  @@ -1,5 +1,20 @@
   <html>
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Sample Application JSP Page</title>
   </head>
   <body bgcolor=white>
  
  
  
  1.2       +15 -0     jakarta-tomcat/src/doc/appdev/sample/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/web/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	28 Mar 2000 02:36:22 -0000	1.1
  +++ index.html	29 Feb 2004 22:42:51 -0000	1.2
  @@ -1,5 +1,20 @@
   <html>
   <head>
  +<!--
  +   Copyright 1999-2004 The Apache Software Foundation
  + 
  +   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.
  +-->
   <title>Sample "Hello, World" Application</title>
   </head>
   <body bgcolor=white>
  
  
  

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