cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2005-07-05 Thread jfclere
jfclere 2005/07/05 01:56:58

  Modified:jk/native CHANGES.txt
  Log:
  Add a note to prevent other written in this file.
  
  Revision  ChangesPath
  1.27  +3 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- CHANGES.txt   9 Apr 2005 15:44:58 -   1.26
  +++ CHANGES.txt   5 Jul 2005 08:56:58 -   1.27
  @@ -1,5 +1,7 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:   -*-text-*-
   Last modified at [$Date$]
  +PLEASE DON'T WRITE IN THIS FILE BUT IN ../xdocs/changelog.xml AND USE 
../tools/jkrelease.sh
  +TO BUILD THE TEXT VERSION.
   
   Changes in JK 1.2.11
   * BUG 34358: Fix the load balance worker load balance method. It was not 
being
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2005-03-29 Thread mturk
mturk   2005/03/29 21:41:15

  Modified:jk/native CHANGES.txt
  Log:
  Update some changes
  
  Revision  ChangesPath
  1.25  +9 -6  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- CHANGES.txt   24 Mar 2005 10:26:51 -  1.24
  +++ CHANGES.txt   30 Mar 2005 05:41:15 -  1.25
  @@ -1,11 +1,14 @@
  -JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
  +JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:   -*-text-*-
   Last modified at [$Date$]
   
  +Changes in JK 1.2.10
  +* Do not mark the worker in error state if headers are larger then AJP13
  +  limit.
   Changes in JK 1.2.9
  - * lbfactor is now relationship between members, so worker.a.lbfactor=1 
and worker.b.lbfactor=1
  -   will give 50-50% load.
  - * Use of shm for load balancer via JkShmFile. Be sure to define 
JkShmFile /path/to/smfile 
  -   in your httpd.conf
  +* lbfactor is now relationship between members, so worker.a.lbfactor=1 
and worker.b.lbfactor=1
  +  will give 50-50% load.
  +* Use of shm for load balancer via JkShmFile. Be sure to define 
JkShmFile /path/to/smfile 
  +  in your httpd.conf
   * on Series you should use the latest PTF for Apache 2.0 (which is now 
2.0.52) and ad minima
 SI17402/SI17061 or cumulative including them.

  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2005-03-24 Thread hgomez
hgomez  2005/03/24 02:26:29

  Modified:jk/native CHANGES.txt
  Log:
  Some comments on changes, Mladen will add more later !)
  
  Revision  ChangesPath
  1.23  +15 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- CHANGES.txt   8 Oct 2004 11:08:47 -   1.22
  +++ CHANGES.txt   24 Mar 2005 10:26:29 -  1.23
  @@ -1,6 +1,20 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes in JK 1.2.9
  + * lbfactor is now relationship between members, so worker.a.lbfactor=1 
and worker.b.lbfactor=1
  +   will give 50-50% load.
  + * Use of shm for load balancer via JkShmFile. Be sure to define 
JkShmFile /path/to/smfile 
  +   in your httpd.conf
  +* on Series you should use the latest PTF for Apache 2.0 (which is now 
2.0.52) and ad minima
  +  SI17402/SI17061 or cumulative including them.
  +
  + (IBM HTTPD powered by Apache)
  + 
  +Changes in JK 1.2.8
  +* cachesize has changed from unlimited to limited, so it's basically a 
pool of connections 
  +  with recycle timeout like in mod_proxy for Apache 2.2.
  +  
   Changes with JK 1.2.7
   * Fix iis redirector that was figuring .properties
 file on each request [mturk]
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2005-03-24 Thread hgomez
hgomez  2005/03/24 02:26:51

  Modified:jk/native CHANGES.txt
  Log:
  Oups bad copy/paste
  
  Revision  ChangesPath
  1.24  +2 -4  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- CHANGES.txt   24 Mar 2005 10:26:29 -  1.23
  +++ CHANGES.txt   24 Mar 2005 10:26:51 -  1.24
  @@ -8,9 +8,7 @@
  in your httpd.conf
   * on Series you should use the latest PTF for Apache 2.0 (which is now 
2.0.52) and ad minima
 SI17402/SI17061 or cumulative including them.
  -
  - (IBM HTTPD powered by Apache)
  - 
  + 
   Changes in JK 1.2.8
   * cachesize has changed from unlimited to limited, so it's basically a 
