Tagging JK 1.2.24

2007-07-27 Thread Rainer Jung

Hi,

we had exactly 10 downloads of our quality check tarball since the 
announcement yesterday. Three of the testers reported back positively 
(one of them via direct mail), no reports were negative. Since I 
received already a lot of positive feedback from the preceding internal 
testing (6 testers, 7 platforms, all web server types), I propose to tag 
1.2.24 at 10:00 GMT and immediately start a vote. I hope the vote goes 
through, so we might announce the release early next week.


All changes I did since the test tarball only affected the docs, no code 
change.


Regards,

Rainer



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



Re: Tagging JK 1.2.24

2007-07-27 Thread Henri Gomez
+1

2007/7/27, Rainer Jung <[EMAIL PROTECTED]>:
> Hi,
>
> we had exactly 10 downloads of our quality check tarball since the
> announcement yesterday. Three of the testers reported back positively
> (one of them via direct mail), no reports were negative. Since I
> received already a lot of positive feedback from the preceding internal
> testing (6 testers, 7 platforms, all web server types), I propose to tag
> 1.2.24 at 10:00 GMT and immediately start a vote. I hope the vote goes
> through, so we might announce the release early next week.
>
> All changes I did since the test tarball only affected the docs, no code
> change.
>
> Regards,
>
> Rainer
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: [VOTE] Releasing Tomcat Connectors 1.2.24

2007-07-27 Thread Henri Gomez
2007/7/27, Rainer Jung <[EMAIL PROTECTED]>:
> Hello to all Tomcat project members,
>
> JK 1.2.24 has been available for testing for some days as a svn
> snapshot. Only very small bugs have been found and fixed. So I would
> like to proceed with the release vote.
>
> If you want to take a look, the final source distribution can be
> downloaded from:
>
> http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/source/
>
> The updated documentation can be found at
>
> http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/docs/
>
> Binaries might be available under
>
> http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/binaries/
>
> So here's the vote. Because we already had several days of testing, the
> vote will be closed on Monday July 30, 24:00 GMT.
>
> Apache Tomcat Connectors 1.2.24 is:
>
> [X] Stable - no major issues, no regressions
> [ ] Beta - at least one significant issue -- tell us what it is
> [ ] Alpha - multiple significant issues -- tell us what they are
>
> Thank you,
>
> Rainer
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



[VOTE] Releasing Tomcat Connectors 1.2.24

2007-07-27 Thread Rainer Jung

Hello to all Tomcat project members,

JK 1.2.24 has been available for testing for some days as a svn 
snapshot. Only very small bugs have been found and fixed. So I would 
like to proceed with the release vote.


If you want to take a look, the final source distribution can be 
downloaded from:


http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/source/

The updated documentation can be found at

http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/docs/

Binaries might be available under

http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/binaries/

So here's the vote. Because we already had several days of testing, the 
vote will be closed on Monday July 30, 24:00 GMT.


Apache Tomcat Connectors 1.2.24 is:

[ ] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are

Thank you,

Rainer


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



DO NOT REPLY [Bug 42988] New: - java.lang.String.compareTo(Object) missing

2007-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42988

   Summary: java.lang.String.compareTo(Object) missing
   Product: Tomcat 6
   Version: 6.0.11
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Actual version of tomcat is 6.0.13 but that is not in the drop down.
I would guess that this affects all platforms and OSs that use the supplied
compiler.  

It appears that the compareTo(Object) method of java.lang.String was not
implemented.
test.jsp:
<%
  String a = "a";
  String b = "b";
  Object bo = b;
  try {
out.println("a.compareTo(bo)=" + a.compareTo(bo));
  } catch(Exception e) {
out.println("String.compareTo(Object) throws Exception: " + e);
  }
%>
Resulting error message:
An error occurred at line: 6 in the jsp file: /temp/test.jsp
The method compareTo(String) in the type String is not applicable for the
arguments (Object)
3:   String b = "b";
4:   Object bo = b;
5:   try {
6: out.println("a.compareTo(bo)=" + a.compareTo(bo));
7:   } catch(Exception e) {
8: out.println("String.compareTo(Object) throws Exception: " + e);
9:   }

The workaround in my case is to cast the Object to a String, I don't know if
there are cases where that workaround does not apply. In any case,
java.lang.String seems to be a pretty critical class to have implemented
completely and correctly.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: [VOTE] Releasing Tomcat Connectors 1.2.24

