svn commit: r469666 - /tomcat/connectors/trunk/jk/xdocs/changelog.xml

2006-10-31 Thread rjung
Author: rjung Date: Tue Oct 31 13:44:39 2006 New Revision: 469666 URL: http://svn.apache.org/viewvc?view=rev&rev=469666 Log: Adding fix for 40856 to changelog. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL:

svn commit: r476528 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_ajp_common.h

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 06:26:01 2006 New Revision: 476528 URL: http://svn.apache.org/viewvc?view=rev&rev=476528 Log: Minor cleanups of socket handling - use JK_INVALID_SOCKET instead of -1 in all places - use 0 instead of -1 as default value of socket_timeout - all timeouts now

svn commit: r476532 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 06:54:22 2006 New Revision: 476532 URL: http://svn.apache.org/viewvc?view=rev&rev=476532 Log: Eliminate -1 or INVALID_SOCKET, use the existing defines and macros instead. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: to

svn commit: r476673 - in /tomcat/connectors/trunk/jk/native/common: jk_status.c jk_uri_worker_map.c jk_uri_worker_map.h

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 17:11:04 2006 New Revision: 476673 URL: http://svn.apache.org/viewvc?view=rev&rev=476673 Log: - Deprecated MATCH_TYPEs not used any longer - JkMountFile reload didn't really work when the original file and the new file contained rules, which only differ

svn commit: r476680 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 17:34:47 2006 New Revision: 476680 URL: http://svn.apache.org/viewvc?view=rev&rev=476680 Log: Fix operator precedence. Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_m

svn commit: r476690 - /tomcat/connectors/trunk/jk/conf/workers.properties

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 18:21:59 2006 New Revision: 476690 URL: http://svn.apache.org/viewvc?view=rev&rev=476690 Log: Fix typo. Modified: tomcat/connectors/trunk/jk/conf/workers.properties Modified: tomcat/connectors/trunk/jk/conf/workers.properties URL: http://svn.apache.org/vi

svn commit: r476695 - in /tomcat/connectors/trunk/jk/xdocs: ./ common/ config/ howto/ tools/

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 19:51:22 2006 New Revision: 476695 URL: http://svn.apache.org/viewvc?view=rev&rev=476695 Log: Minor documentation enhancement. Added: tomcat/connectors/trunk/jk/xdocs/tools/ tomcat/connectors/trunk/jk/xdocs/tools/project.xml (with props) to

svn commit: r476698 - /tomcat/connectors/trunk/jk/xdocs/changelog.xml

2006-11-18 Thread rjung
Author: rjung Date: Sat Nov 18 20:02:30 2006 New Revision: 476698 URL: http://svn.apache.org/viewvc?view=rev&rev=476698 Log: Add todays changes. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache

svn commit: r476809 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 04:50:28 2006 New Revision: 476809 URL: http://svn.apache.org/viewvc?view=rev&rev=476809 Log: Calculate the min connection pool size as ceiling(poolsize/2) instead of floor(poolsize/2). So w don't throw away all connections during maintenance, when the pool

svn commit: r476811 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 04:55:30 2006 New Revision: 476811 URL: http://svn.apache.org/viewvc?view=rev&rev=476811 Log: We calculated the min connection pool size relativ to the default pool size (1), instead of the real pool size. Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r476815 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 05:14:10 2006 New Revision: 476815 URL: http://svn.apache.org/viewvc?view=rev&rev=476815 Log: Fix comment typo. Always use >0 and <=0 when comparing timeout values. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/

svn commit: r476817 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 05:26:00 2006 New Revision: 476817 URL: http://svn.apache.org/viewvc?view=rev&rev=476817 Log: - Check if socket is still connected, even if socket_timeout=0. - Change log message levels according to their real severity. - Add a hint for the "all ... dead

svn commit: r476819 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h jk_util.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 05:49:08 2006 New Revision: 476819 URL: http://svn.apache.org/viewvc?view=rev&rev=476819 Log: Added another lb strategy: session based. Contributed by Takayuki Kaneko. This strategy does only make sense, if the sessions are a much stronger indicator of load