pool of connections 
 with recycle timeout like in mod_proxy for Apache 2.2.
  
  
  

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



Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2005-03-24 Thread Jess Holle
[EMAIL PROTECTED] wrote:
 +Changes in JK 1.2.8
 +* cachesize has changed from unlimited to limited, so it's basically a pool of connections 
 +  with recycle timeout like in mod_proxy for Apache 2.2.
 

Is the cachesize setting for a per-worker-process pool, so the real pool 
size is (# of worker processes)*(cachesize)?

This is important to understanding how to set cachesize.  Also, I assume 
that one should keep the number of worker processes low then.  Why?  If 
one's Tomcat is throttling connections more than Apache, then one could 
end up with a very small pool in each Apache process -- possibly leading 
to this pool being exhausted far before the Apache worker process' 
threads are exhausted.  The desire is to throttle to a maximum number of 
Tomcat threads -- not throttle as a percentage of the first one or two 
Apache worker process' threads...

Am I misunderstanding something here?  [For now I have been configuring 
to have only 2 worker processes on UNIX for a little redundancy but each 
with a cachesize of 1/2 my Tomcat max threads setting.]

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


cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2004-10-08 Thread mturk
mturk   2004/10/08 04:08:47

  Modified:jk/native CHANGES.txt
  Log:
  Recent changes to jk.
  
  Revision  ChangesPath
  1.22  +7 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- CHANGES.txt   14 Jul 2004 14:49:40 -  1.21
  +++ CHANGES.txt   8 Oct 2004 11:08:47 -   1.22
  @@ -1,6 +1,12 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes with JK 1.2.7
  +* Fix iis redirector that was figuring .properties
  +  file on each request [mturk]
  +* Start fixing 64/32 bit compatibility issues [mturk]
  +* Indent all source files. [mturk]
  +
   Changes with JK 1.2.6
   * Fix POST Recovery problems in LB mode [hgomez]
   * Add CPING/CPONG support to avoid problems with hang tomcats [hgomez]
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2004-07-14 Thread hgomez
hgomez  2004/07/14 07:49:40

  Modified:jk/native CHANGES.txt
  Log:
  Comments no-jk and iSeries fix
  
  Revision  ChangesPath
  1.21  +8 -2  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- CHANGES.txt   24 Feb 2004 08:45:51 -  1.20
  +++ CHANGES.txt   14 Jul 2004 14:49:40 -  1.21
  @@ -6,7 +6,13 @@
   * Add CPING/CPONG support to avoid problems with hang tomcats [hgomez]
   * Make POST recovery in LB configurable [hgomez]
   * Update to Apache License 2.0 [hgomez]
  -
  +* For Apache 2.0, when the env var no-jk is present, mod_jk didn't handle 
request (declined)
  +  and as such dont forward requests to tomcats even if URL match.
  +  To be used with SetEnvIf or BrowserMatch directives for example to exclude 
some URL/URI or
  +  Browser [hgomez].
  +* Add a fix for iSeries (AS/400) which use XOPEN/Unix98 APIs and need sa_len to 
be set when
  +  calling connect(), it will resolve the error EINVAL in jk_connect [hgomez].
  +  
   Changes with JK 1.2.5
   * Fix a thread safe bug when mapping URI's.
 [billbarker]
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-09-06 Thread glenn
glenn   2003/09/06 20:49:40

  Modified:jk/native CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  1.18  +3 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- CHANGES.txt   24 Jul 2003 13:57:53 -  1.17
  +++ CHANGES.txt   7 Sep 2003 03:49:40 -   1.18
  @@ -2,6 +2,8 @@
   Last modified at [$Date$]
   
   Changes with JK 1.2.5
  +* Fix a thread safe bug when mapping URI's.
  +  [bbarker]
   * Fix a thread safe bug when resolving worker host name
 when using mod_jk with Apache 2 and the worker MPM.
 [hgomez]
  
  
  

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



Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-09-06 Thread Bill Barker

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, September 06, 2003 8:49 PM
Subject: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt


 glenn   2003/09/06 20:49:40

   Modified:jk/native CHANGES.txt
   Log:
   Update changes

   Revision  ChangesPath
   1.18  +3 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt

   Index: CHANGES.txt
   ===
   RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
   retrieving revision 1.17
   retrieving revision 1.18
   diff -u -r1.17 -r1.18
   --- CHANGES.txt 24 Jul 2003 13:57:53 - 1.17
   +++ CHANGES.txt 7 Sep 2003 03:49:40 - 1.18
   @@ -2,6 +2,8 @@
Last modified at [$Date$]

Changes with JK 1.2.5
   +* Fix a thread safe bug when mapping URI's.
   +  [bbarker]

I appreciate the cite, but 'bbarker' isn't a working identifier for me ;-).
On Apache, I'm billbarker.  Change it, don't change it, I really don't care.

* Fix a thread safe bug when resolving worker host name
  when using mod_jk with Apache 2 and the worker MPM.
  [hgomez]




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



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

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

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-09-06 Thread glenn
glenn   2003/09/06 21:20:47

  Modified:jk/native CHANGES.txt
  Log:
  Fix bill barker attribution
  
  Revision  ChangesPath
  1.19  +2 -2  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- CHANGES.txt   7 Sep 2003 03:49:40 -   1.18
  +++ CHANGES.txt   7 Sep 2003 04:20:47 -   1.19
  @@ -3,7 +3,7 @@
   
   Changes with JK 1.2.5
   * Fix a thread safe bug when mapping URI's.
  -  [bbarker]
  +  [billbarker]
   * Fix a thread safe bug when resolving worker host name
 when using mod_jk with Apache 2 and the worker MPM.
 [hgomez]
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-07-15 Thread glenn
glenn   2003/07/15 05:16:19

  Modified:jk/native CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  1.16  +11 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- CHANGES.txt   2 Jul 2003 12:16:41 -   1.15
  +++ CHANGES.txt   15 Jul 2003 12:16:19 -  1.16
  @@ -2,6 +2,16 @@
   Last modified at [$Date$]
   
   Changes with JK 1.2.5
  +* Remove an unnecessary error message when connections to
  +  all load balanced workers fail.
  +  [glenn]
  +* When mod_jk cannot connect to a worker include the name of
  +  the worker in the error message.  This is especially helpful
  +  when you are using load balanced workers.
  +  [glenn]
  +* Fix problem with mod_jk.log getting opened multiple times for
  +  Apache 2. Only one mod_jk.log can be configured.
  +  [glenn]
   * Fix Apache 2 connector so that DirectoryIndex works for an
 index.jsp page if JkOptions ForwardDirectories was configured.
 [hgomez]
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-07-02 Thread glenn
glenn   2003/07/02 05:16:41

  Modified:jk/native CHANGES.txt
  Log:
  Update release changes
  
  Revision  ChangesPath
  1.15  +9 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- CHANGES.txt   10 Jun 2003 14:11:53 -  1.14
  +++ CHANGES.txt   2 Jul 2003 12:16:41 -   1.15
  @@ -1,6 +1,14 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes with JK 1.2.5
  +* Fix Apache 2 connector so that DirectoryIndex works for an
  +  index.jsp page if JkOptions ForwardDirectories was configured.
  +  [hgomez]
  +* Fix exposure of JSP source if a //path/to.jsp URL was requested
  +  in Apache 1.3 and Apache 2.0 connector.
  +  [billbarker]
  +
   Changes with JK 1.2.4
   * Fix use of libtool for Apache mod_jk builds with more recent
 versions of Apache 2.
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread glenn
glenn   2003/06/10 06:37:10

  Modified:jk/native CHANGES.txt
  Log:
  Update changes for mod_jk 1.2.4 release
  
  Revision  ChangesPath
  1.13  +16 -4 jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- CHANGES.txt   16 Mar 2003 02:59:43 -  1.12
  +++ CHANGES.txt   10 Jun 2003 13:37:09 -  1.13
  @@ -1,6 +1,15 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes with JK 1.2.4
  +* Fix use of libtool for Apache mod_jk builds with more recent
  +  versions of Apache 2.
  +  [jfclere]
  +* Use reentrant version of strtok() for web server's which use
  +  threads. This fixes a thread safe bug under Apache 2 and the
  +  worker MPM.
  +  [glenn]
  +
   Changes with JK 1.2.3:
   * Add the ability to configure JkLog to pipe its log output to an
 executable such as Apache rotatelogs or cronolog.  Apache 2.0 only.
  @@ -11,13 +20,16 @@
 let Apache handle processing the error returned by Tomcat.
   * Added the load balancer sticky_session property. If set to 0
 requests with servlet SESSION ID's can be routed to any Tomcat
  -  worker. Default is 1, sessions are sticky. [glenn]
  +  worker. Default is 1, sessions are sticky.
  +  [glenn]
   * Cleaned up detection and reporting of aborted client connections.
 This cleanup also makes sure that mod_jk does not pass any requests
  -  on to Tomcat if the remote client aborted its connection. [glenn]
  +  on to Tomcat if the remote client aborted its connection.
  +  [glenn]
   * Fixed a bug in Apache 2.0 which caused a POST request forwarded to
 Tomcat to fail if it generated SSI directives which were post
  -  processed by mod_include. [glenn]
  +  processed by mod_include.
  +  [glenn]
   * Fixed a bug in JkRequestLogFormat when printing the request URI that
 could cause a URI with hex escapes sequences to be formatted wrong.
 [glenn]
  
  
  

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



Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread Jess M. Holle
Didn't 1.2.4 also fix the hook precedence for Apache 2 from 1.2.3 where 
Alias and mod_jk did not get along?

[In my testing it sure fixed this and it seems it should go into the 
change notes.]

--
Jess Holle
[EMAIL PROTECTED] wrote:

glenn   2003/06/10 06:37:10

 Modified:jk/native CHANGES.txt
 Log:
 Update changes for mod_jk 1.2.4 release
 
 Revision  ChangesPath
 1.13  +16 -4 jakarta-tomcat-connectors/jk/native/CHANGES.txt
 
 Index: CHANGES.txt
 ===
 RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
 retrieving revision 1.12
 retrieving revision 1.13
 diff -u -r1.12 -r1.13
 --- CHANGES.txt	16 Mar 2003 02:59:43 -	1.12
 +++ CHANGES.txt	10 Jun 2003 13:37:09 -	1.13
 @@ -1,6 +1,15 @@
  JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:			-*-text-*-
  Last modified at [$Date$]
  
 +Changes with JK 1.2.4
 +* Fix use of libtool for Apache mod_jk builds with more recent
 +  versions of Apache 2.
 +  [jfclere]
 +* Use reentrant version of strtok() for web server's which use
 +  threads. This fixes a thread safe bug under Apache 2 and the
 +  worker MPM.
 +  [glenn]
 +
  Changes with JK 1.2.3:
  * Add the ability to configure JkLog to pipe its log output to an
executable such as Apache rotatelogs or cronolog.  Apache 2.0 only.
 @@ -11,13 +20,16 @@
let Apache handle processing the error returned by Tomcat.
  * Added the load balancer sticky_session property. If set to 0
requests with servlet SESSION ID's can be routed to any Tomcat
 -  worker. Default is 1, sessions are sticky. [glenn]
 +  worker. Default is 1, sessions are sticky.
 +  [glenn]
  * Cleaned up detection and reporting of aborted client connections.
This cleanup also makes sure that mod_jk does not pass any requests
 -  on to Tomcat if the remote client aborted its connection. [glenn]
 +  on to Tomcat if the remote client aborted its connection.
 +  [glenn]
  * Fixed a bug in Apache 2.0 which caused a POST request forwarded to
Tomcat to fail if it generated SSI directives which were post
 -  processed by mod_include. [glenn]
 +  processed by mod_include.
 +  [glenn]
  * Fixed a bug in JkRequestLogFormat when printing the request URI that
could cause a URI with hex escapes sequences to be formatted wrong.
[glenn]
 
 
 

-
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]


cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt configure.in

2003-06-10 Thread glenn
glenn   2003/06/10 06:50:33

  Modified:jk/native Tag: JK_1_2_4 CHANGES.txt configure.in
  Log:
  Port recent changes to release branch
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.12.4.1  +16 -4 jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.12
  retrieving revision 1.12.4.1
  diff -u -r1.12 -r1.12.4.1
  --- CHANGES.txt   16 Mar 2003 02:59:43 -  1.12
  +++ CHANGES.txt   10 Jun 2003 13:50:32 -  1.12.4.1
  @@ -1,6 +1,15 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes with JK 1.2.4
  +* Fix use of libtool for Apache mod_jk builds with more recent
  +  versions of Apache 2.
  +  [jfclere]
  +* Use reentrant version of strtok() for web server's which use
  +  threads. This fixes a thread safe bug under Apache 2 and the
  +  worker MPM.
  +  [glenn]
  +
   Changes with JK 1.2.3:
   * Add the ability to configure JkLog to pipe its log output to an
 executable such as Apache rotatelogs or cronolog.  Apache 2.0 only.
  @@ -11,13 +20,16 @@
 let Apache handle processing the error returned by Tomcat.
   * Added the load balancer sticky_session property. If set to 0
 requests with servlet SESSION ID's can be routed to any Tomcat
  -  worker. Default is 1, sessions are sticky. [glenn]
  +  worker. Default is 1, sessions are sticky.
  +  [glenn]
   * Cleaned up detection and reporting of aborted client connections.
 This cleanup also makes sure that mod_jk does not pass any requests
  -  on to Tomcat if the remote client aborted its connection. [glenn]
  +  on to Tomcat if the remote client aborted its connection.
  +  [glenn]
   * Fixed a bug in Apache 2.0 which caused a POST request forwarded to
 Tomcat to fail if it generated SSI directives which were post
  -  processed by mod_include. [glenn]
  +  processed by mod_include.
  +  [glenn]
   * Fixed a bug in JkRequestLogFormat when printing the request URI that
 could cause a URI with hex escapes sequences to be formatted wrong.
 [glenn]
  
  
  
  1.23.2.1  +2 -1  jakarta-tomcat-connectors/jk/native/configure.in
  
  Index: configure.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/configure.in,v
  retrieving revision 1.23
  retrieving revision 1.23.2.1
  diff -u -r1.23 -r1.23.2.1
  --- configure.in  27 May 2003 13:04:46 -  1.23
  +++ configure.in  10 Jun 2003 13:50:32 -  1.23.2.1
  @@ -103,6 +103,7 @@
