svn commit: r748203 - /tomcat/current/tc5.5.x/STATUS.txt

2009-02-26 Thread rjung
Author: rjung Date: Thu Feb 26 16:39:21 2009 New Revision: 748203 URL: http://svn.apache.org/viewvc?rev=748203&view=rev Log: Next try proposing a fix for BZ 46770. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/vi

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

2009-03-02 Thread rjung
Author: rjung Date: Mon Mar 2 21:54:38 2009 New Revision: 749447 URL: http://svn.apache.org/viewvc?rev=749447&view=rev Log: Indentation cleanup. No functional change. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/co

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

2009-03-02 Thread rjung
Author: rjung Date: Mon Mar 2 22:04:40 2009 New Revision: 749452 URL: http://svn.apache.org/viewvc?rev=749452&view=rev Log: Replace integer constants by defines for the various side effect indicators (bit mask) in commit_member. Sorted the values (1,2,4) -> (2,4,1) differently and repla

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

2009-03-02 Thread rjung
Author: rjung Date: Mon Mar 2 22:26:46 2009 New Revision: 749457 URL: http://svn.apache.org/viewvc?rev=749457&view=rev Log: commit_member() in status worker now returns JK_TRUE/JK_FALSE. The additional information about needed push etc. is returned via side effect argument. We need this in o

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

2009-03-02 Thread rjung
Author: rjung Date: Mon Mar 2 23:05:39 2009 New Revision: 749463 URL: http://svn.apache.org/viewvc?rev=749463&view=rev Log: Make writing of the "OK" refresh page in status worker a separate function. Do not generate the page, in case any error occured, so that the user can read

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

2009-03-02 Thread rjung
Author: rjung Date: Tue Mar 3 00:22:46 2009 New Revision: 749488 URL: http://svn.apache.org/viewvc?rev=749488&view=rev Log: Whitespace cleanup, no functional change. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/co

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

2009-03-02 Thread rjung
Author: rjung Date: Tue Mar 3 00:33:05 2009 New Revision: 749491 URL: http://svn.apache.org/viewvc?rev=749491&view=rev Log: Make wildcards in sub worker names work for update commands of status worker. It couldn't work, because check_worker() was not wildcard aware. Also reset the err

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

2009-03-02 Thread rjung
Author: rjung Date: Tue Mar 3 00:42:16 2009 New Revision: 749498 URL: http://svn.apache.org/viewvc?rev=749498&view=rev Log: Provide an error message in status worker, in case a new worker address could not be resolved. Use error messages coming from commit_member() in update_worker() and aug

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

2009-03-02 Thread rjung
Author: rjung Date: Tue Mar 3 01:12:39 2009 New Revision: 749503 URL: http://svn.apache.org/viewvc?rev=749503&view=rev Log: Add status worker changes to changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/x

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

2009-03-02 Thread rjung
Author: rjung Date: Tue Mar 3 02:09:27 2009 New Revision: 749506 URL: http://svn.apache.org/viewvc?rev=749506&view=rev Log: In status worker, when doing Show - Edit - Show you always end up with a single lb member show, even when started from an all members lb show. Like we use "from

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

2009-03-03 Thread rjung
Author: rjung Date: Tue Mar 3 18:38:51 2009 New Revision: 749685 URL: http://svn.apache.org/viewvc?rev=749685&view=rev Log: Some updates related to dynamic address change: - Include shm lock and unlock in pull and push functions. Indicate whether we already acquired the lock with the

svn commit: r750051 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/timeouts.xml reference/workers.xml

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 15:38:17 2009 New Revision: 750051 URL: http://svn.apache.org/viewvc?rev=750051&view=rev Log: Clarify relation between socket_timeout and socket_connect_timeout in docs, especially since we are using different units (seconds and milliseconds). Modified: to

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:01:17 2009 New Revision: 750058 URL: http://svn.apache.org/viewvc?rev=750058&view=rev Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

svn commit: r750067 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:38:20 2009 New Revision: 750067 URL: http://svn.apache.org/viewvc?rev=750067&view=rev Log: Move Logging outside of locked block in pull/push and include sequence counters in debug log message. Modified: tomcat/connectors/trunk/jk/native/co

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:39:19 2009 New Revision: 750069 URL: http://svn.apache.org/viewvc?rev=750069&view=rev Log: Use port == 0 as a disable indicator instead of addr_sequence. That makes it more consistent. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_work

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:40:38 2009 New Revision: 750070 URL: http://svn.apache.org/viewvc?rev=750070&view=rev Log: Initialize side_effect indicator properly. Handle dynamic address changes and error returns correctly in the non lb case. Modified: tomcat/connectors/trunk/jk/na

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:01:41 2009 New Revision: 750075 URL: http://svn.apache.org/viewvc?rev=750075&view=rev Log: Remove redundant port information form ajp worker display of status worker. Rename address column and remove its explanation from the legend. Modified: to

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:17:54 2009 New Revision: 750079 URL: http://svn.apache.org/viewvc?rev=750079&view=rev Log: Rename URL parameter for host name from vaddr to vahst in status worker. The "a" is reserved for "AJP". Modified: tomcat/connectors/trunk/jk/n

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:19:20 2009 New Revision: 750080 URL: http://svn.apache.org/viewvc?rev=750080&view=rev Log: Add dynamic adress change feature to status worker docs page. Hope my explanation makes sense. Modified: tomcat/connectors/trunk/jk/xdocs/reference/status

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:23:49 2009 New Revision: 750082 URL: http://svn.apache.org/viewvc?rev=750082&view=rev Log: I think we can initialize addr_sequence in any case, because we use the port to decide, whether this worker is enabled or not. Modified: tomcat/connectors/trun

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

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 00:24:59 2009 New Revision: 750254 URL: http://svn.apache.org/viewvc?rev=750254&view=rev Log: Clarify IIS URL rewrite feature in documentation. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat/connectors/trunk/jk/xdocs/refer

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

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:29:00 2009 New Revision: 750274 URL: http://svn.apache.org/viewvc?rev=750274&view=rev Log: Rename two of the new environment variables, after checking what they really do. local name and port are set from those AJP attributes, server name and port are parsed