svn commit: r476821 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 06:10:55 2006 New Revision: 476821 URL: http://svn.apache.org/viewvc?view=rev&rev=476821 Log: Adding docs for the Session load balancing method. Enhancing docs for all other load balancing methods. Modified: tomcat/connectors/trunk/jk/xdocs/changelog

svn commit: r476849 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_logger.h common/jk_util.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 09:10:43 2006 New Revision: 476849 URL: http://svn.apache.org/viewvc?view=rev&rev=476849 Log: Part 1 of the vhost merge cleanup - Adding the missing key_size_indicator merge to Apache 2.0 - Adding the basic infra for having a vhost specific timestamp fo

svn commit: r476852 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 09:31:24 2006 New Revision: 476852 URL: http://svn.apache.org/viewvc?view=rev&rev=476852 Log: Reverting part of r476817. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r476856 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 09:36:56 2006 New Revision: 476856 URL: http://svn.apache.org/viewvc?view=rev&rev=476856 Log: Allowing the following directives in Apache 2.x only in the main server, not in vhosts: - JkWorkersFile - JkWorkerProperty - JkShmFile - JkShmSize They are truly global

svn commit: r476858 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 09:39:19 2006 New Revision: 476858 URL: http://svn.apache.org/viewvc?view=rev&rev=476858 Log: Removing file and method from log message test. This gets added automatically. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connec

svn commit: r476863 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:06:02 2006 New Revision: 476863 URL: http://svn.apache.org/viewvc?view=rev&rev=476863 Log: Fix a couple of typos. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: to

svn commit: r476865 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_global.h

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:17:01 2006 New Revision: 476865 URL: http://svn.apache.org/viewvc?view=rev&rev=476865 Log: Adding a default location for the log file and a message, if the default gets used. Making a define out of the default JkShmFile location. Modified: tomcat/connec

svn commit: r476878 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:48:05 2006 New Revision: 476878 URL: http://svn.apache.org/viewvc?view=rev&rev=476878 Log: Adding a couple if JK_IS_DEBUG_LEVEL(). Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache

svn commit: r476880 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:51:51 2006 New Revision: 476880 URL: http://svn.apache.org/viewvc?view=rev&rev=476880 Log: Adding the vhost to ap_log_error() where we used NULL, but a server_rec is available. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: to

svn commit: r476887 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:09:58 2006 New Revision: 476887 URL: http://svn.apache.org/viewvc?view=rev&rev=476887 Log: Some fixes to the Apache httpd 1.3 module: - Change source to destination when copying a table (used for JkMountCopy, taken from Apache 2.x) - Adding CHROOT trick to

svn commit: r476894 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:31:57 2006 New Revision: 476894 URL: http://svn.apache.org/viewvc?view=rev&rev=476894 Log: Adding a real config hierarchie for loggers with respect to vhosts. We try to keep track of the pathes and piped we already have opened. As long as they are writte in

svn commit: r476895 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:38:15 2006 New Revision: 476895 URL: http://svn.apache.org/viewvc?view=rev&rev=476895 Log: Whops: killed a semicolon in r476887. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_

svn commit: r476898 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:51:41 2006 New Revision: 476898 URL: http://svn.apache.org/viewvc?view=rev&rev=476898 Log: Now, that we have a logger for each vhost, let's use them. No more need to use the main_log. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

svn commit: r476917 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 12:52:04 2006 New Revision: 476917 URL: http://svn.apache.org/viewvc?view=rev&rev=476917 Log: More vhost config stuff - moving all post config actions to the init or post_config hooks (parsing formats, maps etc.) This makes merging the config easier. - Inh

svn commit: r476942 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 14:05:01 2006 New Revision: 476942 URL: http://svn.apache.org/viewvc?view=rev&rev=476942 Log: Fix two compilation errors in the modules. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_