APXSCFLAGS=`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`
APXSCPPFLAGS=`${APXS} -q EXTRA_CPPFLAGS`
   APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk
  +LIBTOOL=`$APXS -q LIBTOOL`
   fi
   AC_MSG_RESULT([building connector for \$WEBSERVER\])
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread glenn
glenn   2003/06/10 07:11:53

  Modified:jk/native CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  1.14  +4 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CHANGES.txt   10 Jun 2003 13:37:09 -  1.13
  +++ CHANGES.txt   10 Jun 2003 14:11:53 -  1.14
  @@ -9,6 +9,9 @@
 threads. This fixes a thread safe bug under Apache 2 and the
 worker MPM.
 [glenn]
  +* Fix the Apache 2 mod_jk hook priority so that mod_jk works
  +  well with both mod_alias and mod_dir.
  +  [glenn]
   
   Changes with JK 1.2.3:
   * Add the ability to configure JkLog to pipe its log output to an
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread glenn
glenn   2003/06/10 07:12:18

  Modified:jk/native Tag: JK_1_2_4 CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.12.4.2  +4 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.12.4.1
  retrieving revision 1.12.4.2
  diff -u -r1.12.4.1 -r1.12.4.2
  --- CHANGES.txt   10 Jun 2003 13:50:32 -  1.12.4.1
  +++ CHANGES.txt   10 Jun 2003 14:12:18 -  1.12.4.2
  @@ -9,6 +9,9 @@
 threads. This fixes a thread safe bug under Apache 2 and the
 worker MPM.
 [glenn]
  +* Fix the Apache 2 mod_jk hook priority so that mod_jk works
  +  well with both mod_alias and mod_dir.
  +  [glenn]
   
   Changes with JK 1.2.3:
   * Add the ability to configure JkLog to pipe its log output to an
  
  
  

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



Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread Glenn Nielsen
Nice catch.  Changes updated.