2007-07-27 Thread Rainer Jung

Yoav Shapira wrote:

Hey,

On 7/27/07, Rainer Jung <[EMAIL PROTECTED]> wrote:

JK 1.2.24 has been available for testing for some days as a svn
snapshot. Only very small bugs have been found and fixed. So I would
like to proceed with the release vote.


The bugs were fixed and 1.2.24 retagged with the same tag?


Fix yes, retag no. If a version contains more complex changes, we allow 
pre release testing against a dev tarball we provide with the same 
script, that we also use for releases. Those tarballs still contain a 
"-dev" naming and are distriuted via people.apache.org. The bugs have 
been fixed during this phase. Tagging happened after fixing earlier today.



[ X ] Stable - no major issues, no regressions


No issues at all for me, but I'm a pretty light user of the connectors.


Thanks for voting.


Yoav


Rainer

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



Re: [VOTE] Releasing Tomcat Connectors 1.2.24

2007-07-27 Thread Yoav Shapira
Hey,

On 7/27/07, Rainer Jung <[EMAIL PROTECTED]> wrote:
> JK 1.2.24 has been available for testing for some days as a svn
> snapshot. Only very small bugs have been found and fixed. So I would
> like to proceed with the release vote.

The bugs were fixed and 1.2.24 retagged with the same tag?

> [ X ] Stable - no major issues, no regressions

No issues at all for me, but I'm a pretty light user of the connectors.

Yoav

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



svn commit: r560195 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_24/

2007-07-27 Thread rjung
Author: rjung
Date: Fri Jul 27 04:20:19 2007
New Revision: 560195

URL: http://svn.apache.org/viewvc?view=rev&rev=560195
Log:
Tag JK release 1.2.24 from trunk.

Added:
tomcat/connectors/tags/jk1.2.x/JK_1_2_24/
  - copied from r560194, tomcat/connectors/trunk/


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



svn commit: r560190 - in /tomcat/connectors/trunk/jk: native/STATUS.txt native/common/jk_version.h xdocs/index.xml xdocs/news/20070301.xml

2007-07-27 Thread rjung
Author: rjung
Date: Fri Jul 27 03:43:57 2007
New Revision: 560190

URL: http://svn.apache.org/viewvc?view=rev&rev=560190
Log:
Prepare release tag.

Modified:
tomcat/connectors/trunk/jk/native/STATUS.txt
tomcat/connectors/trunk/jk/native/common/jk_version.h
tomcat/connectors/trunk/jk/xdocs/index.xml
tomcat/connectors/trunk/jk/xdocs/news/20070301.xml

Modified: tomcat/connectors/trunk/jk/native/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/STATUS.txt?view=diff&rev=560190&r1=560189&r2=560190
==
--- tomcat/connectors/trunk/jk/native/STATUS.txt (original)
+++ tomcat/connectors/trunk/jk/native/STATUS.txt Fri Jul 27 03:43:57 2007
@@ -3,7 +3,7 @@
 
 Release:
 
-1.2.24  : in development
+1.2.24  : released July 27, 2007
 1.2.23  : released May 18, 2007
 1.2.22  : released April 17, 2007
 1.2.21  : released March 1, 2007

Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_version.h?view=diff&rev=560190&r1=560189&r2=560190
==
--- tomcat/connectors/trunk/jk/native/common/jk_version.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_version.h Fri Jul 27 03:43:57 
2007
@@ -33,7 +33,7 @@
 #define JK_VERBETA  0
 #define JK_BETASTRING   "0"
 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
-#define JK_VERISRELEASE 0
+#define JK_VERISRELEASE 1
 #define JK_VERRC0
 #define JK_RCSTRING "0"
 

Modified: tomcat/connectors/trunk/jk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/index.xml?view=diff&rev=560190&r1=560189&r2=560190
==
--- tomcat/connectors/trunk/jk/xdocs/index.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/index.xml Fri Jul 27 03:43:57 2007
@@ -29,6 +29,16 @@
 
 
 
+27 July 2007 - JK-1.2.24 
released
+The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Connectors 1.2.24 Stable.
+
+Download the http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.24/tomcat-connectors-1.2.24-src.tar.gz";>JK
 1.2.24 release sources