svn commit: r478200 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-22 Thread rjung
Author: rjung Date: Wed Nov 22 08:02:50 2006 New Revision: 478200 URL: http://svn.apache.org/viewvc?view=rev&rev=478200 Log: Display of mapping rules does in status worker does make sense for all workers, ajp13 as well as lb. Modified: tomcat/connectors/trunk/jk/native/common/jk_stat

svn commit: r478208 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-22 Thread rjung
Author: rjung Date: Wed Nov 22 08:12:00 2006 New Revision: 478208 URL: http://svn.apache.org/viewvc?view=rev&rev=478208 Log: Inherit AliasDir and MountFile only if JkMountCopy is set. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/ap

svn commit: r478210 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp14_worker.c jk_uri_worker_map.c jk_uri_worker_map.h jk_worker.c

2006-11-22 Thread rjung
Author: rjung Date: Wed Nov 22 08:14:54 2006 New Revision: 478210 URL: http://svn.apache.org/viewvc?view=rev&rev=478210 Log: Adding a source type to the mapping rules. The different sources (worker.properties, JkMount, uriworkermap and ajp14) might need differences in their life cycle. The f

svn commit: r478268 - in /tomcat/connectors/trunk/jk/native/common: jk_status.c jk_uri_worker_map.c jk_uri_worker_map.h

2006-11-22 Thread rjung
Author: rjung Date: Wed Nov 22 10:10:20 2006 New Revision: 478268 URL: http://svn.apache.org/viewvc?view=rev&rev=478268 Log: - Add unsigned int -> text function for match type. - Use this function in status worker. The previous one didn't correctly handle the possible combination

svn commit: r478282 - /tomcat/connectors/trunk/jk/xdocs/changelog.xml

2006-11-22 Thread rjung
Author: rjung Date: Wed Nov 22 10:51:42 2006 New Revision: 478282 URL: http://svn.apache.org/viewvc?view=rev&rev=478282 Log: Update changelog with my commits of the last 4 days. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog

svn commit: r478537 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/apache.xml howto/apache.xml style.xsl

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 03:30:34 2006 New Revision: 478537 URL: http://svn.apache.org/viewvc?view=rev&rev=478537 Log: Adding more precise info about the apache configuration directives, especially context information, default values and inheritance rules for vhosts. Modified: to

svn commit: r478544 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/changelog.xml

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 04:17:22 2006 New Revision: 478544 URL: http://svn.apache.org/viewvc?view=rev&rev=478544 Log: Apache vhost JkOptions +/- merging: +base - -base + +vhost - -vhost Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trun

svn commit: r478710 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 15:24:16 2006 New Revision: 478710 URL: http://svn.apache.org/viewvc?view=rev&rev=478710 Log: Initialize new log_fmt to NULL for non-Apache. If it is NULL, the old default format will be used. Modified: tomcat/connectors/trunk/jk/native/common/jk_ut

svn commit: r478735 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 17:08:48 2006 New Revision: 478735 URL: http://svn.apache.org/viewvc?view=rev&rev=478735 Log: Changing new but misleading log message. Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r478736 - /tomcat/connectors/trunk/jk/native/common/jk_worker.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 17:10:18 2006 New Revision: 478736 URL: http://svn.apache.org/viewvc?view=rev&rev=478736 Log: Adding a little validation for maintain_time, like we use it for all other timing configurations. Modified: tomcat/connectors/trunk/jk/native/common/jk_work

svn commit: r478739 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 17:31:42 2006 New Revision: 478739 URL: http://svn.apache.org/viewvc?view=rev&rev=478739 Log: Part 1 of the big jk_status overhaul: Minor and local changes. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trun

svn commit: r478746 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h jk_shm.h jk_status.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 18:13:59 2006 New Revision: 478746 URL: http://svn.apache.org/viewvc?view=rev&rev=478746 Log: Adding locking strategy and balancing method as manageable to the status worker. Since the shm worker gets longer and longer, and since it contains quite a few mem

svn commit: r478749 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 18:26:05 2006 New Revision: 478749 URL: http://svn.apache.org/viewvc?view=rev&rev=478749 Log: Major jk status additions for the html mime type: - two views for showing things: list=full list like we already had, show=only one worker - edit for the configura