I will be sending out the release announcement shortly.

Thanks,

Glenn

Jess M. Holle wrote:
Didn't 1.2.4 also fix the hook precedence for Apache 2 from 1.2.3 where 
Alias and mod_jk did not get along?

[In my testing it sure fixed this and it seems it should go into the 
change notes.]

--
Jess Holle
[EMAIL PROTECTED] wrote:

glenn   2003/06/10 06:37:10

 Modified:jk/native CHANGES.txt
 Log:
 Update changes for mod_jk 1.2.4 release
 
 Revision  ChangesPath
 1.13  +16 -4 jakarta-tomcat-connectors/jk/native/CHANGES.txt
 
 Index: CHANGES.txt
 ===
 RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
 retrieving revision 1.12
 retrieving revision 1.13
 diff -u -r1.12 -r1.13
 --- CHANGES.txt16 Mar 2003 02:59:43 -1.12
 +++ CHANGES.txt10 Jun 2003 13:37:09 -1.13
 @@ -1,6 +1,15 @@
  JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
  Last modified at [$Date$]
   +Changes with JK 1.2.4
 +* Fix use of libtool for Apache mod_jk builds with more recent
 +  versions of Apache 2.
 +  [jfclere]
 +* Use reentrant version of strtok() for web server's which use
 +  threads. This fixes a thread safe bug under Apache 2 and the
 +  worker MPM.
 +  [glenn]
 +
  Changes with JK 1.2.3:
  * Add the ability to configure JkLog to pipe its log output to an
