craigmcc    00/11/01 20:41:15

  Modified:    catalina/src/share/org/apache/catalina Globals.java
               webapps/ROOT index.html
  Added:       .        RELEASE-NOTES-4.0-M5.txt
  Removed:     .        RELEASE-NOTES-4.0-M4.txt
  Log:
  Prepare for milestone 5.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-4.0/RELEASE-NOTES-4.0-M5.txt
  
  Index: RELEASE-NOTES-4.0-M5.txt
  ===================================================================
                  Apache Tomcat Version 4.0 Milestone 5
                  =====================================
                              Release Notes
                              =============
  
  $Id: RELEASE-NOTES-4.0-M5.txt,v 1.1 2000/11/02 04:41:14 craigmcc Exp $
  
  
  ============
  INTRODUCTION:
  ============
  This document describes the changes that have been made in the current
  milestone release of Apache Tomcat, relative to the previous milestone
  release.
  
  Bug reports should be entered at the interim bug reporting system for
  Jakarta projects at:
  
          http://znutar.cortexity.com:8888/
  
  Please use project codes "Catalina" and "Jasper" for servlet-related and
  JSP-related bug reports, respectively.
  
  
  ============
  NEW FEATURES:
  ============
  
  
  
  =========
  BUG FIXES:
  =========
  
  
  
  ==============================
  KNOWN PROBLEMS IN THIS RELEASE:
  ==============================
  
  No Web Connectors Available
  ---------------------------
  Current releases of Tomcat 4.0 only run in stand-alone mode.  A new web
  connector for Apache will be integrated shortly, followed by integration
  with the other servers currently supported by Tomcat 3.x.
  
  
  URL Decoding Incomplete
  -----------------------
  Currently, Catalina does not decode the values returned by getServletPath()
  and getPathInfo(), as required by the Servlet Specification.  This will be
  dealt with after clarifications to the requirements are completed in the
  JSR-053 expert group.
  
  
  Redeploying From a Web Application Archive
  ------------------------------------------
  If you attempt to undeploy, then redeploy, an application from the same
  web application archive file URL (where the URL refers to an actual WAR
  file, not to a directory), the redeploy will fail with error "zip file is
  closed".  There appears to be a problem in the JDK's JarURLConnection class
  where JAR files are cached, even after they are closed, so that a request
  for a connection to the same URL returns the previous JarFile object instead
  of a new one.  As a workaround, you should do one of the following:
  * Change the URL of the web application archive each time you redeploy.
  * Deploy from an unpacked directory (on the same server) instead of from
    a WAR file (this is often more convenient in a development environment
    anyway).
  
  
  Running Web Apps Under A Security Manager
  -----------------------------------------
  Support for running individual web applications under the protection of a
  security manager has not yet been completed.
  
  
  
  
  
  1.14      +5 -5      
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java
  
  Index: Globals.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Globals.java      2000/11/02 03:20:50     1.13
  +++ Globals.java      2000/11/02 04:41:14     1.14
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.13 2000/11/02 03:20:50 craigmcc Exp $
  - * $Revision: 1.13 $
  - * $Date: 2000/11/02 03:20:50 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.14 2000/11/02 04:41:14 craigmcc Exp $
  + * $Revision: 1.14 $
  + * $Date: 2000/11/02 04:41:14 $
    *
    * ====================================================================
    *
  @@ -69,7 +69,7 @@
    * Global constants that are applicable to multiple packages within Catalina.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.13 $ $Date: 2000/11/02 03:20:50 $
  + * @version $Revision: 1.14 $ $Date: 2000/11/02 04:41:14 $
    */
   
   public final class Globals {
  @@ -193,7 +193,7 @@
       /**
        * The descriptive information about this server and version.
        */
  -    public static final String SERVER_INFO = "Apache Tomcat/4.0-m4";
  +    public static final String SERVER_INFO = "Apache Tomcat/4.0-dev";
   
   
   
  
  
  
  1.8       +2 -2      jakarta-tomcat-4.0/webapps/ROOT/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html        2000/11/02 03:20:54     1.7
  +++ index.html        2000/11/02 04:41:14     1.8
  @@ -4,13 +4,13 @@
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
   <meta name="Author" content="Anil K. Vijendran">
  -<title>Tomcat (v4.0-m4)</title>
  +<title>Tomcat (v4.0-dev)</title>
   </head>
   <body bgcolor="#FFFFFF">
   <img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, 
Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b> 
   <br>
   <b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  -4.0-m4</font></font></b>
  +4.0-dev</font></font></b>
   <p>This is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   <ul>
  
  
  

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

Reply via email to