svn commit: r478750 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 18:36:15 2006 New Revision: 478750 URL: http://svn.apache.org/viewvc?view=rev&rev=478750 Log: Remove unused variable. Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_m

svn commit: r478751 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-23 Thread rjung
Author: rjung Date: Thu Nov 23 18:39:09 2006 New Revision: 478751 URL: http://svn.apache.org/viewvc?view=rev&rev=478751 Log: Fix two compiler warnings. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL:

svn commit: r479235 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-25 Thread rjung
Author: rjung Date: Sat Nov 25 15:44:40 2006 New Revision: 479235 URL: http://svn.apache.org/viewvc?view=rev&rev=479235 Log: - partially undo r476817: if there exist connections, but all of them are broken, reconnect only during the next retry. If retries=1 in configuration, this al

svn commit: r479311 - /tomcat/connectors/trunk/jk/native/nt_service/jk_nt_service.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 00:52:44 2006 New Revision: 479311 URL: http://svn.apache.org/viewvc?view=rev&rev=479311 Log: Untabify. Modified: tomcat/connectors/trunk/jk/native/nt_service/jk_nt_service.c Modified: tomcat/connectors/trunk/jk/native/nt_service/jk_nt_service.c URL:

svn commit: r479312 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 00:54:36 2006 New Revision: 479312 URL: http://svn.apache.org/viewvc?view=rev&rev=479312 Log: Untabify Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c URL:

svn commit: r479313 - in /tomcat/connectors/trunk/jk/native/common: jk_util.c jk_util.h

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 00:59:48 2006 New Revision: 479313 URL: http://svn.apache.org/viewvc?view=rev&rev=479313 Log: - Remove unused function declaration - Add new config options, used for the status worker: - css (this one existed before, but was configured using the gen

svn commit: r479314 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 01:04:47 2006 New Revision: 479314 URL: http://svn.apache.org/viewvc?view=rev&rev=479314 Log: - Adding a new constant, used later in the status worker. - Adding two new useful debug messages. - removed trailing white space. Modified: tomcat/connectors/t

svn commit: r479316 [1/2] - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 01:17:17 2006 New Revision: 479316 URL: http://svn.apache.org/viewvc?view=rev&rev=479316 Log: The big status worker update: 1) Added our standard TRACE messages 2) Added a couple of debug, info and warn log messages 3) Added constants for attribute names and va

svn commit: r479318 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 01:40:50 2006 New Revision: 479318 URL: http://svn.apache.org/viewvc?view=rev&rev=479318 Log: Adding read_only and user as status worker attributes to the docs. Update for the changelog, all items concerning the status worker. Modified: tomcat/connectors/t

svn commit: r479327 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 02:05:38 2006 New Revision: 479327 URL: http://svn.apache.org/viewvc?view=rev&rev=479327 Log: Fix a couple of compile time warnings (unused vars and int/unsigned int conversion) Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: to

svn commit: r479328 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 02:15:13 2006 New Revision: 479328 URL: http://svn.apache.org/viewvc?view=rev&rev=479328 Log: Another compiler, another warning. Fixed it. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r479376 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 08:34:38 2006 New Revision: 479376 URL: http://svn.apache.org/viewvc?view=rev&rev=479376 Log: Adding max_packet_size to docs. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified: to

svn commit: r479378 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/project.xml config/uriworkermap.xml project.xml

2006-11-26 Thread rjung
Author: rjung Date: Sun Nov 26 08:36:47 2006 New Revision: 479378 URL: http://svn.apache.org/viewvc?view=rev&rev=479378 Log: New doc page for uriworkermap. Added: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml (with props) Modified: tomcat/connectors/trunk/jk/x

svn commit: r479601 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ native/netscape/ xdocs/ xdocs/config/

2006-11-27 Thread rjung
Author: rjung Date: Mon Nov 27 04:22:29 2006 New Revision: 479601 URL: http://svn.apache.org/viewvc?view=rev&rev=479601 Log: Making uriworkermap reload time configurable, at the moment only for Apache. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connec