executable such as Apache rotatelogs or cronolog.  Apache 2.0 
only.
 @@ -11,13 +20,16 @@
let Apache handle processing the error returned by Tomcat.
  * Added the load balancer sticky_session property. If set to 0
requests with servlet SESSION ID's can be routed to any Tomcat
 -  worker. Default is 1, sessions are sticky. [glenn]
 +  worker. Default is 1, sessions are sticky.
 +  [glenn]
  * Cleaned up detection and reporting of aborted client connections.
This cleanup also makes sure that mod_jk does not pass any 
requests
 -  on to Tomcat if the remote client aborted its connection. [glenn]
 +  on to Tomcat if the remote client aborted its connection.
 +  [glenn]
  * Fixed a bug in Apache 2.0 which caused a POST request 
forwarded to
Tomcat to fail if it generated SSI directives which were post
 -  processed by mod_include. [glenn]
 +  processed by mod_include.
 +  [glenn]
  * Fixed a bug in JkRequestLogFormat when printing the request 
URI that
could cause a URI with hex escapes sequences to be formatted 
wrong.
[glenn]
 
 
 

-
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]


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


cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-01-02 Thread glenn
glenn   2003/01/02 05:00:59

  Modified:jk/native CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  1.8   +3 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CHANGES.txt   30 Dec 2002 14:10:20 -  1.7
  +++ CHANGES.txt   2 Jan 2003 13:00:59 -   1.8
  @@ -4,6 +4,8 @@
   Changes with JK 1.2.3:
   * Add JkAutoAlias to Apache 2.0
 [glenn]
  +* Apache 2/1.3, if Tomcat returns an error but not content,
  +  let Apache handle processing the error returned by Tomcat.
   
   Changes with JK 1.2.2:
   * tomcat_trend.pl updated script to support changed logging of 
  
  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-12-30 Thread glenn
glenn   2002/12/30 06:10:20

  Modified:jk/native CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  1.7   +6 -2  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- CHANGES.txt   16 Dec 2002 14:50:50 -  1.6
  +++ CHANGES.txt   30 Dec 2002 14:10:20 -  1.7
  @@ -1,6 +1,10 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes with JK 1.2.3:
  +* Add JkAutoAlias to Apache 2.0
  +  [glenn]
  +
   Changes with JK 1.2.2:
   * tomcat_trend.pl updated script to support changed logging of 
 aborted requests
  @@ -28,4 +32,4 @@
 [hgomez]
   * Final patches to make JK iSeries compliant
 [hgomez]
  -  
  \ No newline at end of file
  +  
  
  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-12-16 Thread hgomez
hgomez  2002/12/16 06:50:50

  Modified:jk/native CHANGES.txt
  Log:
  Update Changelog ;-)
  
  Revision  ChangesPath
  1.6   +4 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CHANGES.txt   9 Dec 2002 13:28:55 -   1.5
  +++ CHANGES.txt   16 Dec 2002 14:50:50 -  1.6
  @@ -2,6 +2,9 @@
   Last modified at [$Date$]
   
   Changes with JK 1.2.2:
  +* tomcat_trend.pl updated script to support changed logging of 
  +  aborted requests
  +  [glenn]
   * jk set correctly the content-type in Apache 2.0,
 making it ready to works with mod_deflate and AddOutputFilterByType 
 [hgomez]
  
  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-12-09 Thread hgomez
hgomez  2002/12/09 05:28:55

  Modified:jk/native CHANGES.txt
  Log:
  comment changes
  
  Revision  ChangesPath
  1.5   +10 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CHANGES.txt   25 Nov 2002 15:29:38 -  1.4
  +++ CHANGES.txt   9 Dec 2002 13:28:55 -   1.5
  @@ -1,6 +1,15 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:-*-text-*-
   Last modified at [$Date$]
   
  +Changes with JK 1.2.2:
  +* jk set correctly the content-type in Apache 2.0,
  +  making it ready to works with mod_deflate and AddOutputFilterByType 
  +  [hgomez]
  +* jk will check result of get_endpoint and handle a failure.
  +  This call can fail if the allocation for the endpoint fails because of low 
