svn commit: r451742 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2006-10-01 Thread rjung
Author: rjung Date: Sun Oct 1 05:19:01 2006 New Revision: 451742 URL: http://svn.apache.org/viewvc?view=revrev=451742 Log: Update download version for mod_jk from 1.2.18 to 1.2.19. I did this already on the web site as part of the release process, but forgot to update the svn sources for the web

svn commit: r462662 - in /tomcat/connectors/trunk/jk/native: iis/jk_isapi_plugin.c netscape/jk_nsapi_plugin.c

2006-10-10 Thread rjung
Author: rjung Date: Tue Oct 10 19:05:15 2006 New Revision: 462662 URL: http://svn.apache.org/viewvc?view=revrev=462662 Log: Adding reference feature to iis and netscape. I forgot to do that after integrating it in apache. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

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

2006-10-10 Thread rjung
Author: rjung Date: Tue Oct 10 19:31:43 2006 New Revision: 462665 URL: http://svn.apache.org/viewvc?view=revrev=462665 Log: Adding my changes since 1.2.19. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http

svn commit: r464922 - in /tomcat/connectors/trunk/jk: native/common/jk_map.c xdocs/changelog.xml

2006-10-17 Thread rjung
Author: rjung Date: Tue Oct 17 06:23:25 2006 New Revision: 464922 URL: http://svn.apache.org/viewvc?view=revrev=464922 Log: Fixing BZ 40774: Wrong termination detection for feature reference. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c tomcat/connectors/trunk/jk/xdocs

svn commit: r465304 - /tomcat/connectors/trunk/jk/xdocs/index.xml

2006-10-18 Thread rjung
Author: rjung Date: Wed Oct 18 10:12:35 2006 New Revision: 465304 URL: http://svn.apache.org/viewvc?view=revrev=465304 Log: Ups: Forgot to delete two memo lines. Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http

svn commit: r469198 - /tomcat/container/tc5.5.x/webapps/docs/logging.xml

2006-10-30 Thread rjung
Author: rjung Date: Mon Oct 30 09:10:40 2006 New Revision: 469198 URL: http://svn.apache.org/viewvc?view=revrev=469198 Log: Correct URL typo for java.util.logging API docs. Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml Modified: tomcat/container/tc5.5.x/webapps/docs

svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2006-10-31 Thread rjung
Author: rjung Date: Tue Oct 31 13:41:45 2006 New Revision: 469665 URL: http://svn.apache.org/viewvc?view=revrev=469665 Log: Fix for BZ 40856: When mapping URLs we use case sensitive comparisons since version 1.2.19. Unfortunately when adding mappings, we only add an entry, if there is no other

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=revrev=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: http

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=revrev=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=revrev=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: tomcat

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=revrev=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 differed

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=revrev=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_map.c

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=revrev=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 has size

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=revrev=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/common

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=revrev=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/connectors/trunk

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=revrev=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 message

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=revrev=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 than

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=revrev=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.xml

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=revrev=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 format Modified

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=revrev=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 URL

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=revrev=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: tomcat

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=revrev=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/connectors

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=revrev=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-1.3/mod_jk.c

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=revrev=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: tomcat

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=revrev=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

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=revrev=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

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=revrev=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_jk.c

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=revrev=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 Modified

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=revrev=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. - Inherit

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=revrev=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_jk.c

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=revrev=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_status.c

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=revrev=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/apache

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=revrev=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 first

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=revrev=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.xml

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=revrev=478537 Log: Adding more precise info about the apache configuration directives, especially context information, default values and inheritance rules for vhosts. Modified: tomcat

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=revrev=478544 Log: Apache vhost JkOptions +/- merging: +base - -base + +vhost - -vhost Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk

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=revrev=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_util.c

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=revrev=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_worker.c

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=revrev=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/trunk/jk

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=revrev=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 members

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=revrev=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 configuration

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=revrev=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_map.c

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=revrev=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: http

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=revrev=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 allows

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=revrev=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: http

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=revrev=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: http

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=revrev=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/trunk/jk

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=revrev=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 values

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=revrev=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/trunk

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=revrev=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: tomcat

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=revrev=479328 Log: Another compiler, another warning. Fixed it. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common

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=revrev=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: tomcat

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=revrev=479378 Log: New doc page for uriworkermap. Added: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml (with props) Modified: tomcat/connectors/trunk/jk/xdocs

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=revrev=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/connectors/trunk

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=revrev=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-2.0

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=revrev=479630 Log: Correkt IIS info on uriworkermap reload interval. Modified: tomcat/connectors/trunk/jk/xdocs/config/uriworkermap.xml Modified: tomcat/connectors/trunk/jk/xdocs/config

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=revrev=479835 Log: Adding new dirs to start docs reorg. Added: tomcat/connectors/trunk/jk/xdocs/miscellaneous/ tomcat/connectors/trunk/jk/xdocs/webserver_howto

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=revrev=479837 Log: Another two dirs for doc reorg. Added: tomcat/connectors/trunk/jk/xdocs/ajp/ tomcat/connectors/trunk/jk/xdocs/generic_howto

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:

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=revrev=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: http

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=revrev=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/connectors/trunk/jk

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=revrev=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_status.c

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=revrev=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). Modified: tomcat

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=revrev=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 from

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=revrev=481759 Log: Update JK release skript according to new documentation structure. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/tools

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=revrev=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 deprecated

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=revrev=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: tomcat

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=revrev=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 worker: - prefix to define

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=revrev=482072 Log: Further improvements for the status worker: - New output style mime=prop for property type output. Format includes lines for attributes mount, balance_workers, list - New

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=revrev=482084 Log: Update docs and changelog with last status worker extensions. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/connectors/trunk/jk/xdocs

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=revrev=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 URL

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=revrev=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 used. Also tests

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=revrev=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/ tomcat

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=revrev=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 longer

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=revrev=483244 Log: Added status worker reference page. Added: tomcat/connectors/trunk/jk/xdocs/reference/status.xml (with props) Modified: tomcat/connectors/trunk/jk/xdocs/ajp

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=revrev=485049 Log: Adding version information and compatibility disclaimers to the new status worker documentation page. Modified: tomcat/connectors/trunk/jk/xdocs/reference/status.xml

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=revrev=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/jk/native

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=revrev=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_status.c

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=revrev=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/native/common

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=revrev=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 status

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=revrev=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/trunk/jk

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=revrev=485095 Log: Update attribute usage in status worker docs page. Modified: tomcat/connectors/trunk/jk/xdocs/reference/status.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference

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=revrev=485097 Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL

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=revrev=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/common

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=revrev=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/common

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=revrev=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/trunk/jk

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=revrev=488992 Log: Fix default values of retries in doc. Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

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=revrev=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 tomcat/site

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=revrev=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/xdocs

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=revrev=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/common

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=revrev=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/connectors

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=revrev=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 URL

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=revrev=493978 Log: Fix key fingerprint of Guenter Knauf. Modified: tomcat/connectors/trunk/KEYS Modified: tomcat/connectors/trunk/KEYS URL: http://svn.apache.org/viewvc/tomcat

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=revrev=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 value

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=revrev=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_common.c

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=revrev=500534 Log: Improve data synchronization between different processes (use sequence number more carefully). Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

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=revrev=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 FORCED. Typical state

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=revrev=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_status.c

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=revrev=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 worker. Modified

svn commit: r500550 - in /tomcat/connectors/trunk/jk: jkstatus/src/share/org/apache/jk/status/ native/common/ xdocs/miscellaneous/ xdocs/reference/

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 07:41:36 2007 New Revision: 500550 URL: http://svn.apache.org/viewvc?view=revrev=500550 Log: Show estimated time until next global maintenance in status worker. Change displayed time until next recovery to a min/max pair. Modified: tomcat/connectors/trunk/jk

  1   2   3   4   5   6   7   8   9   10   >