svn commit: r479606 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-11-27 Thread rjung
Author: rjung Date: Mon Nov 27 04:36:49 2006 New Revision: 479606 URL: http://svn.apache.org/viewvc?view=rev&rev=479606 Log: Fix wrong struct member type for new attribute. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache

svn commit: r479630 - /tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml

2006-11-27 Thread rjung
Author: rjung Date: Mon Nov 27 06:20:21 2006 New Revision: 479630 URL: http://svn.apache.org/viewvc?view=rev&rev=479630 Log: Correkt IIS info on uriworkermap reload interval. Modified: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml Modified: tomcat/connectors/trunk/jk/xdocs/co

svn commit: r479835 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/ webserver_howto/

2006-11-27 Thread rjung
Author: rjung Date: Mon Nov 27 17:14:10 2006 New Revision: 479835 URL: http://svn.apache.org/viewvc?view=rev&rev=479835 Log: Adding new dirs to start docs reorg. Added: tomcat/connectors/trunk/jk/xdocs/miscellaneous/ tomcat/connectors/trunk/jk/xdocs/webserver_h

svn commit: r479837 - in /tomcat/connectors/trunk/jk/xdocs: ajp/ generic_howto/

2006-11-27 Thread rjung
Author: rjung Date: Mon Nov 27 17:22:34 2006 New Revision: 479837 URL: http://svn.apache.org/viewvc?view=rev&rev=479837 Log: Another two dirs for doc reorg. Added: tomcat/connectors/trunk/jk/xdocs/ajp/ tomcat/connectors/trunk/jk/xdocs/generic_h

svn commit: r479842 [2/2] - in /tomcat/connectors/trunk/jk/xdocs: ./ ajp/ common/ config/ generic_howto/ howto/ miscellaneous/ news/ tools/ webserver_howto/

2006-11-27 Thread rjung
Copied: tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml (from r479836, tomcat/connectors/trunk/jk/xdocs/howto/apache.xml) URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml?view=diff&rev=479842&p1=tomcat/connectors/trunk/jk/xdocs/howto/apache

svn commit: r479961 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-28 Thread rjung
Author: rjung Date: Tue Nov 28 01:33:48 2006 New Revision: 479961 URL: http://svn.apache.org/viewvc?view=rev&rev=479961 Log: Fix compiler warnings. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL:

svn commit: r479963 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-28 Thread rjung
Author: rjung Date: Tue Nov 28 01:44:04 2006 New Revision: 479963 URL: http://svn.apache.org/viewvc?view=rev&rev=479963 Log: Adding "back" links to the form views (edit) of the status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/conne

svn commit: r479969 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-28 Thread rjung
Author: rjung Date: Tue Nov 28 01:56:10 2006 New Revision: 479969 URL: http://svn.apache.org/viewvc?view=rev&rev=479969 Log: Add easier to detect result message to the end of status worker output. Should help with automation. Modified: tomcat/connectors/trunk/jk/native/common/jk_stat

svn commit: r481553 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-02 Thread rjung
Author: rjung Date: Sat Dec 2 04:31:10 2006 New Revision: 481553 URL: http://svn.apache.org/viewvc?view=rev&rev=481553 Log: Replace "-" by "_" in attribute name time-to-recover to make naming compliant with ant nameing restrictions (this helps for the jkstatus ant tasks

svn commit: r481556 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-02 Thread rjung
Author: rjung Date: Sat Dec 2 05:14:02 2006 New Revision: 481556 URL: http://svn.apache.org/viewvc?view=rev&rev=481556 Log: Changing return type of argument passing in status worker to a three value type (JK_TRUE, JK_FALSE and JK_UNSET). JK_UNSET is used to distinguish an empty parameter fr

svn commit: r481759 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 03:59:36 2006 New Revision: 481759 URL: http://svn.apache.org/viewvc?view=rev&rev=481759 Log: Update JK release skript according to new documentation structure. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/t

