You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@locus.apache.org on 2000/01/17 13:25:35 UTC

cvs commit: jakarta-tomcat/src/webpages index.html

rubys       00/01/17 04:25:35

  Modified:    src/etc  readme
               src/share/org/apache/tomcat/core Constants.java
               src/share/org/apache/tomcat/server HttpServer.java
               src/share/org/apache/tomcat/shell LocalStrings.properties
               src/webpages index.html
  Log:
  Release number changed and misc readme updates.
  
  Revision  Changes    Path
  1.9       +13 -6     jakarta-tomcat/src/etc/readme
  
  Index: readme
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/readme,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- readme	1999/12/21 12:34:30	1.8
  +++ readme	2000/01/17 12:25:33	1.9
  @@ -1,6 +1,6 @@
  -$Id: readme,v 1.8 1999/12/21 12:34:30 rubys Exp $
  +$Id: readme,v 1.9 2000/01/17 12:25:33 rubys Exp $
   	
  -Tomcat 3.0
  +Tomcat 3.1M1
   
   All classes are written exclusively in the Java(tm) Programming
   Language and may be used with and JRE 1.1 conformant system,
  @@ -24,10 +24,10 @@
   using the PATH environment variable). More information can be found at
   http://java.sun.com/products/jdk.
   
  -If you are using JDK 1.2, tools.jar (which can be found in
  -/path/to/jdk1.2/lib/tools.jar) needs to be in your
  -CLASSPATH. tools.jar contains "javac" which is used by the JSP engine
  -to compile the servlets generated from .jsp's.
  +In order to use the JSP engine, you will need to include the code for
  +"javac" in your CLASSPATH.  For JDK 1.2, this can be found in 
  +/path/to/jdk1.2/lib/tools.jar.  For JDK 1.1, this can be found in 
  +/path/to/jdk1.1/lib/classes.zip
   
   There is a Unix based Korn Shell Script and a Windows based Batch File
   provided in the installation directory. To start up the server on Unix:
  @@ -77,5 +77,12 @@
   	Click on OK
   	Start the server
   
  +For debugging other errors, it is sometimes more convenient to run Tomcat
  +in the same foreground window (startup will run Tomcat as a detached process
  +on Unix and in a separate window on Windows).  To disable this, start
  +Tomcat via:
  +
  +    Unix: 		% tomcat.sh run
  +    Windows: 		> tomcat run
   
   
  
  
  
  1.14      +1 -1      jakarta-tomcat/src/share/org/apache/tomcat/core/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Constants.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Constants.java	2000/01/11 20:43:02	1.13
  +++ Constants.java	2000/01/17 12:25:33	1.14
  @@ -67,7 +67,7 @@
   
   public class Constants {
       public static final String TOMCAT_NAME = "Tomcat Web Server";
  -    public static final String TOMCAT_VERSION = "3.0";
  +    public static final String TOMCAT_VERSION = "3.1M1";
   
       public static final String JSP_NAME = "JSP";
       public static final String JSP_VERSION = "1.1";
  
  
  
  1.12      +4 -4      jakarta-tomcat/src/share/org/apache/tomcat/server/HttpServer.java
  
  Index: HttpServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/server/HttpServer.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HttpServer.java	2000/01/15 06:45:46	1.11
  +++ HttpServer.java	2000/01/17 12:25:34	1.12
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/server/HttpServer.java,v 1.11 2000/01/15 06:45:46 costin Exp $
  - * $Revision: 1.11 $
  - * $Date: 2000/01/15 06:45:46 $
  + * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/server/HttpServer.java,v 1.12 2000/01/17 12:25:34 rubys Exp $
  + * $Revision: 1.12 $
  + * $Date: 2000/01/17 12:25:34 $
    *
    * ====================================================================
    *
  @@ -359,7 +359,7 @@
       public String getServerHeader() {
   	// XXX XXX Ugly, but we want to remove the properties stuff
   	// which is worse
  -	if(serverHeader==null) serverHeader="Tomcat Web Server 3.0";
  +	if(serverHeader==null) serverHeader="Tomcat Web Server 3.1M1";
           return serverHeader;
       }
   
  
  
  
  1.6       +3 -3      jakarta-tomcat/src/share/org/apache/tomcat/shell/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/shell/LocalStrings.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LocalStrings.properties	1999/12/31 00:18:52	1.5
  +++ LocalStrings.properties	2000/01/17 12:25:34	1.6
  @@ -1,10 +1,10 @@
  -# $Id: LocalStrings.properties,v 1.5 1999/12/31 00:18:52 craigmcc Exp $
  +# $Id: LocalStrings.properties,v 1.6 2000/01/17 12:25:34 rubys Exp $
   #
   
   # Localized strings for package org.apache.tomcat.shell
   # This is the default locale and is en_US
   
  -startup.banner=Tomcat Web Server Version 3.0
  +startup.banner=Tomcat Web Server Version 3.1M1
   startup.help=\n\
   Startup Flags:\n\n\
   \t-help                      This Message\n\
  @@ -72,7 +72,7 @@
   \twhere [jdkHome] represents the location of your jdk\n\
   \tinstallation directory
   
  -shutdown.banner=Tomcat WebServer Version 3.0 - shutdown
  +shutdown.banner=Tomcat WebServer Version 3.1M1 - shutdown
   shutdown.help=\n\
   Shutdown Flags:\n\n\
   \t-help                      This Message\n\
  
  
  
  1.5       +1 -1      jakarta-tomcat/src/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html	1999/12/14 22:32:17	1.4
  +++ index.html	2000/01/17 12:25:34	1.5
  @@ -4,7 +4,7 @@
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
      <meta name="Author" content="Anil K. Vijendran">
  -   <title>Tomcat v3.0</title>
  +   <title>Tomcat v3.1M1</title>
   </head>
   <body>
   <img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>