memory conditions 
  +  causing a dereference of NULL when we try and access the endpoint
  +  [mmanders]
  +  
   Changes with JK 1.2.1:
   * Don't send initial chunk for chunked encoding, fix #14282
 [costin]
  
  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-25 Thread hgomez
hgomez  2002/11/25 02:53:45

  Modified:jk/native CHANGES.txt
  Log:
  Update changes
  
  Revision  ChangesPath
  1.3   +3 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CHANGES.txt   4 Nov 2002 12:50:24 -   1.2
  +++ CHANGES.txt   25 Nov 2002 10:53:45 -  1.3
  @@ -2,6 +2,8 @@
   Last modified at [$Date$]
   
   Changes with JK 1.2.1:
  +* Don't send initial chunk for chunked encoding
  +  [costin]
   * Add perl scripts for analyzing mod_jk logs and generating graphs/reports  
 [glenn]
   * Make JK honor the CanonicalHost directive.
  
  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread hgomez
hgomez  2002/11/04 04:48:30

  Added:   jk/native CHANGES.txt
  Log:
  Add a CHANGES to track update between releases
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG: -*-text-*-
  Last modified at [$Date: 2002/11/04 12:48:30 $]
  
  Changes with JK 1.2.1:
  * Make JK honor the CanonicalHost directive.
[hgomez]
  * Log cleanup
[costin]
  * Fix typos in jk xdocs/docs
[hgomez]
  * Add JkRequestLogFormat to Apache 2.0
[hgomez]
  * Final patches to make JK iSeries compliant
[hgomez]

  
  

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




cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread hgomez
hgomez  2002/11/04 04:50:24

  Modified:jk/native CHANGES.txt
  Log:
  Add comments about reports add-ons
  
  Revision  ChangesPath
  1.2   +3 -1  jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CHANGES.txt   4 Nov 2002 12:48:30 -   1.1
  +++ CHANGES.txt   4 Nov 2002 12:50:24 -   1.2
   -2,6 +2,8 
   Last modified at [$Date$]
   
   Changes with JK 1.2.1:
  +* Add perl scripts for analyzing mod_jk logs and generating graphs/reports  
  +  [glenn]
   * Make JK honor the CanonicalHost directive.
 [hgomez]
   * Log cleanup
  
  
  

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




Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread Henri Gomez
[EMAIL PROTECTED] wrote:

hgomez  2002/11/04 04:50:24

  Modified:jk/native CHANGES.txt
  Log:
  Add comments about reports add-ons


If nobody object, I'll tag jk 1.2.1 and make a release this week.

Regards



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




Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread Glenn Nielsen
Ignore this, I saw the two items below mentioned in the CHANGES.txt CVS commit.

Glenn Nielsen wrote:

Henri Gomez wrote:


[EMAIL PROTECTED] wrote:


hgomez  2002/11/04 04:50:24

  Modified:jk/native CHANGES.txt
  Log:
  Add comments about reports add-ons




If nobody object, I'll tag jk 1.2.1 and make a release this week.



Does this version have support for JkRequestLogFormat for Apache 2?

Will those perl scripts I committed be included?

Regards,

Glenn


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




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




Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread Henri Gomez
Glenn Nielsen wrote:

Henri Gomez wrote:


[EMAIL PROTECTED] wrote:


hgomez  2002/11/04 04:50:24

  Modified:jk/native CHANGES.txt
  Log:
  Add comments about reports add-ons




If nobody object, I'll tag jk 1.2.1 and make a release this week.



Does this version have support for JkRequestLogFormat for Apache 2?


yes


Will those perl scripts I committed be included?


also ;)




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




Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread Henri Gomez
jean-frederic clere wrote:

Henri Gomez wrote:


[EMAIL PROTECTED] wrote:


hgomez  2002/11/04 04:50:24

  Modified:jk/native CHANGES.txt
  Log:
  Add comments about reports add-ons




If nobody object, I'll tag jk 1.2.1 and make a release this week.



I would like to see 14086 fixed before the release. (The QA testers are 
complaining and I have no time for the moment).

Did the problem is related to jk or jk + TC 4.1.12 ?
What about when using jk + 3.3.1 ?




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