svn commit: r481770 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ native/netscape/ xdocs/ajp/ xdocs/config/ xdocs/miscellaneous/

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 04:55:56 2006 New Revision: 481770 URL: http://svn.apache.org/viewvc?view=rev&rev=481770 Log: Rename jvm_route to route: - You can still use the old name in the worker configuration. In case of conflicts, the new name will win. - Added jvm_route to the deprec

svn commit: r481775 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/config/apache.xml xdocs/miscellaneous/changelog.xml xdocs/webserver_howto/apache.xml

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 05:57:46 2006 New Revision: 481775 URL: http://svn.apache.org/viewvc?view=rev&rev=481775 Log: Apache: Fix incorrect handling of JkEnvVar when Vars are set multiple times. Allow omitting of default value (which means default is empty string). Modified: to

svn commit: r482060 - in /tomcat/connectors/trunk/jk/native/common: jk_util.c jk_util.h

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 20:28:07 2006 New Revision: 482060 URL: http://svn.apache.org/viewvc?view=rev&rev=482060 Log: Cleanup jk_util.c a little: - num_of_wokers -> num_of_workers - use "num" instead of "num_*" mostly Add three more properties for use in status w

svn commit: r482072 [1/2] - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 20:57:49 2006 New Revision: 482072 URL: http://svn.apache.org/viewvc?view=rev&rev=482072 Log: Further improvements for the status worker: - New output style "mime=prop" for property type output. Format includes lines for attributes mount, balance

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

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 21:26:26 2006 New Revision: 482084 URL: http://svn.apache.org/viewvc?view=rev&rev=482084 Log: Update docs and changelog with last status worker extensions. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/connectors/trunk/jk/x

svn commit: r482086 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 21:32:36 2006 New Revision: 482086 URL: http://svn.apache.org/viewvc?view=rev&rev=482086 Log: Fix a couple of compiler warnings. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

svn commit: r482756 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2006-12-05 Thread rjung
Author: rjung Date: Tue Dec 5 12:13:48 2006 New Revision: 482756 URL: http://svn.apache.org/viewvc?view=rev&rev=482756 Log: Dropping one of the two jk_endpoint members of the lb_endpoint. I could find not s single line apart from the deleted, where the jk_endpoint named "e" was us

svn commit: r483087 - in /tomcat/connectors/trunk/jk/xdocs: ./ ajp/ config/ generic_howto/ miscellaneous/ news/ reference/ webserver_howto/

2006-12-06 Thread rjung
Author: rjung Date: Wed Dec 6 06:20:35 2006 New Revision: 483087 URL: http://svn.apache.org/viewvc?view=rev&rev=483087 Log: Renaming the config dir of the docs to reference and using the title Reference Guide in the docs. Added: tomcat/connectors/trunk/jk/xdocs/reference/ to

svn commit: r483115 [1/2] - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-06 Thread rjung
Author: rjung Date: Wed Dec 6 07:36:46 2006 New Revision: 483115 URL: http://svn.apache.org/viewvc?view=rev&rev=483115 Log: Last huge status worker renovation for 1.2.20: Adding a jk_map which holds all the request properties to the status_endpoint_t. As a consequence, the endpoint is no lo

svn commit: r483244 - in /tomcat/connectors/trunk/jk/xdocs: ./ ajp/ generic_howto/ miscellaneous/ news/ reference/ webserver_howto/

2006-12-06 Thread rjung
Author: rjung Date: Wed Dec 6 13:37:59 2006 New Revision: 483244 URL: http://svn.apache.org/viewvc?view=rev&rev=483244 Log: Added status worker reference page. Added: tomcat/connectors/trunk/jk/xdocs/reference/status.xml (with props) Modified: tomcat/connectors/trunk/jk/xdocs

svn commit: r485049 - /tomcat/connectors/trunk/jk/xdocs/reference/status.xml

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 11:30:54 2006 New Revision: 485049 URL: http://svn.apache.org/viewvc?view=rev&rev=485049 Log: Adding version information and compatibility disclaimers to the new status worker documentation page. Modified: tomcat/connectors/trunk/jk/xdocs/reference/status