+ | http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.24/tomcat-connectors-1.2.24-src.tar.gz.asc";>PGP
 signature
+
+Download the http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/";>binaries
 for selected platforms.
+
+
 18 May 2007 - JK-1.2.23 
released
 The Apache Tomcat team is proud to announce the immediate availability
 of Tomcat Connectors 1.2.23 Stable.

Modified: tomcat/connectors/trunk/jk/xdocs/news/20070301.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/news/20070301.xml?view=diff&rev=560190&r1=560189&r2=560190
==
--- tomcat/connectors/trunk/jk/xdocs/news/20070301.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/news/20070301.xml Fri Jul 27 03:43:57 2007
@@ -15,6 +15,20 @@
 
 
 
+ 
+27 July - JK-1.2.24 released
+
+The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Connectors 1.2.24. This is a stable release adding new features
+and a few bug fixes to version 1.2.24.
+
+ Please see the ChangeLog for a 
full list of changes.
+
+If you find any bugs while using this release, please fill in the
+http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206";>Bugzilla
+Bug Report. When entering bug select Native:JK Component.
+
+
  
 18 May - JK-1.2.23 released
 



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



Re: Tagging JK 1.2.24

2007-07-27 Thread Mladen Turk

+1


Rainer Jung wrote:

Hi,

we had exactly 10 downloads of our quality check tarball since the 
announcement yesterday. Three of the testers reported back positively 
(one of them via direct mail), no reports were negative. Since I 
received already a lot of positive feedback from the preceding internal 
testing (6 testers, 7 platforms, all web server types), I propose to tag 
1.2.24 at 10:00 GMT and immediately start a vote. I hope the vote goes 
through, so we might announce the release early next week.


All changes I did since the test tarball only affected the docs, no code 
change.


Regards,

Rainer



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






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



svn commit: r560181 - /tomcat/connectors/trunk/jk/xdocs/style.xsl

2007-07-27 Thread rjung
Author: rjung
Date: Fri Jul 27 03:12:34 2007
New Revision: 560181

URL: http://svn.apache.org/viewvc?view=rev&rev=560181
Log:
Add another table style for the advanced workers options
in the reference guide. An additional column will
be used to indicate, for which type of worker an option
is applicable.

Modified:
tomcat/connectors/trunk/jk/xdocs/style.xsl

Modified: tomcat/connectors/trunk/jk/xdocs/style.xsl
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/style.xsl?view=diff&rev=560181&r1=560180&r2=560181
==
--- tomcat/connectors/trunk/jk/xdocs/style.xsl (original)
+++ tomcat/connectors/trunk/jk/xdocs/style.xsl Fri Jul 27 03:12:34 2007
@@ -279,7 +279,7 @@
 
   
 
-  
+  
   
 
   
@@ -323,7 +323,66 @@
 
   
 
-  
+  
+  
+
+  
+
+  Directive
+
+
+  Worker Type
+
+
+  Default
+
+
+  Description
+
+  
+  
+
+  
+
+  
+
+
+  
+
+  
+ 
+
+ 
+   
+  
+
+
+
+  ?
+  
+
+
+ 
+
+ 
+   
+  
+
+
+
+  -
+  
+
+
+  
+
+  
+
+  
+
+  
+
+  
   
 
   



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



svn commit: r560183 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/workers.xml

2007-07-27 Thread rjung
Author: rjung
Date: Fri Jul 27 03:25:54 2007
New Revision: 560183

URL: http://svn.apache.org/viewvc?view=rev&rev=560183
Log:
Enhance workers.properties reference guide:
- Add subsections about format, comments, white space
  variables and inheritance
- Added a new column to the advanced options, to indicate
  to which type of worker the option is applicable
- Reorder advanced options

Modified:
tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?view=diff&rev=560183&r1=560182&r2=560183
==
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Fri Jul 27 
03:25:54 2007
@@ -28,6 +28,10 @@
   
 
   
+  Documentation: Improved workers.properties description in the
+  reference guide. (rjung)
+  
+  
   Documentation: Add a HowTo about the various timeouts. rjung)
   
   

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=560183&r1=560182&r2=560183
==
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Fri Jul 27 03:25:54 
2007
@@ -44,30 +44,49 @@
 
 
 There are probably more reasons for having multiple workers but I guess that 