svn commit: r750276 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:33:59 2009 New Revision: 750276 URL: http://svn.apache.org/viewvc?rev=750276&view=rev Log: Adding a new documentation page about the special situation of a reverse proxy. Needs some checking and proof reading. Added: tomcat/connectors/trunk/jk/x

svn commit: r750282 - in /tomcat/connectors/trunk/jk/xdocs: ajp/project.xml generic_howto/project.xml miscellaneous/changelog.xml miscellaneous/project.xml news/project.xml project.xml reference/proje

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:49:08 2009 New Revision: 750282 URL: http://svn.apache.org/viewvc?rev=750282&view=rev Log: Add new docs page to menues and the changelog. Modified: tomcat/connectors/trunk/jk/xdocs/ajp/project.xml tomcat/connectors/trunk/jk/xdocs/generic_h

svn commit: r750283 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:49:33 2009 New Revision: 750283 URL: http://svn.apache.org/viewvc?rev=750283&view=rev Log: Fix some typos in new page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

svn commit: r750286 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:55:34 2009 New Revision: 750286 URL: http://svn.apache.org/viewvc?rev=750286&view=rev Log: Fix some formatting issues on new page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified: tomcat/connectors/trunk/jk/xdocs/generic_h

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

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:05:12 2009 New Revision: 750288 URL: http://svn.apache.org/viewvc?rev=750288&view=rev Log: Fix typos in changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog

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

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:06:53 2009 New Revision: 750290 URL: http://svn.apache.org/viewvc?rev=750290&view=rev Log: More typos. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL:

svn commit: r750293 - in /tomcat/connectors/trunk/jk/xdocs: ajp/project.xml generic_howto/project.xml miscellaneous/project.xml news/20090301.xml news/project.xml project.xml reference/project.xml web

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:17:45 2009 New Revision: 750293 URL: http://svn.apache.org/viewvc?rev=750293&view=rev Log: Add a preliminary version of the 2009 news page for the next release. Added: tomcat/connectors/trunk/jk/xdocs/news/20090301.xml (with props) Modified: to

svn commit: r750300 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:49:57 2009 New Revision: 750300 URL: http://svn.apache.org/viewvc?rev=750300&view=rev Log: Add Tomcat connector proxy settings to new proxy documentation page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified: tomcat/connec

svn commit: r750420 - /tomcat/connectors/trunk/jk/native/configure.in

2009-03-05 Thread rjung
Author: rjung Date: Thu Mar 5 11:13:05 2009 New Revision: 750420 URL: http://svn.apache.org/viewvc?rev=750420&view=rev Log: Mark jni related options as deprecated in the help message and add a warning at the end of configure if user enables jni. Modified: tomcat/connectors/trunk/jk/na

svn commit: r750428 - /tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c

2009-03-05 Thread rjung
Author: rjung Date: Thu Mar 5 11:41:25 2009 New Revision: 750428 URL: http://svn.apache.org/viewvc?rev=750428&view=rev Log: Add a deprecation log warning when a JNI worker is instantiated. Modified: tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c Modified: tomcat/connectors/t

svn commit: r750429 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/workers.xml miscellaneous/changelog.xml miscellaneous/faq.xml news/20090301.xml reference/workers.xml webserver_howto/apache.x

2009-03-05 Thread rjung
Author: rjung Date: Thu Mar 5 11:42:14 2009 New Revision: 750429 URL: http://svn.apache.org/viewvc?rev=750429&view=rev Log: Add deprecation warning about JNI to the docs. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml tomcat/connectors/trunk/jk/xdocs/miscellan

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

2009-03-05 Thread rjung
Author: rjung Date: Thu Mar 5 12:21:46 2009 New Revision: 750438 URL: http://svn.apache.org/viewvc?rev=750438&view=rev Log: Fix typo that breaks compilation. 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: r750459 - /tomcat/connectors/trunk/jk/xdocs/index.xml

2009-03-05 Thread rjung
Author: rjung Date: Thu Mar 5 13:52:03 2009 New Revision: 750459 URL: http://svn.apache.org/viewvc?rev=750459&view=rev Log: Add 2009 news to the docs front page. Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL:

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

2009-03-06 Thread rjung
Author: rjung Date: Fri Mar 6 13:58:41 2009 New Revision: 750900 URL: http://svn.apache.org/viewvc?rev=750900&view=rev Log: Set global worker state of an lb member to error when we reach max_reply_timeouts, or fail_on_status triggered a hard error. Modified: tomcat/connectors/trun

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

2009-03-07 Thread rjung
Author: rjung Date: Sat Mar 7 10:37:57 2009 New Revision: 751239 URL: http://svn.apache.org/viewvc?rev=751239&view=rev Log: No functional change, fix typos and reformat comments. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/na

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

<    5   6   7   8   9   10   11   12   13   14   >