svn commit: r485059 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 12:49:27 2006 New Revision: 485059 URL: http://svn.apache.org/viewvc?view=rev&rev=485059 Log: Don't use abbreviations in the output of the status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/

svn commit: r485089 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 15:32:04 2006 New Revision: 485089 URL: http://svn.apache.org/viewvc?view=rev&rev=485089 Log: status worker fixes: - use int format instead of unsigned int. - update vars before logging them Modified: tomcat/connectors/trunk/jk/native/common/jk_stat

svn commit: r485091 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_status.c jk_util.c jk_util.h

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 15:41:01 2006 New Revision: 485091 URL: http://svn.apache.org/viewvc?view=rev&rev=485091 Log: Introduce general pupose conversion function int -> string and string -> int. Use it in map and in status worker. Modified: tomcat/connectors/trunk/jk/nat

svn commit: r485092 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h jk_status.c jk_util.c

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 15:50:44 2006 New Revision: 485092 URL: http://svn.apache.org/viewvc?view=rev&rev=485092 Log: Introduce general purpose functions for parsing activation, state, method and lock strings. Use them in jk_util and in status worker. This enables to update via st

svn commit: r485093 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 15:54:54 2006 New Revision: 485093 URL: http://svn.apache.org/viewvc?view=rev&rev=485093 Log: Replace Maps container in status worker by an additional attribute map_count. This way maps and members are handled similarly. Modified: tomcat/connectors/trun

svn commit: r485095 - /tomcat/connectors/trunk/jk/xdocs/reference/status.xml

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 16:16:01 2006 New Revision: 485095 URL: http://svn.apache.org/viewvc?view=rev&rev=485095 Log: Update attribute usage in status worker docs page. Modified: tomcat/connectors/trunk/jk/xdocs/reference/status.xml Modified: tomcat/connectors/trunk/jk/x

svn commit: r485097 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2006-12-09 Thread rjung
Author: rjung Date: Sat Dec 9 16:17:40 2006 New Revision: 485097 URL: http://svn.apache.org/viewvc?view=rev&rev=485097 Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

svn commit: r487981 - in /tomcat/connectors/trunk/jk: native/ native/common/ native/iis/ native/iis/installer/ xdocs/miscellaneous/

2006-12-17 Thread rjung
Author: rjung Date: Sun Dec 17 05:53:14 2006 New Revision: 487981 URL: http://svn.apache.org/viewvc?view=rev&rev=487981 Log: Start dev cycle for version 1.2.21: increase version number etc. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/co

svn commit: r487982 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-12-17 Thread rjung
Author: rjung Date: Sun Dec 17 05:54:10 2006 New Revision: 487982 URL: http://svn.apache.org/viewvc?view=rev&rev=487982 Log: Fix missing format char for worker name in log message. This one was missing since we introduced that message. Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r487990 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-12-17 Thread rjung
Author: rjung Date: Sun Dec 17 06:52:54 2006 New Revision: 487990 URL: http://svn.apache.org/viewvc?view=rev&rev=487990 Log: Use correct windows line endings for log file on WIN32 platform. Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified: tomcat/connectors/trun

svn commit: r488992 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2006-12-20 Thread rjung
Author: rjung Date: Wed Dec 20 01:21:23 2006 New Revision: 488992 URL: http://svn.apache.org/viewvc?view=rev&rev=488992 Log: Fix default values of "retries" in doc. Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/x

svn commit: r489233 - in /tomcat/site/trunk: docs/download-connectors.html docs/faq/misc.html docs/faq/printer/misc.html xdocs/download-connectors.xml

2006-12-20 Thread rjung
Author: rjung Date: Wed Dec 20 16:27:48 2006 New Revision: 489233 URL: http://svn.apache.org/viewvc?view=rev&rev=489233 Log: Update tomcat site for JK download 1.2.19 -> 1.2.20. Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/docs/faq/misc.html tomc