this list is enough...
+
+
 Tomcat workers are defined in a properties file dubbed 
workers.properties and this tutorial
 explains how to work with it.
 
 
 
-
+
 
-Each workers.properties directive consists of three words separated by dot. 
The first word is always
-worker. The second word is the worker name that can be any name. In the 
case of load-balancing,
-the worker name has an additional meaning. Please consult the
-Load Balancer HowTo.
+Defining workers to the Tomcat web server plugin can be done using a 
properties file
+(a sample file named workers.properties is available in the conf/ directory).
+
+
+
+
+
+The lines in the file define properties. The general format is
 
+=
 
-
-The name of the worker can contain only the alphanumeric characters 
[a-z][A-Z][0-9][_\-] and is case sensitive.
-
 
+Dots are used as part of the name to represent a configuration hierarchie.
+
+Invalid directives will be logged during web server startup and prevent the 
web server
+from working properly. Some directives have been deprecated. Although they will
+still work, you should replace them by their
+successors.
+
+
+Some directives are allowed multiple times. This will be explicitely
+noted in the tables below.
+
+
+Whitespace at the beginning and the end of a property name or value gets 
ignored.
+Comments can be placed in any line and start with a hash sign '#'.
+Any line contents behind the hash sign get ignored.
+
+
 
-
+
 
-The generic workers.properties directive is in the form:
-worker..=
-Defining workers to the Tomcat web server plugin can be done using a 
properties file
-(a sample file named workers.properties is available in the conf/ directory).
+
+These directives have global scope.
 
 
 
@@ -94,10 +113,85 @@
 
 
 
-
+
+
+
+Each worker configuration directive consists of three words separated by a dot:
+
+worker..=
+
+The first word is always worker. 
+The second word is the worker name you can choose. In the case of 
load-balancing,
+the worker name has an additional meaning. Please consult the
+Load Balancer HowTo.
+
+
+The name of the worker can contain only the alphanumeric characters
+[a-z][A-Z][0-9][_\-] and is case sensitive.
+
+
+
+
+
+
+You can define and use variables in the workers.properties file.
+To define a variable you use the syntax:
+
+=
+
+Dots are allowed in the variable name, but you have to be careful
+not to use variable names, that clash with standard directives.
+Therefore variable names should never start with "worker.".
+
+
+To use a variable, you can insert "$(variable_name)" at any place
+on the value side of a property line. If a variable has not been
+defined before its use, we will search the process environment for
+a variable with the same name and use their value.
+
+
+
+
+
+Often one wants to use the same property values for various workers.
+To reduce duplication of configuration lines and to ease the maintenance of
+the file, you can inherit properties from one worker to another, or even
+from a template to real workers.
+
+
+The directive "reference" allows to copy configurations between workers
+in a hierarchical way. If worker castor sets 
wor

DO NOT REPLY [Bug 42988] - java.lang.String.compareTo(Object) missing

2007-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42988


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-07-27 12:01 ---
If you look at the javadocs for String for Java 5 or higher, you will see that 
the String class does not contain a method compareTo(Object), only compareTo
(String).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



svn commit: r560422 - /tomcat/trunk/webapps/docs/config/cluster-manager.xml

2007-07-27 Thread fhanik
Author: fhanik
Date: Fri Jul 27 16:38:19 2007
New Revision: 560422

URL: http://svn.apache.org/viewvc?view=rev&rev=560422
Log:
Added missing attribute to the docs

Modified:
tomcat/trunk/webapps/docs/config/cluster-manager.xml

Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-manager.xml?view=diff&rev=560422&r1=560421&r2=560422
==
--- tomcat/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-manager.xml Fri Jul 27 16:38:19 
2007
@@ -89,6 +89,12 @@
The backup manager uses a replicated map, this map is sending and 
receiving messages.
You can setup the flag for how this map is sending messages, the 
default value is 8(asynchronous).
  
+ 
+   The timeout in seconds for doing a state transfer of all sessions when 
a node is started up. 
+   the default is 60 seconds.
+ 
+
+ 
 
   
 



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



Re: [VOTE] Releasing Tomcat Connectors 1.2.24

2007-07-27 Thread Mladen Turk


Apache Tomcat Connectors 1.2.24 is:

[x] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are



Regards,
Mladen

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