cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-10-08 Thread remm

remm2002/10/08 06:32:16

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.25 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.24
  retrieving revision 1.29.2.25
  diff -u -r1.29.2.24 -r1.29.2.25
  --- index.html24 Sep 2002 08:35:09 -  1.29.2.24
  +++ index.html8 Oct 2002 13:32:16 -   1.29.2.25
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.6 Dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.6/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-10-08 Thread remm

remm2002/10/08 06:38:19

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.26 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.25
  retrieving revision 1.29.2.26
  diff -u -r1.29.2.25 -r1.29.2.26
  --- index.html8 Oct 2002 13:32:16 -   1.29.2.25
  +++ index.html8 Oct 2002 13:38:19 -   1.29.2.26
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.6/b/td/tr
  +trtd align=left valign=topbVersion 4.0.7 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-09-24 Thread remm

remm2002/09/24 01:32:43

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   catalina/src/share/org/apache/catalina/servlets Tag:
tomcat_40_branch InvokerServlet.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Added:   .Tag: tomcat_40_branch RELEASE-NOTES-4.0.5.txt
  Log:
  - Version update.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +286 -0jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.5.txt
  
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.39.2.24 +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.39.2.23
  retrieving revision 1.39.2.24
  diff -u -r1.39.2.23 -r1.39.2.24
  --- Globals.java  11 Jun 2002 05:00:40 -  1.39.2.23
  +++ Globals.java  24 Sep 2002 08:32:42 -  1.39.2.24
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0.5-dev;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.5;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.13.2.3  +11 -4 
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/InvokerServlet.java
  
  Index: InvokerServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/InvokerServlet.java,v
  retrieving revision 1.13.2.2
  retrieving revision 1.13.2.3
  diff -u -r1.13.2.2 -r1.13.2.3
  --- InvokerServlet.java   16 Feb 2002 01:09:51 -  1.13.2.2
  +++ InvokerServlet.java   24 Sep 2002 08:32:43 -  1.13.2.3
  @@ -319,6 +319,13 @@
   } else {
   pathInfo = ;
   }
  +
  +if (servletClass.startsWith(org.apache.catalina)) {
  +response.sendError(HttpServletResponse.SC_NOT_FOUND,
  +   inRequestURI);
  +return;
  +}
  +
   if (debug = 1)
   log(Processing servlet ' + servletClass +
   ' with path info ' + pathInfo + ');
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.23 +2 -2  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.22
  retrieving revision 1.29.2.23
  diff -u -r1.29.2.22 -r1.29.2.23
  --- index.html11 Jun 2002 05:01:06 -  1.29.2.22
  +++ index.html24 Sep 2002 08:32:43 -  1.29.2.23
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.5 Dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.5/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  @@ -138,7 +138,7 @@
   
   p align=rightfont size=-1img src=tomcat-power.gif width=77 
height=80/fontbr
   nbsp;
  -font size=-1Copyright copy; 1999-2001 Apache Software 
Foundation/fontbr
  +font size=-1Copyright copy; 1999-2002 Apache Software 
Foundation/fontbr
   font size=-1All Rights Reserved/font br
   nbsp;/p
   p align=rightnbsp;/p
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-09-24 Thread remm

remm2002/09/24 01:35:10

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.24 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.23
  retrieving revision 1.29.2.24
  diff -u -r1.29.2.23 -r1.29.2.24
  --- index.html24 Sep 2002 08:32:43 -  1.29.2.23
  +++ index.html24 Sep 2002 08:35:09 -  1.29.2.24
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.5/b/td/tr
  +trtd align=left valign=topbVersion 4.0.6 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-06-10 Thread remm

remm2002/06/10 21:44:15

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.21 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.20
  retrieving revision 1.29.2.21
  diff -u -r1.29.2.20 -r1.29.2.21
  --- index.html11 May 2002 02:20:38 -  1.29.2.20
  +++ index.html11 Jun 2002 04:44:15 -  1.29.2.21
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-06-10 Thread remm

remm2002/06/10 22:01:06

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert revision number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.22 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.21
  retrieving revision 1.29.2.22
  diff -u -r1.29.2.21 -r1.29.2.22
  --- index.html11 Jun 2002 04:44:15 -  1.29.2.21
  +++ index.html11 Jun 2002 05:01:06 -  1.29.2.22
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4/b/td/tr
  +trtd align=left valign=topbVersion 4.0.5 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-05-10 Thread remm

remm02/05/10 19:13:39

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.19 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.18
  retrieving revision 1.29.2.19
  diff -u -r1.29.2.18 -r1.29.2.19
  --- index.html26 Mar 2002 17:56:48 -  1.29.2.18
  +++ index.html11 May 2002 02:13:38 -  1.29.2.19
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Beta 
3/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-05-10 Thread remm

remm02/05/10 19:20:38

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.20 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.19
  retrieving revision 1.29.2.20
  diff -u -r1.29.2.19 -r1.29.2.20
  --- index.html11 May 2002 02:13:38 -  1.29.2.19
  +++ index.html11 May 2002 02:20:38 -  1.29.2.20
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Beta 
3/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-26 Thread jfclere

jfclere 02/03/26 06:23:02

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  Put back the 4.0.4-B2 to redo the release tag.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.39.2.18 +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.39.2.17
  retrieving revision 1.39.2.18
  diff -u -r1.39.2.17 -r1.39.2.18
  --- Globals.java  24 Mar 2002 06:40:29 -  1.39.2.17
  +++ Globals.java  26 Mar 2002 14:23:02 -  1.39.2.18
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.17 2002/03/24 06:40:29 remm Exp $
  - * $Revision: 1.39.2.17 $
  - * $Date: 2002/03/24 06:40:29 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.18 2002/03/26 14:23:02 jfclere Exp $
  + * $Revision: 1.39.2.18 $
  + * $Date: 2002/03/26 14:23:02 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.39.2.17 $ $Date: 2002/03/24 06:40:29 $
  + * @version $Revision: 1.39.2.18 $ $Date: 2002/03/26 14:23:02 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0.4-dev;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.4-b2;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.17 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.16
  retrieving revision 1.29.2.17
  diff -u -r1.29.2.16 -r1.29.2.17
  --- index.html24 Mar 2002 06:40:29 -  1.29.2.16
  +++ index.html26 Mar 2002 14:23:02 -  1.29.2.17
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Beta 
2/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-26 Thread remm

remm02/03/26 09:56:48

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert version numbers.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.39.2.19 +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.39.2.18
  retrieving revision 1.39.2.19
  diff -u -r1.39.2.18 -r1.39.2.19
  --- Globals.java  26 Mar 2002 14:23:02 -  1.39.2.18
  +++ Globals.java  26 Mar 2002 17:56:48 -  1.39.2.19
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.18 2002/03/26 14:23:02 jfclere Exp $
  - * $Revision: 1.39.2.18 $
  - * $Date: 2002/03/26 14:23:02 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.19 2002/03/26 17:56:48 remm Exp $
  + * $Revision: 1.39.2.19 $
  + * $Date: 2002/03/26 17:56:48 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.39.2.18 $ $Date: 2002/03/26 14:23:02 $
  + * @version $Revision: 1.39.2.19 $ $Date: 2002/03/26 17:56:48 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0.4-b2;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.4-dev;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.18 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.17
  retrieving revision 1.29.2.18
  diff -u -r1.29.2.17 -r1.29.2.18
  --- index.html26 Mar 2002 14:23:02 -  1.29.2.17
  +++ index.html26 Mar 2002 17:56:48 -  1.29.2.18
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Beta 
2/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-23 Thread remm

remm02/03/23 22:37:11

  Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.4-B2.txt
build.properties.sample
   catalina Tag: tomcat_40_branch build.xml
   catalina/src/conf Tag: tomcat_40_branch server.xml
   catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   lib  Tag: tomcat_40_branch tomcat-ajp.jar
   webapps/ROOT Tag: tomcat_40_branch index.html
  Added:   lib  Tag: tomcat_40_branch commons-logging.jar
  Log:
  - Document recent changes.
  - Include Coyote in the build.
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.4   +11 -1 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.4-B2.txt
  
  Index: RELEASE-NOTES-4.0.4-B2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.4-B2.txt,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- RELEASE-NOTES-4.0.4-B2.txt19 Mar 2002 00:56:44 -  1.1.2.3
  +++ RELEASE-NOTES-4.0.4-B2.txt24 Mar 2002 06:37:10 -  1.1.2.4
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0.4-B2.txt,v 1.1.2.3 2002/03/19 00:56:44 remm Exp $
  +$Id: RELEASE-NOTES-4.0.4-B2.txt,v 1.1.2.4 2002/03/24 06:37:10 remm Exp $
   
   
   
  @@ -37,6 +37,12 @@
* Please note the revised documentation below related to *
* using XML parsers with Tomcat 4.0 based applications.  *
   
  +Coyote: This release include a completely new HTTP/1.1 connector and connector 
  +  API, called Coyote. This connector provides much improved performance and 
  +  robustness over the default HTTP/1.1 connector.
  +  This connector is disabled in the default configuration, but can be enabled 
  +  by uncommenting an element in the server.xml configuration file.
  +
   
   -
   Catalina New Features:
  @@ -91,9 +97,13 @@
   Bugzilla Bugs Resolved:
   --
   
  +6846  dispatcher.forward() is confused when using special servlet mapping URLs
  +6982  Stop + start of the context makes weird things
   7061  Servlet loaded TWICE on application startup?
   7102  response.encodeURL() doesn't encode
   7171  FileStore directory must exists
  +7344  Tomcat appears to be case-sensitive with regard to the token Basic 
  +  in Authorization request parameter
   
   
   
  
  
  
  1.7.2.10  +7 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7.2.9
  retrieving revision 1.7.2.10
  diff -u -r1.7.2.9 -r1.7.2.10
  --- build.properties.sample   8 Feb 2002 07:19:43 -   1.7.2.9
  +++ build.properties.sample   24 Mar 2002 06:37:10 -  1.7.2.10
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7.2.9 2002/02/08 07:19:43 remm Exp $
  +# $Id: build.properties.sample,v 1.7.2.10 2002/03/24 06:37:10 remm Exp $
   # -
   
   
  @@ -37,6 +37,12 @@
   
   # - JK 1.3 connector for Tomcat 4.0 -
   tomcat-ajp.jar=../lib/tomcat-ajp.jar
  +
  +
  +# - Coyote connector for Tomcat 4.0 -
  +commons-logging.jar=../lib/commons-logging.jar
  +tomcat-coyote.jar=../lib/tomcat-coyote.jar
  +tomcat-http11.jar=../lib/tomcat-http11.jar
   
   
   # - Jakarta Regular Expressions Library, version 1.2 -
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.60.2.11 +6 -1  jakarta-tomcat-4.0/catalina/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v
  retrieving revision 1.60.2.10
  retrieving revision 1.60.2.11
  diff -u -r1.60.2.10 -r1.60.2.11
  --- build.xml 14 Feb 2002 02:27:36 -  1.60.2.10
  +++ build.xml 24 Mar 2002 06:37:10 -  1.60.2.11
  @@ -435,6 +435,11 @@
 target name=copy-tomcat-ajp.jar if=copy.tomcat-ajp.jar
   copy todir=${catalina.build}/server/lib file=${tomcat-ajp.jar}/
 /target
  +  target name=copy-tomcat-coyote.jar
  +copy todir=${catalina.build}/server/lib file=${commons-logging.jar}/
  +copy todir=${catalina.build}/server/lib file=${tomcat-coyote.jar}/
  +copy todir=${catalina.build}/server/lib file=${tomcat-http11.jar}/
  +  /target
 target name=copy-activation.jar if=copy.javamail.jar
   

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-23 Thread remm

remm02/03/23 22:40:29

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert revision numbers.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.39.2.17 +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.39.2.16
  retrieving revision 1.39.2.17
  diff -u -r1.39.2.16 -r1.39.2.17
  --- Globals.java  24 Mar 2002 06:37:10 -  1.39.2.16
  +++ Globals.java  24 Mar 2002 06:40:29 -  1.39.2.17
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.16 2002/03/24 06:37:10 remm Exp $
  - * $Revision: 1.39.2.16 $
  - * $Date: 2002/03/24 06:37:10 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.17 2002/03/24 06:40:29 remm Exp $
  + * $Revision: 1.39.2.17 $
  + * $Date: 2002/03/24 06:40:29 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.39.2.16 $ $Date: 2002/03/24 06:37:10 $
  + * @version $Revision: 1.39.2.17 $ $Date: 2002/03/24 06:40:29 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0.4-b2;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.4-dev;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.16 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.15
  retrieving revision 1.29.2.16
  diff -u -r1.29.2.15 -r1.29.2.16
  --- index.html24 Mar 2002 06:37:11 -  1.29.2.15
  +++ index.html24 Mar 2002 06:40:29 -  1.29.2.16
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Beta 
2/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-01 Thread remm

remm02/03/01 14:21:19

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update revision number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.12 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.11
  retrieving revision 1.29.2.12
  diff -u -r1.29.2.11 -r1.29.2.12
  --- index.html10 Feb 2002 18:57:07 -  1.29.2.11
  +++ index.html1 Mar 2002 22:21:18 -   1.29.2.12
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.3-dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.3/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-01 Thread remm

remm02/03/01 14:27:37

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update revision number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.13 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.12
  retrieving revision 1.29.2.13
  diff -u -r1.29.2.12 -r1.29.2.13
  --- index.html1 Mar 2002 22:21:18 -   1.29.2.12
  +++ index.html1 Mar 2002 22:27:37 -   1.29.2.13
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.3/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Beta 
1/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-03-01 Thread remm

remm02/03/01 14:36:20

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert revision number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.14 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.13
  retrieving revision 1.29.2.14
  diff -u -r1.29.2.13 -r1.29.2.14
  --- index.html1 Mar 2002 22:27:37 -   1.29.2.13
  +++ index.html1 Mar 2002 22:36:20 -   1.29.2.14
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.4 Beta 
1/b/td/tr
  +trtd align=left valign=topbVersion 4.0.4 Dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-02-10 Thread remm

remm02/02/10 10:54:21

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update revision number and tag.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.10 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.9
  retrieving revision 1.29.2.10
  diff -u -r1.29.2.9 -r1.29.2.10
  --- index.html20 Jan 2002 16:38:45 -  1.29.2.9
  +++ index.html10 Feb 2002 18:54:21 -  1.29.2.10
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.2-dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.2/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-02-10 Thread remm

remm02/02/10 10:57:07

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.11 +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.10
  retrieving revision 1.29.2.11
  diff -u -r1.29.2.10 -r1.29.2.11
  --- index.html10 Feb 2002 18:54:21 -  1.29.2.10
  +++ index.html10 Feb 2002 18:57:07 -  1.29.2.11
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.2/b/td/tr
  +trtd align=left valign=topbVersion 4.0.3-dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-01-20 Thread remm

remm02/01/20 08:26:23

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.39.2.8  +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.39.2.7
  retrieving revision 1.39.2.8
  diff -u -r1.39.2.7 -r1.39.2.8
  --- Globals.java  20 Dec 2001 21:19:54 -  1.39.2.7
  +++ Globals.java  20 Jan 2002 16:26:23 -  1.39.2.8
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.7 2001/12/20 21:19:54 remm Exp $
  - * $Revision: 1.39.2.7 $
  - * $Date: 2001/12/20 21:19:54 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.8 2002/01/20 16:26:23 remm Exp $
  + * $Revision: 1.39.2.8 $
  + * $Date: 2002/01/20 16:26:23 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.39.2.7 $ $Date: 2001/12/20 21:19:54 $
  + * @version $Revision: 1.39.2.8 $ $Date: 2002/01/20 16:26:23 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0.2-dev;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.2-b2;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.8  +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.7
  retrieving revision 1.29.2.8
  diff -u -r1.29.2.7 -r1.29.2.8
  --- index.html20 Dec 2001 21:20:08 -  1.29.2.7
  +++ index.html20 Jan 2002 16:26:23 -  1.29.2.8
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.2-dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.2-b2/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2002-01-20 Thread remm

remm02/01/20 08:38:45

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Revert version number to 4.0.2-dev.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.39.2.9  +6 -6  
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.39.2.8
  retrieving revision 1.39.2.9
  diff -u -r1.39.2.8 -r1.39.2.9
  --- Globals.java  20 Jan 2002 16:26:23 -  1.39.2.8
  +++ Globals.java  20 Jan 2002 16:38:45 -  1.39.2.9
  @@ -1,7 +1,7 @@
  -/*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.8 2002/01/20 16:26:23 remm Exp $
  - * $Revision: 1.39.2.8 $
  - * $Date: 2002/01/20 16:26:23 $
  +*
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.9 2002/01/20 16:38:45 remm Exp $
  + * $Revision: 1.39.2.9 $
  + * $Date: 2002/01/20 16:38:45 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.39.2.8 $ $Date: 2002/01/20 16:26:23 $
  + * @version $Revision: 1.39.2.9 $ $Date: 2002/01/20 16:38:45 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0.2-b2;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.2-dev;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.9  +1 -1  jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/Attic/index.html,v
  retrieving revision 1.29.2.8
  retrieving revision 1.29.2.9
  diff -u -r1.29.2.8 -r1.29.2.9
  --- index.html20 Jan 2002 16:26:23 -  1.29.2.8
  +++ index.html20 Jan 2002 16:38:45 -  1.29.2.9
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.2-b2/b/td/tr
  +trtd align=left valign=topbVersion 4.0.2-dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-12-20 Thread remm

remm01/12/20 06:09:51

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.6  +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.29.2.5
  retrieving revision 1.29.2.6
  diff -u -r1.29.2.5 -r1.29.2.6
  --- index.html2001/10/14 23:10:06 1.29.2.5
  +++ index.html2001/12/20 14:09:51 1.29.2.6
  @@ -2,7 +2,7 @@
   html
   head
   meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
  -titleJakarta Project - Tomcat (v4.0.2-dev)/title
  +titleJakarta Project - Tomcat/title
   style type=text/css
 !--
   body {
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.2-dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0.2-b1/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-12-20 Thread remm

remm01/12/20 13:20:09

  Modified:webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  - Update version number.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.29.2.7  +1 -1  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.29.2.6
  retrieving revision 1.29.2.7
  diff -u -r1.29.2.6 -r1.29.2.7
  --- index.html2001/12/20 14:09:51 1.29.2.6
  +++ index.html2001/12/20 21:20:08 1.29.2.7
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0.2-b1/b/td/tr
  +trtd align=left valign=topbVersion 4.0.2-dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-09-21 Thread craigmcc

craigmcc01/09/21 14:53:42

  Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch
Globals.java
   webapps/ROOT Tag: tomcat_40_branch index.html
  Log:
  Update version numbers to reflect current status of this branch.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.39.2.1  +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.39
  retrieving revision 1.39.2.1
  diff -u -r1.39 -r1.39.2.1
  --- Globals.java  2001/09/18 01:12:53 1.39
  +++ Globals.java  2001/09/21 21:53:41 1.39.2.1
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39 2001/09/18 01:12:53 craigmcc Exp $
  - * $Revision: 1.39 $
  - * $Date: 2001/09/18 01:12:53 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39.2.1 2001/09/21 21:53:41 craigmcc Exp $
  + * $Revision: 1.39.2.1 $
  + * $Date: 2001/09/21 21:53:41 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.39 $ $Date: 2001/09/18 01:12:53 $
  + * @version $Revision: 1.39.2.1 $ $Date: 2001/09/21 21:53:41 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0;
  +public static final String SERVER_INFO = Apache Tomcat/4.0.1-dev;
   
   
   /**
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.29.2.1  +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.29
  retrieving revision 1.29.2.1
  diff -u -r1.29 -r1.29.2.1
  --- index.html2001/09/18 01:12:53 1.29
  +++ index.html2001/09/21 21:53:42 1.29.2.1
  @@ -2,7 +2,7 @@
   html
   head
   meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
  -titleJakarta Project - Tomcat (v4.0)/title
  +titleJakarta Project - Tomcat (v4.0.1-dev)/title
   style type=text/css
 !--
   body {
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0/b/td/tr
  +trtd align=left valign=topbVersion 4.0.1-dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-09-17 Thread craigmcc

craigmcc01/09/17 18:12:54

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Update version numbers for final release.
  
  Revision  ChangesPath
  1.39  +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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Globals.java  2001/09/14 06:09:00 1.38
  +++ Globals.java  2001/09/18 01:12:53 1.39
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.38 2001/09/14 06:09:00 craigmcc Exp $
  - * $Revision: 1.38 $
  - * $Date: 2001/09/14 06:09:00 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.39 2001/09/18 01:12:53 craigmcc Exp $
  + * $Revision: 1.39 $
  + * $Date: 2001/09/18 01:12:53 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.38 $ $Date: 2001/09/14 06:09:00 $
  + * @version $Revision: 1.39 $ $Date: 2001/09/18 01:12:53 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0-rc2;
  +public static final String SERVER_INFO = Apache Tomcat/4.0;
   
   
   /**
  
  
  
  1.29  +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- index.html2001/09/14 06:09:00 1.28
  +++ index.html2001/09/18 01:12:53 1.29
  @@ -2,7 +2,7 @@
   html
   head
   meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
  -titleJakarta Project - Tomcat (v4.0-rc2)/title
  +titleJakarta Project - Tomcat (v4.0)/title
   style type=text/css
 !--
   body {
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 4.0-rc2/b/td/tr
  +trtd align=left valign=topbVersion 4.0/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  



Re: cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-09-17 Thread Christopher Cain

Quoting [EMAIL PROTECTED]:

   -titleJakarta Project - Tomcat (v4.0-rc2)/title
   +titleJakarta Project - Tomcat (v4.0)/title

A yeeeah ... TC4 Final is in the hizouse! Throw your hands in the air!

The anticipation is palpable, non ;-)

- Christopher

/**
 * Pleurez, pleurez, mes yeux, et fondez vous en eau!
 * La moitiƩ de ma vie a mis l'autre au tombeau.
 *---Corneille
 */



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-09-13 Thread craigmcc

craigmcc01/09/13 23:09:00

  Modified:.RELEASE-PLAN-4.0.txt
   catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Added:   .RELEASE-NOTES-4.0-RC2.txt
  Log:
  Add release notes for Tomcat 4.0-rc2.  Update version numbers for release.
  
  Revision  ChangesPath
  1.16  +1 -3  jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- RELEASE-PLAN-4.0.txt  2001/09/14 05:20:55 1.15
  +++ RELEASE-PLAN-4.0.txt  2001/09/14 06:09:00 1.16
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.15 2001/09/14 05:20:55 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.16 2001/09/14 06:09:00 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -54,8 +54,6 @@
   (likely to be the same issue as 1788)
   
   Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
  -
  -Connectors  3574Basic authentication doesn't work through connector
   
   
   Nice To Have Fixes Before Final Release:
  
  
  
  1.1  jakarta-tomcat-4.0/RELEASE-NOTES-4.0-RC2.txt
  
  Index: RELEASE-NOTES-4.0-RC2.txt
  ===
   Apache Tomcat Version 4.0 Release Candidate 2
   =
  Release Notes
  =
  
  $Id: RELEASE-NOTES-4.0-RC2.txt,v 1.1 2001/09/14 06:09:00 craigmcc Exp $
  
  
  
  INTRODUCTION:
  
  
  
  This document describes the changes that have been made in the current
  release candidate release of Apache Tomcat, relative to the previous release.
  
  Bug reports should be entered at the bug reporting system for
  Jakarta projects at:
  
  http://nagoya.apache.org/bugzilla/
  
  Please report bugs and feature requests under product name Tomcat 4.
  
  This version of Tomcat 4 should be considered a release candidate for
  all capabilities except the mod_webapp connector.  Only bugfix changes will
  be implemented before a Tomcat 4.0 final release is made available, which
  will occur when the Servlet 2.3 and JSP 1.2 specifications go final.
  
  
   UPCOMING CHANGE NOTICE:  In a future release of Tomcat 4.0, it
   is likely that the default operational mode will be to run Tomcat
   under a security manager (rather than the current default of not
   using one).  This may necessitate editing the policy permissions
   file ($CATALINA_HOME/conf/catalina.policy) if your web applications
   require permissions that are not enabled by default (such as connecting
   to network ports).  You are urged to test your applications with
   Tomcat 4.0-b5 running under the security manager now, so that this
   upcoming change will not be disruptive.  To do so, start Tomcat 4.0
   with the command $CATALINA_HOME/bin/catalina.sh start -security
   (Unix) or %CATALINA_HOME%\bin\catalina start -security (Windows).
  
  
  
  NEW FEATURES:
  
  
  
  
  General New Features:
  
  
  You can now specify an environment variable JSSE_HOME that points at the
  directory where you have installed JSSE 1.0.2.  This avoids the need to
  install the corresponding JAR files as system extensions, which is not
  possible in all environments.
  
  Message resource bundle translations have been updated (Spanish) and
  added (Japanese).
  
  
  -
  Catalina New Features:
  -
  
  
  
  ---
  Jasper New Features:
  ---
  
  
  
  Webapps New Features:
  
  
  Finish documentation in the Server Configuration Reference section.
  
  Add new document describing how to set up and use JNDI resources.
  
  
  ==
  BUG FIXES AND IMPROVEMENTS:
  ==
  
  --
  Generic Bug Fixes:
  --
  
  Startup Scripts:  Improve the CYGWIN compatibility of the various startup
  scripts (catalina.sh, digest.sh, jasper.sh) included with Tomcat 4.
  
  
  --
  Catalina Bug Fixes:
  --
  
  JndiPermission:  No need to override the equals() method.
  
  ApplicationContext:  Add path separator between host and path when creating
  jndi: URLs.
  
  StandardClassLoader:  Improve thread safety by synchronizing around calls to
  URLClassLoader.findClass().
  
  MemoryRealm:  Fix NullPointerException (regression introduced just prior to
  release of Tomcat 4.0-rc1

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-09-09 Thread craigmcc

craigmcc01/09/09 22:53:40

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Update version identifiers for Tomcat 4.0-rc1 (Release Candidate 1)
  
  Revision  ChangesPath
  1.37  +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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Globals.java  2001/08/22 00:19:42 1.36
  +++ Globals.java  2001/09/10 05:53:40 1.37
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.36 2001/08/22 00:19:42 pier Exp $
  - * $Revision: 1.36 $
  - * $Date: 2001/08/22 00:19:42 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.37 2001/09/10 05:53:40 craigmcc Exp $
  + * $Revision: 1.37 $
  + * $Date: 2001/09/10 05:53:40 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.36 $ $Date: 2001/08/22 00:19:42 $
  + * @version $Revision: 1.37 $ $Date: 2001/09/10 05:53:40 $
*/
   
   public final class Globals {
  @@ -219,7 +219,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0-b8-dev;
  +public static final String SERVER_INFO = Apache Tomcat/4.0-rc1;
   
   
   /**
  
  
  
  1.27  +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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.html2001/09/10 04:49:52 1.26
  +++ index.html2001/09/10 05:53:40 1.27
  @@ -2,7 +2,7 @@
   html
   head
   meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
  -titleJakarta Project - Tomcat (v4.0-b8-dev)/title
  +titleJakarta Project - Tomcat (v4.0-rc1)/title
   style type=text/css
 !--
   body {
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 
4.0-b8-dev/b/td/tr
  +trtd align=left valign=topbVersion 4.0-rc1/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-08-09 Thread craigmcc

craigmcc01/08/09 22:40:43

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Added:   .RELEASE-NOTES-4.0-B8.txt
  Log:
  Prepare for beta-8 (if there is a need for one).
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B8.txt
  
  Index: RELEASE-NOTES-4.0-B8.txt
  ===
Apache Tomcat Version 4.0 Beta 8

  Release Notes
  =
  
  $Id: RELEASE-NOTES-4.0-B8.txt,v 1.1 2001/08/10 05:40:43 craigmcc Exp $
  
  
  
  INTRODUCTION:
  
  
  
  This document describes the changes that have been made in the current
  beta release of Apache Tomcat, relative to the previous release.
  
  Bug reports should be entered at the bug reporting system for
  Jakarta projects at:
  
  http://nagoya.apache.org/bugzilla/
  
  Please report bugs and feature requests under product name Tomcat 4.
  
  This version of Tomcat 4 should be considered a release candidate for
  all capabilities except the mod_webapp connector.  Only bugfix changes will
  be implemented before a Tomcat 4.0 final release is made available, which
  will occur when the Servlet 2.3 and JSP 1.2 specifications go final.
  
  
   UPCOMING CHANGE NOTICE:  In a future release of Tomcat 4.0, it
   is likely that the default operational mode will be to run Tomcat
   under a security manager (rather than the current default of not
   using one).  This may necessitate editing the policy permissions
   file ($CATALINA_HOME/conf/catalina.policy) if your web applications
   require permissions that are not enabled by default (such as connecting
   to network ports).  You are urged to test your applications with
   Tomcat 4.0-b5 running under the security manager now, so that this
   upcoming change will not be disruptive.  To do so, start Tomcat 4.0
   with the command $CATALINA_HOME/bin/catalina.sh start -security
   (Unix) or %CATALINA_HOME%\bin\catalina start -security (Windows).
  
  
  
  NEW FEATURES:
  
  
  
  
  General New Features:
  
  
  
  
  -
  Catalina New Features:
  -
  
  
  
  ---
  Jasper New Features:
  ---
  
  
  
  Webapps New Features:
  
  
  
  
  ==
  BUG FIXES AND IMPROVEMENTS:
  ==
  
  
  --
  Catalina Bug Fixes:
  --
  
  
  
  
  Jasper Bug Fixes:
  
  
  
  
  -
  Webapps Bug Fixes:
  -
  
  
  
  KNOWN ISSUES IN THIS RELEASE:
  
  
  
  --
  Tomcat 4.0 and XML Parsers:
  --
  
  Previous versions of Tomcat 4.0 exposed the XML parser used by Jasper (the
  JAXP/1.1 reference implementation) to web applications.  This is no longer
  the case, because Jasper loads its parser with a new class loader instead.
  Keep the following points in mind when considering how to use XML parsers
  in Tomcat 4.0 and your web applications:
  
  * If you wish to make the JAXP/1.1 RI XML parser available to all web
applications, simply move the jaxp.jar and crimson.jar files from
the $TOMCAT_HOME/jasper directory to the $TOMCAT_HOME/lib directory.
  
  * If you wish to make another XML parser that is JAXP/1.1-compatible
available to all web applications, install that parser into the
$TOMCAT_HOME/lib directory and remove jaxp.jar and crimson.jar
from the $TOMCAT_HOME/jasper directory.  It has been reported that
Xerces 1.3.1 can be used in this fashion, but 2.x alpha releases
can not be.
  
  * If you wish to use an XML parser (such as Xerces) in the WEB-INF/lib
directory of your web application, this should now be possible, because
of the modified JAXP 1.1 parser mentioned below.
  
  WARNING:  Tomcat 4.0 now ships with a modified version of the JAXP/1.1
  (Final) jaxp.jar and crimson.jar files in the jasper subdirectory.
  The sealed attribute has been removed from the manifest file for these
  two JARs, to avoid package sealing violation errors that were caused by
  them in a JDK 1.3 environment.  You MUST NOT replace these files with a
  different (or later) release of JAXP, unless that later release has had
  the sealed attribute removed, or you will encounter package sealing violation
  errors when trying to use a different XML parser in a web application.
  
  
  -
  Tomcat 4.0 and Apache:
  -
  
  The binary distribution for Tomcat 4.0 includes the most recent stable version

[DOC] Resend of ROOT/index.html

2001-07-27 Thread Rob S.
. 
It can be found on the local filesystem at:
blockquote
p class=code$CATALINA_HOME/webapps/ROOT/index.html/p
/blockquote
/p

pwhere $CATALINA_HOME is the root of the Tomcat installation 
directory. If you're seeing this page, and you don't think you should be, then either 
you're either a user who has arrived at new installation of Tomcat, or you're an 
administrator who hasn't got his/her setup quite right. Providing the latter is the 
case, please refer to the a href=docsTomcat Documentation/a for more detailed 
setup and administration information than is found in the INSTALL file./p

pIncluded with this release are a host of sample Servlets and JSPs (with 
associated source code), extensive documentation (including the Servlet 2.3 and JSP 
1.2 API JavaDoc), and an introductory guide to developing web applications./p

pThanks for using Tomcat!/p

p align=rightfont size=-1img src=tomcat-power.gif width=77 
height=80/fontbr
nbsp;
font size=-1Copyright copy; 1999-2001 Apache Software 
Foundation/fontbr
font size=-1All Rights Reserved/font br
nbsp;/p
p align=rightnbsp;/p

/td

/tr
/table

/body
/html

 jakarta-banner.gif


RE: [DOC] Resend of ROOT/index.html

2001-07-27 Thread Bip Thelin

 -Original Message-
 From: Rob S. [mailto:[EMAIL PROTECTED]]

 [...]
 Here's my take on a new default index.html along with the jakarta banner
 since I've incorporated that in as well.  I'd like it if all of the sample
 apps retained a somewhat similar look and feel (volunteering if people agree
 that it should be done).  I tried this page under Opera and IE and it works
 fine.  I'm scared to try NS! =)

I've tried it in NS and it works fine.

 I'd really like the default apps to showcase Tomcat, and they've always been
 kind of clunky.  IIRC, some of the JSP/Servlet example links don't work
 correctly.  I'd also like the default homepage to brag about the features of
 Tomcat to some degree, e.g. session persistence and whatnot, but I don't
 know enough about these things yet...
 
 Of course, by mentioning this I'm implicitly volunteering to do it ;)

Sounds great, If you feel like giving the default apps a more appealing look
that goes well with what you just submitted I don't think anyone would disagree
with updating them.


Bip Thelin




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-07-27 Thread craigmcc

craigmcc01/07/27 12:16:27

  Modified:webapps/ROOT index.html
  Log:
  Update new web page to reflect b7-dev instead of b6-dev.
  
  Revision  ChangesPath
  1.23  +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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.html2001/07/27 17:38:17 1.22
  +++ index.html2001/07/27 19:16:27 1.23
  @@ -2,7 +2,7 @@
   html
   head
   meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
  -titleJakarta Project - Tomcat (v4.0-b6-dev)/title
  +titleJakarta Project - Tomcat (v4.0-b7-dev)/title
   style type=text/css
 !--
   body {
  @@ -44,7 +44,7 @@
   td align=left valign=top
   table
   trtd align=left valign=topbTomcat/b/td/tr
  -trtd align=left valign=topbVersion 
4.0-b6-dev/b/td/tr
  +trtd align=left valign=topbVersion 
4.0-b7-dev/b/td/tr
   /table
   /td
   td align=righta href=http://jakarta.apache.org/;img 
src=jakarta-banner.gif height=100 width=350 border=0 alt=The Jakarta 
Project/a/td
  
  
  



RE: oops, forgot something - RE: ROOT/index.html

2001-07-22 Thread Rob S.

Hmm... is the non-html email filter on the list blocking my ability to
attach an HTML file to my email?

- r

 -Original Message-
 From: Rob S. [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, July 22, 2001 1:41 AM
 To: [EMAIL PROTECTED]
 Subject: oops, forgot something - RE: ROOT/index.html


 I dunno why that webmailer butchers text-based attachments.
 Grrr...  Tried
 it under NS4, style problem of course.  Bah!

 - r





ROOT/index.html

2001-07-21 Thread Rob S.

Here's my take on a new default index.html along with the jakarta banner
since I've incorporated that in as well.  I'd like it if all of the sample
apps retained a somewhat similar look and feel (volunteering if people agree
that it should be done).  I tried this page under Opera and IE and it works
fine.  I'm scared to try NS! =)

I'd really like the default apps to showcase Tomcat, and they've always been
kind of clunky.  IIRC, some of the JSP/Servlet example links don't work
correctly.  I'd also like the default homepage to brag about the features of
Tomcat to some degree, e.g. session persistence and whatnot, but I don't
know enough about these things yet...

- r

 jakarta-banner.gif


cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-07-19 Thread craigmcc

craigmcc01/07/19 20:20:09

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Updates for Tomcat 4.0-beta-6 release.
  
  Revision  ChangesPath
  1.29  +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Globals.java  2001/07/17 04:21:12 1.28
  +++ Globals.java  2001/07/20 03:20:08 1.29
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.28 2001/07/17 04:21:12 craigmcc Exp $
  - * $Revision: 1.28 $
  - * $Date: 2001/07/17 04:21:12 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.29 2001/07/20 03:20:08 craigmcc Exp $
  + * $Revision: 1.29 $
  + * $Date: 2001/07/20 03:20:08 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.28 $ $Date: 2001/07/17 04:21:12 $
  + * @version $Revision: 1.29 $ $Date: 2001/07/20 03:20:08 $
*/
   
   public final class Globals {
  @@ -210,7 +210,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0-b6-dev;
  +public static final String SERVER_INFO = Apache Tomcat/4.0-b6;
   
   
   /**
  
  
  
  1.20  +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- index.html2001/05/15 03:25:48 1.19
  +++ index.html2001/07/20 03:20:09 1.20
  @@ -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
  -titleTomcat (v4.0-b6-dev)/title
  +titleTomcat (v4.0-b6)/title
   /head
   body bgcolor=#FF
   img SRC=tomcat.gif height=92 width=130 align=LEFTbfont face=Arial, 
Helvetica, sans-seriffont size=+3Tomcat/font/font/b
   br
   bfont face=Arial, Helvetica, sans-seriffont size=-1Version
  -4.0-b6-dev/font/font/b
  +4.0-b6/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-05-14 Thread craigmcc

craigmcc01/05/14 19:50:12

  Modified:.RELEASE-NOTES-4.0-B5.txt
   catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Update release notes and public identifiers for Tomcat 4.0-b5.
  
  Revision  ChangesPath
  1.2   +49 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B5.txt
  
  Index: RELEASE-NOTES-4.0-B5.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B5.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-4.0-B5.txt  2001/05/11 05:55:11 1.1
  +++ RELEASE-NOTES-4.0-B5.txt  2001/05/15 02:50:09 1.2
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0-B5.txt,v 1.1 2001/05/11 05:55:11 craigmcc Exp $
  +$Id: RELEASE-NOTES-4.0-B5.txt,v 1.2 2001/05/15 02:50:09 craigmcc Exp $
   
   
   
  @@ -22,6 +22,26 @@
   Please report bugs and feature requests under product name Tomcat 4.
   
   
  + SECURITY ALERT:  Two security-related problems were discovered in
  + the Tomcat 4.0-b4 release which was announced on 05/11/2001.  These
  + vulnerabilities have been fixed in this beta release.  Anyone who
  + downloaded and installed Tomcat 4.0-b4 is urged to upgrade to this
  + new release immediately.
  +
  +
  + UPCOMING CHANGE NOTICE:  In a future beta release of Tomcat 4.0, it
  + is likely that the default operational mode will be to run Tomcat
  + under a security manager (rather than the current default of not
  + using one).  This may necessitate editing the policy permissions
  + file ($CATALINA_HOME/conf/catalina.policy) if your web applications
  + require permissions that are not enabled by default (such as connecting
  + to network ports).  You are urged to test your applications with
  + Tomcat 4.0-b5 running under the security manager now, so that this
  + upcoming change will not be disruptive.  To do so, start Tomcat 4.0
  + with the command $CATALINA_HOME/bin/catalina.sh start -security
  + (Unix) or %CATALINA_HOME%\bin\catalina start -security (Windows).
  +
  +
   
   NEW FEATURES:
   
  @@ -31,7 +51,15 @@
   Catalina New Features:
   -
   
  +Facades:  The servlet API implementation objects that are passed to a servlet
  +are now protected by facades.  This avoids a security vulnerability (that
  +existed only when Tomcat 4.0 was *not* run under a security manager) that
  +allowed servlets to call arbitrary public methods on these classes via Java
  +reflection.  NOTE:  While facades solve this particular problem, servlets can
  +do many other negative things (like shutting down Tomcat by executing
  +System.exit(0)) unless you run Tomcat under a security manager.  
   
  +
   ---
   Jasper New Features:
   ---
  @@ -50,6 +78,26 @@
   --
   Catalina Bug Fixes:
   --
  +
  +JSP Source Exposure Vulnerability:  Previous versions of Tomcat would expose
  +the source code to a JSP page, on some JDK platforms, when a request URL like
  +this was processed:
  +http://localhost:8080/examples/jsp/num/numguess.jsp%00
  +The problem occurs because the null character (%00) causes extension mapping
  +to fail, so this URL is passed to the default file-serving servlet.  If the
  +web application is running in an unpacked directory structure, the JDK's
  +implementation of the File I/O methods is typically written in C, and the C
  +runtimes will not have any problem treating the null character as a filename
  +terminator.  Now, Tomcat 4.0 will throw HTTP error 400 (bad request) if you
  +use invalid characters (including %00) in your request URLs.
  +
  +StandardClassLoader:  Correct resource existence checks when using a URL.
  +This was causing automatic class reloading to fail in some cases.
  +
  +Bootstrap:  Preload additional classes necessary to pass all unit test and
  +Watchdog tests (and run many other test applications) when a security manager
  +is enabled.  Previously, problems could occur with
  +ServletContext.getResourcePaths() and ServletResponse.setLocale().
   
   
   
  
  
  
  1.26  +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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Globals.java  2001/05/11 05:55:13 1.25
  +++ Globals.java  2001/05/15 02:50:10 1.26
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.25 2001/05/11 05:55:13 craigmcc

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-05-14 Thread craigmcc

craigmcc01/05/14 20:25:48

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Added:   .RELEASE-NOTES-4.0-B6.txt
  Log:
  Prepare for beta 6.
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B6.txt
  
  Index: RELEASE-NOTES-4.0-B6.txt
  ===
Apache Tomcat Version 4.0 Beta 6
=
  Release Notes
  =
  
  $Id: RELEASE-NOTES-4.0-B6.txt,v 1.1 2001/05/15 03:25:46 craigmcc Exp $
  
  
  
  INTRODUCTION:
  
  
  
  This document describes the changes that have been made in the current
  beta release of Apache Tomcat, relative to the previous release.
  
  Bug reports should be entered at the bug reporting system for
  Jakarta projects at:
  
  http://nagoya.apache.org/bugzilla/
  
  Please report bugs and feature requests under product name Tomcat 4.
  
  
   UPCOMING CHANGE NOTICE:  In a future beta release of Tomcat 4.0, it
   is likely that the default operational mode will be to run Tomcat
   under a security manager (rather than the current default of not
   using one).  This may necessitate editing the policy permissions
   file ($CATALINA_HOME/conf/catalina.policy) if your web applications
   require permissions that are not enabled by default (such as connecting
   to network ports).  You are urged to test your applications with
   Tomcat 4.0-b5 running under the security manager now, so that this
   upcoming change will not be disruptive.  To do so, start Tomcat 4.0
   with the command $CATALINA_HOME/bin/catalina.sh start -security
   (Unix) or %CATALINA_HOME%\bin\catalina start -security (Windows).
  
  
  
  NEW FEATURES:
  
  
  
  -
  Catalina New Features:
  -
  
  
  ---
  Jasper New Features:
  ---
  
  
  
  Webapps New Features:
  
  
  
  ==
  BUG FIXES AND IMPROVEMENTS:
  ==
  
  
  --
  Catalina Bug Fixes:
  --
  
  
  
  Jasper Bug Fixes:
  
  
  
  -
  Webapps Bug Fixes:
  -
  
  
  
  KNOWN ISSUES IN THIS RELEASE:
  
  
  
  --
  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).
  
  
  --
  Tomcat 4.0 and XML Parsers:
  --
  
  Previous versions of Tomcat 4.0 exposed the XML parser used by Jasper (the
  JAXP/1.1 reference implementation) to web applications.  This is no longer
  the case, because Jasper loads its parser with a new class loader instead.
  Keep the following points in mind when considering how to use XML parsers
  in Tomcat 4.0 and your web applications:
  
  * If you wish to make the JAXP/1.1 RI XML parser available to all web
applications, simply move the jaxp.jar and crimson.jar files from
the $TOMCAT_HOME/jasper directory to the $TOMCAT_HOME/lib directory.
  
  * If you wish to make another XML parser that is JAXP/1.1-compatible
available to all web applications, install that parser into the
$TOMCAT_HOME/lib directory and remove jaxp.jar and crimson.jar
from the $TOMCAT_HOME/jasper directory.  It has been reported that
Xerces 1.3.1 can be used in this fashion, but 2.x alpha releases
can not be.
  
  * If you wish to use an XML parser (such as Xerces) in the WEB-INF/lib
directory of your web application, this should now be possible, because
of the modified JAXP 1.1 parser mentioned below.
  
  WARNING:  Tomcat 4.0 now ships with a modified version of the JAXP/1.1
  (Final) jaxp.jar and crimson.jar files in the jasper subdirectory.
  The sealed attribute has been removed from the manifest file for these
  two JARs, to avoid package sealing

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-05-10 Thread craigmcc

craigmcc01/05/10 21:55:56

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Update version number for release of Tomcat 4.0 Beta 4.
  
  Revision  ChangesPath
  1.24  +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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Globals.java  2001/04/08 02:33:51 1.23
  +++ Globals.java  2001/05/11 04:55:52 1.24
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.23 2001/04/08 02:33:51 craigmcc Exp $
  - * $Revision: 1.23 $
  - * $Date: 2001/04/08 02:33:51 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.24 2001/05/11 04:55:52 craigmcc Exp $
  + * $Revision: 1.24 $
  + * $Date: 2001/05/11 04:55:52 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.23 $ $Date: 2001/04/08 02:33:51 $
  + * @version $Revision: 1.24 $ $Date: 2001/05/11 04:55:52 $
*/
   
   public final class Globals {
  @@ -201,7 +201,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = Apache Tomcat/4.0-b4-dev;
  +public static final String SERVER_INFO = Apache Tomcat/4.0-b4;
   
   
   /**
  
  
  
  1.16  +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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.html2001/04/08 02:33:52 1.15
  +++ index.html2001/05/11 04:55:55 1.16
  @@ -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
  -titleTomcat (v4.0-b4-dev)/title
  +titleTomcat (v4.0-b4)/title
   /head
   body bgcolor=#FF
   img SRC=tomcat.gif height=92 width=130 align=LEFTbfont face=Arial, 
Helvetica, sans-seriffont size=+3Tomcat/font/font/b
   br
   bfont face=Arial, Helvetica, sans-seriffont size=-1Version
  -4.0-b4-dev/font/font/b
  +4.0-b4/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-04-07 Thread craigmcc

craigmcc01/04/07 19:33:52

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Update version numbers to reflect that we are currently developing towards
  a beta 4 release.
  
  Revision  ChangesPath
  1.23  +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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Globals.java  2001/04/03 00:38:50 1.22
  +++ Globals.java  2001/04/08 02:33:51 1.23
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.22 2001/04/03 00:38:50 craigmcc Exp $
  - * $Revision: 1.22 $
  - * $Date: 2001/04/03 00:38:50 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.23 2001/04/08 02:33:51 craigmcc Exp $
  + * $Revision: 1.23 $
  + * $Date: 2001/04/08 02:33:51 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.22 $ $Date: 2001/04/03 00:38:50 $
  + * @version $Revision: 1.23 $ $Date: 2001/04/08 02:33:51 $
*/
   
   public final class Globals {
  @@ -201,7 +201,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = "Apache Tomcat/4.0-b3";
  +public static final String SERVER_INFO = "Apache Tomcat/4.0-b4-dev";
   
   
   /**
  
  
  
  1.15  +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index.html2001/04/03 00:38:53 1.14
  +++ index.html2001/04/08 02:33:52 1.15
  @@ -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"
  -titleTomcat (v4.0-b3)/title
  +titleTomcat (v4.0-b4-dev)/title
   /head
   body bgcolor="#FF"
   img SRC="tomcat.gif" height=92 width=130 align=LEFTbfont face="Arial, 
Helvetica, sans-serif"font size=+3Tomcat/font/font/b
   br
   bfont face="Arial, Helvetica, sans-serif"font size=-1Version
  -4.0-b3/font/font/b
  +4.0-b4-dev/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-04-02 Thread craigmcc

craigmcc01/04/02 17:38:55

  Modified:.RELEASE-NOTES-4.0-B3.txt
   catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Updates for Tomcat 4.0-beta-3.
  
  Revision  ChangesPath
  1.2   +25 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B3.txt
  
  Index: RELEASE-NOTES-4.0-B3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B3.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-4.0-B3.txt  2001/03/31 20:01:19 1.1
  +++ RELEASE-NOTES-4.0-B3.txt  2001/04/03 00:38:46 1.2
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0-B3.txt,v 1.1 2001/03/31 20:01:19 craigmcc Exp $
  +$Id: RELEASE-NOTES-4.0-B3.txt,v 1.2 2001/04/03 00:38:46 craigmcc Exp $
   
   
   
  @@ -23,6 +23,27 @@
   JSP-related bug reports, respectively.
   
   
  +
  +Important Security Notes:
  +
  +
  +This release includes fixes for security vulnerabilities that have been
  +reported against Tomcat 4.0 beta 2:
  +
  +* Fixes to a similar vulnerability that was included in Tomcat 4.0-b2
  +  is also included here.
  +
  +* "Tomcat 4.0-b2 for winnt/2000 show ".jsp" source vulnerability"
  +  (BugTraq reference CSA-200110), which would cause JSP source to be
  +  displayed on a URL like:
  +http://localhost:8080/examples/jsp/snp/snoop%252ejsp
  +  on all platforms, not just Windows.  The same vulnerability was
  +  fixed in the new server-side include facility.
  +
  +Any user who has downloaded Tomcat 4.0 beta 2 is encouraged to upgrade to
  +beta 3 to fix these security vulnerabilities.
  +
  +
   
   NEW FEATURES:
   
  @@ -64,6 +85,9 @@
   
   StandardHost:  Ignore the "directory exists" exception when context startup
   tries to expand a WAR file that is already expanded.
  +
  +Extension:  Do not throw NullPointerException if a JAR file with no manifest
  +file is added to the set of repositories for a StandardClassLoader.
   
   
   
  
  
  
  1.22  +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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- Globals.java  2001/03/31 19:51:15 1.21
  +++ Globals.java  2001/04/03 00:38:50 1.22
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.21 2001/03/31 19:51:15 craigmcc Exp $
  - * $Revision: 1.21 $
  - * $Date: 2001/03/31 19:51:15 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.22 2001/04/03 00:38:50 craigmcc Exp $
  + * $Revision: 1.22 $
  + * $Date: 2001/04/03 00:38:50 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.21 $ $Date: 2001/03/31 19:51:15 $
  + * @version $Revision: 1.22 $ $Date: 2001/04/03 00:38:50 $
*/
   
   public final class Globals {
  @@ -201,7 +201,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = "Apache Tomcat/4.0-dev";
  +public static final String SERVER_INFO = "Apache Tomcat/4.0-b3";
   
   
   /**
  
  
  
  1.14  +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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.html2001/03/31 19:51:15 1.13
  +++ index.html2001/04/03 00:38:53 1.14
  @@ -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"
  -titleTomcat (v4.0-dev)/title
  +titleTomcat (v4.0-b3)/title
   /head
   body bgcolor="#FF"
   img SRC="tomcat.gif" height=92 width=130 align=LEFTbfont face="Arial, 
Helvetica, sans-serif"font size=+3Tomcat/font/font/b
   br
   bfont face="Arial, Helvetica, sans-serif"font size=-1Version
  -4.0-dev/font/font/b
  +4.0-b3/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-03-31 Thread craigmcc

craigmcc01/03/31 11:51:15

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Revert version numbers back to "4.0-dev" so there is no confusion about
  being a nightly build or not.
  
  Revision  ChangesPath
  1.21  +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Globals.java  2001/03/31 01:20:00 1.20
  +++ Globals.java  2001/03/31 19:51:15 1.21
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.20 2001/03/31 01:20:00 craigmcc Exp $
  - * $Revision: 1.20 $
  - * $Date: 2001/03/31 01:20:00 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.21 2001/03/31 19:51:15 craigmcc Exp $
  + * $Revision: 1.21 $
  + * $Date: 2001/03/31 19:51:15 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.20 $ $Date: 2001/03/31 01:20:00 $
  + * @version $Revision: 1.21 $ $Date: 2001/03/31 19:51:15 $
*/
   
   public final class Globals {
  @@ -201,7 +201,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = "Apache Tomcat/4.0-b2";
  +public static final String SERVER_INFO = "Apache Tomcat/4.0-dev";
   
   
   /**
  
  
  
  1.13  +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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- index.html2001/03/31 01:20:00 1.12
  +++ index.html2001/03/31 19:51:15 1.13
  @@ -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"
  -titleTomcat (v4.0-b2)/title
  +titleTomcat (v4.0-dev)/title
   /head
   body bgcolor="#FF"
   img SRC="tomcat.gif" height=92 width=130 align=LEFTbfont face="Arial, 
Helvetica, sans-serif"font size=+3Tomcat/font/font/b
   br
   bfont face="Arial, Helvetica, sans-serif"font size=-1Version
  -4.0-b2/font/font/b
  +4.0-dev/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-03-30 Thread craigmcc

craigmcc01/03/30 17:20:00

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Update version numbers in preparation for beta 2 release.
  
  Revision  ChangesPath
  1.20  +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Globals.java  2001/03/17 00:56:56 1.19
  +++ Globals.java  2001/03/31 01:20:00 1.20
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.19 2001/03/17 00:56:56 craigmcc Exp $
  - * $Revision: 1.19 $
  - * $Date: 2001/03/17 00:56:56 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.20 2001/03/31 01:20:00 craigmcc Exp $
  + * $Revision: 1.20 $
  + * $Date: 2001/03/31 01:20:00 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.19 $ $Date: 2001/03/17 00:56:56 $
  + * @version $Revision: 1.20 $ $Date: 2001/03/31 01:20:00 $
*/
   
   public final class Globals {
  @@ -201,7 +201,7 @@
   /**
* The descriptive information about this server and version.
*/
  -public static final String SERVER_INFO = "Apache Tomcat/4.0-dev";
  +public static final String SERVER_INFO = "Apache Tomcat/4.0-b2";
   
   
   /**
  
  
  
  1.12  +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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html2001/01/06 04:13:02 1.11
  +++ index.html2001/03/31 01:20:00 1.12
  @@ -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"
  -titleTomcat (v4.0-b1)/title
  +titleTomcat (v4.0-b2)/title
   /head
   body bgcolor="#FF"
   img SRC="tomcat.gif" height=92 width=130 align=LEFTbfont face="Arial, 
Helvetica, sans-serif"font size=+3Tomcat/font/font/b
   br
   bfont face="Arial, Helvetica, sans-serif"font size=-1Version
  -4.0-b1/font/font/b
  +4.0-b2/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul
  
  
  



Re: cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-01-05 Thread Jon Stevens

on 1/5/2001 8:13 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote:

 Update version numbers for 4.0-beta-1.

Are we *really* ready for a b1 release? I think that the fact that sessions
get lost when the classloader reloads is a pretty big bug that should get
resolved before b1 is released.

-jon


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




Re: cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-01-05 Thread Craig R. McClanahan

Jon Stevens wrote:

 on 1/5/2001 8:13 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote:

  Update version numbers for 4.0-beta-1.

 Are we *really* ready for a b1 release? I think that the fact that sessions
 get lost when the classloader reloads is a pretty big bug that should get
 resolved before b1 is released.


That is not a provably correct assertion, given that it works on every test case
I have concocted so far.

Even if there is something in Turbine that makes it not work, that can be dealt
with subsequent to b1.  It's not like this is the last release or anything :-).


 -jon


Craig



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




Re: cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-01-05 Thread Jon Stevens

on 1/5/2001 8:52 PM, "Craig R. McClanahan" [EMAIL PROTECTED]
wrote:

 That is not a provably correct assertion, given that it works on every test
 case
 I have concocted so far.
 
 Even if there is something in Turbine that makes it not work, that can be
 dealt
 with subsequent to b1.  It's not like this is the last release or anything
 :-).

Ok, I have found like 4 bugs in as many days and you still don't believe me
on these things. :-)

here we go again:

#1. check out scarab
#2. build it; start tomcat
#3. goto: http://localhost:8080/scarab/servlet/scarab/template/Register.vm
#4. hit "Register"
#5. edit scarab/target/webapps/scarab/templates/Register.vm
Add anywhere in the template:
$data.getUser().setTemp("foo", "bar")

#6. hit "Register"
#7. touch 
scarab/target/webapps/scarab/WEB-INF/classes/org/tigris/scarab/actions/*.cla
ss
#7. change the above line to:
$data.getUser().getTemp("foo")
#8. hit "Register"

Notice that you see the data you entered in #7. That is because Velocity
wasn't able to introspect and find a result for "foo" because it doesn't
exist in the session any longer.

$data.getUser() returns an object that has been placed into the HttpSession

This isn't Turbine that is broken as this same stuff worked fine in JServ
and Tomcat 3.x. It is definitely Catalina.

love,

-jon


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




Re: cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-01-05 Thread Jon Stevens

on 1/5/2001 9:52 PM, "Craig R. McClanahan" [EMAIL PROTECTED]
wrote:

 Oh, I believe you just fine :-).  And the record will show that I've been
 pretty responsive to those bug reports, too.  :-) :-)

Yes and that is MOST appreciated. This is yet another shining example of why
Open Source Works. 

I hope all you Sun execs who are reading this will give Craig a big fat
raise and as many resources as he needs. I'm not kidding.

 I objected to your blanket assertion that saving and reloading sessions across
 a restart is broken (when it works in many circumstances), and therefore
 theoretically means we should hold up a beta for it.

I didn't even mention a -1 for a reason. :-)

 The whole point of going to beta is to increase the exposure of Tomcat 4.0 so
 we can eradicate the remaining bugs as quickly as possible.  That serves all
 of our interests better than waiting for whatever but you find on Saturday,
 and the next one on Sunday, and so on ...

I still don't understand the version number mentality, but whatever. :-)

 Sounds like a good path of investigation for tomorrow morning.

Great. Thanks. This one is a showstopper for Scarab development right now.
:-(

-jon


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




cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2000-12-14 Thread craigmcc

craigmcc00/12/14 14:33:44

  Modified:catalina/src/share/org/apache/catalina Globals.java
   webapps/ROOT index.html
  Log:
  Reset version numbers for next development round.
  
  Revision  ChangesPath
  1.16  +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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Globals.java  2000/12/14 05:54:51 1.15
  +++ Globals.java  2000/12/14 22:33:42 1.16
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.15 2000/12/14 05:54:51 craigmcc Exp $
  - * $Revision: 1.15 $
  - * $Date: 2000/12/14 05:54:51 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Globals.java,v 
1.16 2000/12/14 22:33:42 craigmcc Exp $
  + * $Revision: 1.16 $
  + * $Date: 2000/12/14 22:33:42 $
*
* 
*
  @@ -69,7 +69,7 @@
* Global constants that are applicable to multiple packages within Catalina.
*
* @author Craig R. McClanahan
  - * @version $Revision: 1.15 $ $Date: 2000/12/14 05:54:51 $
  + * @version $Revision: 1.16 $ $Date: 2000/12/14 22:33:42 $
*/
   
   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-m5";
  +public static final String SERVER_INFO = "Apache Tomcat/4.0-dev";
   
   
   
  
  
  
  1.10  +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html2000/12/14 05:54:52 1.9
  +++ index.html2000/12/14 22:33:43 1.10
  @@ -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"
  -titleTomcat (v4.0-m5)/title
  +titleTomcat (v4.0-dev)/title
   /head
   body bgcolor="#FF"
   img SRC="tomcat.gif" height=92 width=130 align=LEFTbfont face="Arial, 
Helvetica, sans-serif"font size=+3Tomcat/font/font/b
   br
   bfont face="Arial, Helvetica, sans-serif"font size=-1Version
  -4.0-m5/font/font/b
  +4.0-dev/font/font/b
   pThis is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   ul