svn commit: r489581 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2006-12-22 Thread rjung
Author: rjung Date: Fri Dec 22 00:43:15 2006 New Revision: 489581 URL: http://svn.apache.org/viewvc?view=rev&rev=489581 Log: Another fix for the changed retries default value (docs). Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/x

svn commit: r490578 - /tomcat/connectors/trunk/jk/native/common/jk_global.h

2006-12-27 Thread rjung
Author: rjung Date: Wed Dec 27 14:25:28 2006 New Revision: 490578 URL: http://svn.apache.org/viewvc?view=rev&rev=490578 Log: Fix global defines for Netware. Thanks to Guenther. Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-05 Thread rjung
Author: rjung Date: Fri Jan 5 13:57:03 2007 New Revision: 493203 URL: http://svn.apache.org/viewvc?view=rev&rev=493203 Log: Carry over Mladen's lineends.pl improvements from jni to jk (and kill one trailing space). Modified: tomcat/connectors/trunk/jk/tools/lineends.pl tomcat/c

svn commit: r493861 - /tomcat/connectors/trunk/KEYS

2007-01-07 Thread rjung
Author: rjung Date: Sun Jan 7 14:06:06 2007 New Revision: 493861 URL: http://svn.apache.org/viewvc?view=rev&rev=493861 Log: Adding signing key of guenter knauf. He provides signed Netware binaries for mod_jk. Modified: tomcat/connectors/trunk/KEYS Modified: tomcat/connectors/trunk/KEYS

svn commit: r493978 - /tomcat/connectors/trunk/KEYS

2007-01-08 Thread rjung
Author: rjung Date: Mon Jan 8 00:11:18 2007 New Revision: 493978 URL: http://svn.apache.org/viewvc?view=rev&rev=493978 Log: Fix key fingerprint of Guenter Knauf. Modified: tomcat/connectors/trunk/KEYS Modified: tomcat/connectors/trunk/KEYS URL: http://svn.apache.org/viewvc/to

svn commit: r494538 - in /tomcat/connectors/trunk/jk/xdocs/reference: apache.xml workers.xml

2007-01-09 Thread rjung
Author: rjung Date: Tue Jan 9 11:39:16 2007 New Revision: 494538 URL: http://svn.apache.org/viewvc?view=rev&rev=494538 Log: Add two small enhancements to the reference guide: - unit of connection_pool_timeout is seconds (most other timeouts are ms) - JkLogFile in apache only has a default v

svn commit: r496807 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2007-01-16 Thread rjung
Author: rjung Date: Tue Jan 16 10:14:24 2007 New Revision: 496807 URL: http://svn.apache.org/viewvc?view=rev&rev=496807 Log: Fix segfault in feature fail_on_status (wrong order of log arguments). Patch by Juri Haberland. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_comm

svn commit: r500534 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_shm.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 06:14:00 2007 New Revision: 500534 URL: http://svn.apache.org/viewvc?view=rev&rev=500534 Log: Improve data synchronization between different processes (use sequence number more carefully). Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_work

svn commit: r500537 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml x

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 06:41:05 2007 New Revision: 500537 URL: http://svn.apache.org/viewvc?view=rev&rev=500537 Log: Do not try to recover load balancer sub workers multiple times in parallel (except when doing forced recovery). Use additional runtime states "PROBE" and &qu

svn commit: r500540 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 06:58:59 2007 New Revision: 500540 URL: http://svn.apache.org/viewvc?view=rev&rev=500540 Log: Add status worker feature, that allows to mark an errored lb sub worker administratively for recovery. Modified: tomcat/connectors/trunk/jk/native/common/jk_stat

svn commit: r500543 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml xdocs/reference/workers.xml

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 07:15:48 2007 New Revision: 500543 URL: http://svn.apache.org/viewvc?view=rev&rev=500543 Log: - Allow a user of a read/write status worker to switch it to and from read_only mode temporarily. - Do not show read/write commands in a read_only status wo

<    1   2   3   4   5   6   7   8   9   10   >