svn commit: r757084 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_28/

2009-03-21 Thread rjung
Author: rjung Date: Sat Mar 21 23:30:16 2009 New Revision: 757084 URL: http://svn.apache.org/viewvc?rev=757084view=rev Log: Tagging JK 1.2.28. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_28/ - copied from r757083, tomcat/connectors/trunk

svn commit: r757223 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java coyote/ajp/Constants.java jk/common/AjpConstants.java jk/common/HandlerRequest.java

2009-03-22 Thread rjung
Author: rjung Date: Sun Mar 22 17:55:35 2009 New Revision: 757223 URL: http://svn.apache.org/viewvc?rev=757223view=rev Log: Followup to r756926 (forward remote port via AJP13). - Use a more private attribute name and define it in the Constants class. - Do not set the attribute on the request

svn commit: r757224 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-22 Thread rjung
Author: rjung Date: Sun Mar 22 17:58:56 2009 New Revision: 757224 URL: http://svn.apache.org/viewvc?rev=757224view=rev Log: Update backport proposal w.r.t the comments. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc

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

2009-03-22 Thread rjung
Author: rjung Date: Sun Mar 22 18:01:07 2009 New Revision: 757225 URL: http://svn.apache.org/viewvc?rev=757225view=rev Log: Update backport proposal. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current

svn commit: r757461 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-23 Thread rjung
Author: rjung Date: Mon Mar 23 17:36:26 2009 New Revision: 757461 URL: http://svn.apache.org/viewvc?rev=757461view=rev Log: Vote. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r757470 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-03-23 Thread rjung
Author: rjung Date: Mon Mar 23 17:54:41 2009 New Revision: 757470 URL: http://svn.apache.org/viewvc?rev=757470view=rev Log: Set remote port for AJP connectors from the optional request attribute AJP_REMOTE_PORT. Backport of r756926 and r757223. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r757582 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/tribes/membership/McastServiceImpl.java webapps/docs/changelog.xml

2009-03-23 Thread rjung
Author: rjung Date: Mon Mar 23 23:01:31 2009 New Revision: 757582 URL: http://svn.apache.org/viewvc?rev=757582view=rev Log: Any cluster node should ignore its own heartbeat messages. Backport of r755302. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r757706 - in /tomcat/trunk/java/org/apache/jk/common: ChannelNioSocket.java ChannelSocket.java MsgAjp.java

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:35:53 2009 New Revision: 757706 URL: http://svn.apache.org/viewvc?rev=757706view=rev Log: Use some existing constants instead of inline numbers in AJP connectors. Modified: tomcat/trunk/java/org/apache/jk/common/ChannelNioSocket.java tomcat/trunk/java

svn commit: r757708 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpAprProtocol.java coyote/ajp/AjpProcessor.java coyote/ajp/AjpProtocol.java jk/common/ChannelNioSock

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:41:06 2009 New Revision: 757708 URL: http://svn.apache.org/viewvc?rev=757708view=rev Log: Allow bigger AJP packets for request bodies and responses (by setting packetSize on the connector). Addition to r697192 for the other AJP connectors. Modified: tomcat

svn commit: r757710 - /tomcat/trunk/webapps/docs/changelog.xml

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:43:45 2009 New Revision: 757710 URL: http://svn.apache.org/viewvc?rev=757710view=rev Log: Document r757708. Remove when backported. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http

svn commit: r757715 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:48:09 2009 New Revision: 757715 URL: http://svn.apache.org/viewvc?rev=757715view=rev Log: Add proposals. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r757721 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpProcessor.java webapps/docs/changelog.xml

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:57:38 2009 New Revision: 757721 URL: http://svn.apache.org/viewvc?rev=757721view=rev Log: BZ45026: Never return an empty HTTP status response phrase. mod_jk and httpd 2.x do not like that. Addition to r697183. Modified: tomcat/trunk/java/org/apache/coyote

svn commit: r757722 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:59:58 2009 New Revision: 757722 URL: http://svn.apache.org/viewvc?rev=757722view=rev Log: Add backport proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

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

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 11:09:37 2009 New Revision: 757727 URL: http://svn.apache.org/viewvc?rev=757727view=rev Log: Add backport proposal. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5

svn commit: r757737 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 11:25:50 2009 New Revision: 757737 URL: http://svn.apache.org/viewvc?rev=757737view=rev Log: Remove wrong No role found realm debug log message, even if a role was found. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm

svn commit: r757756 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 12:15:19 2009 New Revision: 757756 URL: http://svn.apache.org/viewvc?rev=757756view=rev Log: Add backport proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r757805 - /tomcat/trunk/.classpath

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 13:56:26 2009 New Revision: 757805 URL: http://svn.apache.org/viewvc?rev=757805view=rev Log: Fix dependencies path in .classpath file. Thanks to Gregor Schneider. Modified: tomcat/trunk/.classpath Modified: tomcat/trunk/.classpath URL: http://svn.apache.org

svn commit: r757890 - /tomcat/connectors/branches/native/1.1.x/STATUS.txt

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 16:40:12 2009 New Revision: 757890 URL: http://svn.apache.org/viewvc?rev=757890view=rev Log: Add backport proposals. Modified: tomcat/connectors/branches/native/1.1.x/STATUS.txt Modified: tomcat/connectors/branches/native/1.1.x/STATUS.txt URL: http

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

2009-03-25 Thread rjung
Author: rjung Date: Wed Mar 25 14:06:07 2009 New Revision: 758264 URL: http://svn.apache.org/viewvc?rev=758264view=rev Log: Clarify a comment and fix a revision number. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc

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

2009-03-27 Thread rjung
Author: rjung Date: Fri Mar 27 18:54:25 2009 New Revision: 759303 URL: http://svn.apache.org/viewvc?rev=759303view=rev Log: Prepare Tomcat Connectors 1.2.28 Release - update Download page Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/xdocs/download

svn commit: r759692 - in /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster: mcast/McastServiceImpl.java membership/McastServiceImpl.java

2009-03-29 Thread rjung
Author: rjung Date: Sun Mar 29 14:08:29 2009 New Revision: 759692 URL: http://svn.apache.org/viewvc?rev=759692view=rev Log: Add missing imports for r755351 and order the imports. Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java

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

2009-03-29 Thread rjung
Author: rjung Date: Sun Mar 29 14:22:17 2009 New Revision: 759695 URL: http://svn.apache.org/viewvc?rev=759695view=rev Log: Add backport proposal. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5

svn commit: r759722 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-29 Thread rjung
Author: rjung Date: Sun Mar 29 16:42:21 2009 New Revision: 759722 URL: http://svn.apache.org/viewvc?rev=759722view=rev Log: Vote, comment, add diff URLs. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x

svn commit: r405811 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2006-05-12 Thread rjung
Author: rjung Date: Fri May 12 10:59:50 2006 New Revision: 405811 URL: http://svn.apache.org/viewcvs?rev=405811view=rev Log: Adding myself to the committers list. Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/docs

svn commit: r405827 - /tomcat/container/tc5.5.x/webapps/docs/developers.xml

2006-05-12 Thread rjung
Author: rjung Date: Fri May 12 11:37:14 2006 New Revision: 405827 URL: http://svn.apache.org/viewcvs?rev=405827view=rev Log: Adding myself to the list of developers. Modified: tomcat/container/tc5.5.x/webapps/docs/developers.xml Modified: tomcat/container/tc5.5.x/webapps/docs/developers.xml

svn commit: r405932 - /tomcat/connectors/trunk/jni/native/os/unix/system.c

2006-05-12 Thread rjung
Author: rjung Date: Fri May 12 16:11:02 2006 New Revision: 405932 URL: http://svn.apache.org/viewcvs?rev=405932view=rev Log: Changes for Solaris: - proper casting to allow bigger counters, especially for memory - prepare for the case, that the number of system ticks per second gets bigger than

svn commit: r405933 - /tomcat/connectors/trunk/jni/native/os/unix/system.c

2006-05-12 Thread rjung
Author: rjung Date: Fri May 12 16:13:44 2006 New Revision: 405933 URL: http://svn.apache.org/viewcvs?rev=405933view=rev Log: Change for Solaris only: - drop tck_r Modified: tomcat/connectors/trunk/jni/native/os/unix/system.c Modified: tomcat/connectors/trunk/jni/native/os/unix/system.c URL

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

2006-05-13 Thread rjung
Author: rjung Date: Sat May 13 06:53:59 2006 New Revision: 406103 URL: http://svn.apache.org/viewcvs?rev=406103view=rev Log: Only log removing of old worker, when we actually do it. Modified: tomcat/connectors/trunk/jk/native/common/jk_worker.c Modified: tomcat/connectors/trunk/jk/native

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

2006-05-13 Thread rjung
Author: rjung Date: Sat May 13 07:07:00 2006 New Revision: 406109 URL: http://svn.apache.org/viewcvs?rev=406109view=rev Log: Move lb_method_type to jk_lb_worker.h to make it available for jk_status and jk_lb_worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat

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

2006-05-13 Thread rjung
Author: rjung Date: Sat May 13 07:11:04 2006 New Revision: 406110 URL: http://svn.apache.org/viewcvs?rev=406110view=rev Log: Move comment that got detached from it's code to the right file. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk

svn commit: r406308 - in /tomcat/connectors/trunk/jk/native: apache-1.3/Makefile.apxs.in apache-1.3/Makefile.in apache-2.0/Makefile.apxs.in apache-2.0/Makefile.in common/Makefile.in jni/Makefile.in

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 03:47:47 2006 New Revision: 406308 URL: http://svn.apache.org/viewcvs?rev=406308view=rev Log: Add missing suffixes to make clean and make it work the same way in all relevant dirs. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/Makefile.apxs.in

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

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 08:15:36 2006 New Revision: 406355 URL: http://svn.apache.org/viewcvs?rev=406355view=rev Log: Remove duplicate '\n' from request log. Line endings had been moved into the logger in an earliert release. Modified: tomcat/connectors/trunk/jk/native/apache-1.3

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

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 08:27:20 2006 New Revision: 406360 URL: http://svn.apache.org/viewcvs?rev=406360view=rev Log: A couple of logging improvements: - need to flush after each line. Streams are buffered and the log files get corrupt otherwise. This can be easily observed in reality

svn commit: r406365 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/common/jk_logger.h xdocs/config/apache.xml xdocs/howto/apache.xml

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 09:25:14 2006 New Revision: 406365 URL: http://svn.apache.org/viewcvs?rev=406365view=rev Log: Implement piped logging for Apache 1.3 mod_jk. Implementation borrowed from Apache 2.0. Apache 2.0 could already do this since mod_jk 1.2.3. Modified: tomcat

svn commit: r406380 - in /tomcat/connectors/trunk/jk/native: common/jk_global.h common/jk_global.h.in common/jk_lb_worker.c common/jk_md5.c common/jk_md5.h common/jk_shm.h common/jk_status.c common/po

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 10:16:50 2006 New Revision: 406380 URL: http://svn.apache.org/viewcvs?rev=406380view=rev Log: Use autoconf in a consistent way to detect 32-bit and 64-bit integer types. Borrowed from APR. Detect types and printf formats in configure, and add information to common

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

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 13:08:24 2006 New Revision: 406411 URL: http://svn.apache.org/viewcvs?rev=406411view=rev Log: Rework load balancer: - add a global maintenance method, that is cyclically called in only one process. - Only check for recovery during global maintenance - Use lb_value

svn commit: r406423 - /tomcat/connectors/trunk/jk/native/TODO

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 13:42:42 2006 New Revision: 406423 URL: http://svn.apache.org/viewcvs?rev=406423view=rev Log: Adding a list of further TODOs and ideas. Added: tomcat/connectors/trunk/jk/native/TODO Added: tomcat/connectors/trunk/jk/native/TODO URL: http://svn.apache.org

svn commit: r406453 - /tomcat/connectors/trunk/jk/native/TODO

2006-05-14 Thread rjung
Author: rjung Date: Sun May 14 15:26:43 2006 New Revision: 406453 URL: http://svn.apache.org/viewcvs?rev=406453view=rev Log: Update properties, hope I got it right... Modified: tomcat/connectors/trunk/jk/native/TODO (props changed) Propchange: tomcat/connectors/trunk/jk/native/TODO

svn commit: r407093 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_shm.h native/common/jk_status.c native/common/jk_util.c xdocs/config/workers.xml

2006-05-16 Thread rjung
Author: rjung Date: Tue May 16 15:21:23 2006 New Revision: 407093 URL: http://svn.apache.org/viewcvs?rev=407093view=rev Log: Add attribute jvm_route to balanced workers. Default value is equal to the worker name. This attribute is used to match session stickyness. It's useful, if you want

svn commit: r407096 - in /tomcat/connectors/trunk/jk: native/TODO native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h native/common/jk_status.c native/common/jk_util.c xdo

2006-05-16 Thread rjung
Author: rjung Date: Tue May 16 15:52:39 2006 New Revision: 407096 URL: http://svn.apache.org/viewcvs?rev=407096view=rev Log: Adding attribute distance to balanced workers. Express Preferences between the balanced workers of an lb worker. A load balancer will never choose some balanced worker

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

2006-05-21 Thread rjung
Author: rjung Date: Sun May 21 05:29:32 2006 New Revision: 408165 URL: http://svn.apache.org/viewvc?rev=408165view=rev Log: Forgot removal of '\n'-error logging in mod_jk for Apache 2. The newline moved to jk_log() in jk_util.c in r406360. Modified: tomcat/connectors/trunk/jk/native/apache

svn commit: r408166 - in /tomcat/connectors/trunk/jk/native: common/jk_global.h common/jk_global.h.in common/jk_types.h.in configure.in

2006-05-21 Thread rjung
Author: rjung Date: Sun May 21 05:49:06 2006 New Revision: 408166 URL: http://svn.apache.org/viewvc?rev=408166view=rev Log: Split 32/64Bit-detection between Win32 and other platforms. Win32 goes into jk_global.h, the other ones use autoconf. Added: tomcat/connectors/trunk/jk/native/common

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

2006-05-21 Thread rjung
Author: rjung Date: Sun May 21 05:50:08 2006 New Revision: 408167 URL: http://svn.apache.org/viewvc?rev=408167view=rev Log: Fix authors. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h tomcat/connectors/trunk

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

2006-05-26 Thread rjung
Author: rjung Date: Fri May 26 00:12:38 2006 New Revision: 409572 URL: http://svn.apache.org/viewvc?rev=409572view=rev Log: - Use previous types for WIN32 - Don't assume we have auto* on AS400 Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h Modified: tomcat/connectors/trunk

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

2006-06-06 Thread rjung
Author: rjung Date: Tue Jun 6 02:29:53 2006 New Revision: 412057 URL: http://svn.apache.org/viewvc?rev=412057view=rev Log: Add refresh request parameter to status worker. Functionality is equivalent to apache server-status: refresh=n refreshes the page every n seconds. Only useful for cmd=list

svn commit: r413266 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java

2006-06-10 Thread rjung
Author: rjung Date: Sat Jun 10 00:54:35 2006 New Revision: 413266 URL: http://svn.apache.org/viewvc?rev=413266view=rev Log: BZ 38676: new tagfiles are continuously being reloaded. Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java Modified: tomcat

svn commit: r413267 - /tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java

2006-06-10 Thread rjung
Author: rjung Date: Sat Jun 10 00:54:52 2006 New Revision: 413267 URL: http://svn.apache.org/viewvc?rev=413267view=rev Log: BZ 38676: new tagfiles are continuously being reloaded. Modified: tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java Modified: tomcat

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

2006-06-26 Thread rjung
Author: rjung Date: Mon Jun 26 14:10:57 2006 New Revision: 417297 URL: http://svn.apache.org/viewvc?rev=417297view=rev Log: Adding most of my changes to the changelog. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL

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

2006-06-27 Thread rjung
Author: rjung Date: Tue Jun 27 14:04:59 2006 New Revision: 417586 URL: http://svn.apache.org/viewvc?rev=417586view=rev Log: Use ap_log_error instead of ap_log_rerror when we don't know, whether we are in a request context. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

svn commit: r417587 - /tomcat/connectors/trunk/jk/native/TODO

2006-06-27 Thread rjung
Author: rjung Date: Tue Jun 27 14:05:40 2006 New Revision: 417587 URL: http://svn.apache.org/viewvc?rev=417587view=rev Log: Clean up todo list. Modified: tomcat/connectors/trunk/jk/native/TODO Modified: tomcat/connectors/trunk/jk/native/TODO URL: http://svn.apache.org/viewvc/tomcat

svn commit: r417694 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

2006-06-28 Thread rjung
Author: rjung Date: Wed Jun 28 01:04:34 2006 New Revision: 417694 URL: http://svn.apache.org/viewvc?rev=417694view=rev Log: Fix typo. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml URL: http://svn.apache.org

svn commit: r417697 - in /tomcat/connectors/trunk/jk/tools/reports: tomcat_reports.pl tomcat_trend.pl

2006-06-28 Thread rjung
Author: rjung Date: Wed Jun 28 01:27:04 2006 New Revision: 417697 URL: http://svn.apache.org/viewvc?rev=417697view=rev Log: Replace obsolete CVS keyword Header by Id, drop redundant keywords. Modified: tomcat/connectors/trunk/jk/tools/reports/tomcat_reports.pl tomcat/connectors/trunk/jk

svn commit: r418134 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: session/SimpleTcpReplicationManager.java tcp/ClusterReceiverBase.java tcp/DataSender.java tcp/

2006-06-29 Thread rjung
Author: rjung Date: Thu Jun 29 13:54:33 2006 New Revision: 418134 URL: http://svn.apache.org/viewvc?rev=418134view=rev Log: BZ 39933: Fixed division by zero when statistics are calculated, but no messages have been transmitted. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share

svn commit: r418143 - /tomcat/connectors/trunk/jk/xdocs/news/project.xml

2006-06-29 Thread rjung
Author: rjung Date: Thu Jun 29 14:44:24 2006 New Revision: 418143 URL: http://svn.apache.org/viewvc?rev=418143view=rev Log: Need this to get the news menu right. Modified: tomcat/connectors/trunk/jk/xdocs/news/project.xml Modified: tomcat/connectors/trunk/jk/xdocs/news/project.xml URL

svn commit: r418147 - /tomcat/connectors/trunk/jk/native/STATUS.txt

2006-06-29 Thread rjung
Author: rjung Date: Thu Jun 29 15:03:52 2006 New Revision: 418147 URL: http://svn.apache.org/viewvc?rev=418147view=rev Log: Update Status file. We always ship it, but everything after 1.2.11 only went into the documentation. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt Modified

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

2006-07-03 Thread rjung
Author: rjung Date: Mon Jul 3 02:06:24 2006 New Revision: 418714 URL: http://svn.apache.org/viewvc?rev=418714view=rev Log: Found yet another jakarta reference ... Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http

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

2006-07-03 Thread rjung
Author: rjung Date: Mon Jul 3 02:10:19 2006 New Revision: 418716 URL: http://svn.apache.org/viewvc?rev=418716view=rev Log: Updated to jk release script to subversion etc. The script is in a usable state now. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat

svn commit: r418717 - /tomcat/connectors/trunk/jk/native/common/jk_version.h

2006-07-03 Thread rjung
Author: rjung Date: Mon Jul 3 02:12:30 2006 New Revision: 418717 URL: http://svn.apache.org/viewvc?rev=418717view=rev Log: Setting release flag to prepare tag and release (candidate). Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h Modified: tomcat/connectors/trunk/jk

svn commit: r418719 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_16/

2006-07-03 Thread rjung
Author: rjung Date: Mon Jul 3 02:17:21 2006 New Revision: 418719 URL: http://svn.apache.org/viewvc?rev=418719view=rev Log: Tagging tomcat-connectors 1.2.16 release from trunk Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_16/ - copied from r418718, tomcat/connectors/trunk

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

2006-07-08 Thread rjung
Author: rjung Date: Sat Jul 8 00:32:12 2006 New Revision: 420074 URL: http://svn.apache.org/viewvc?rev=420074view=rev Log: Make deprecation notice for jk2 stronger and assure users, that 1.2 is still being maintained. Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site

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

2006-07-08 Thread rjung
Author: rjung Date: Sat Jul 8 00:57:31 2006 New Revision: 420082 URL: http://svn.apache.org/viewvc?rev=420082view=rev Log: Fix problem on AS400, add this platform to list of mutex exceptions. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk

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

2006-07-11 Thread rjung
Author: rjung Date: Tue Jul 11 16:31:04 2006 New Revision: 421027 URL: http://svn.apache.org/viewvc?rev=421027view=rev Log: Fix double header. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org/viewvc

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

2006-07-11 Thread rjung
Author: rjung Date: Tue Jul 11 16:48:48 2006 New Revision: 421037 URL: http://svn.apache.org/viewvc?rev=421037view=rev Log: Export a little less from tomcat-connectors, when releasing jk. Bump version number for 1.2.17. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified

svn commit: r421039 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_17/

2006-07-11 Thread rjung
Author: rjung Date: Tue Jul 11 16:55:29 2006 New Revision: 421039 URL: http://svn.apache.org/viewvc?rev=421039view=rev Log: Tag for preparation of release 1.2.17 of tomcat-connectors. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_17/ - copied from r421038, tomcat/connectors/trunk

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

2006-07-19 Thread rjung
Author: rjung Date: Wed Jul 19 14:45:45 2006 New Revision: 423621 URL: http://svn.apache.org/viewvc?rev=423621view=rev Log: Part two of: allow recovery interval below 60 seconds. Caution: This fix for the status worker is still not complete, since we need to be able to set the maintain time also

svn commit: r423683 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_18/

2006-07-19 Thread rjung
Author: rjung Date: Wed Jul 19 17:37:08 2006 New Revision: 423683 URL: http://svn.apache.org/viewvc?rev=423683view=rev Log: Tagging tomcat-connectors 1.2.18. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_18/ - copied from r423681, tomcat/connectors/trunk

svn commit: r423695 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_18/

2006-07-19 Thread rjung
Author: rjung Date: Wed Jul 19 18:24:27 2006 New Revision: 423695 URL: http://svn.apache.org/viewvc?rev=423695view=rev Log: Revert the tag, nothing yet published. There's still a 1.2.17 in the files (iis installer). Removed: tomcat/connectors/tags/jk1.2.x/JK_1_2_18

svn commit: r423697 - /tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism

2006-07-19 Thread rjung
Author: rjung Date: Wed Jul 19 18:25:33 2006 New Revision: 423697 URL: http://svn.apache.org/viewvc?rev=423697view=rev Log: Yet another version number to increment. Modified: tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism Modified: tomcat/connectors/trunk

svn commit: r423699 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_18/

2006-07-19 Thread rjung
Author: rjung Date: Wed Jul 19 18:27:25 2006 New Revision: 423699 URL: http://svn.apache.org/viewvc?rev=423699view=rev Log: Tagging tomcat-connectors 1.2.18. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_18/ - copied from r423697, tomcat/connectors/trunk

svn commit: r424104 - in /tomcat/connectors/trunk/jk: native/ native/common/ native/iis/ native/iis/installer/ tools/ xdocs/

2006-07-20 Thread rjung
Author: rjung Date: Thu Jul 20 16:03:34 2006 New Revision: 424104 URL: http://svn.apache.org/viewvc?rev=424104view=rev Log: version++ (1.2.18-1.2.19) Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/common/jk_version.h tomcat/connectors/trunk

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

2006-07-24 Thread rjung
Author: rjung Date: Mon Jul 24 06:01:06 2006 New Revision: 425034 URL: http://svn.apache.org/viewvc?rev=425034view=rev Log: Enable '*' token separator, e.g. when using multi-line balance_workers etc. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Modified: tomcat/connectors

svn commit: r425976 - /tomcat/site/trunk/xdocs/download-connectors.xml

2006-07-27 Thread rjung
Author: rjung Date: Wed Jul 26 23:41:35 2006 New Revision: 425976 URL: http://svn.apache.org/viewvc?rev=425976view=rev Log: Updated tomcat-connectors download page to 1.2.18. Modified: tomcat/site/trunk/xdocs/download-connectors.xml Modified: tomcat/site/trunk/xdocs/download-connectors.xml

svn commit: r425977 - /tomcat/site/trunk/docs/download-connectors.html

2006-07-27 Thread rjung
Author: rjung Date: Wed Jul 26 23:42:48 2006 New Revision: 425977 URL: http://svn.apache.org/viewvc?rev=425977view=rev Log: Updated built download for tomcat-connectors to 1.2.18. Modified: tomcat/site/trunk/docs/download-connectors.html Modified: tomcat/site/trunk/docs/download

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

2006-07-27 Thread rjung
Author: rjung Date: Thu Jul 27 00:48:24 2006 New Revision: 425991 URL: http://svn.apache.org/viewvc?rev=425991view=rev Log: Add release date of 1.2.18 to docs. Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http

svn commit: r425995 - /tomcat/connectors/trunk/jk/xdocs/news/20060101.xml

2006-07-27 Thread rjung
Author: rjung Date: Thu Jul 27 00:53:42 2006 New Revision: 425995 URL: http://svn.apache.org/viewvc?rev=425995view=rev Log: Another date update for 1.2.18... Modified: tomcat/connectors/trunk/jk/xdocs/news/20060101.xml Modified: tomcat/connectors/trunk/jk/xdocs/news/20060101.xml URL: http

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

2006-08-08 Thread rjung
Author: rjung Date: Tue Aug 8 00:06:14 2006 New Revision: 429602 URL: http://svn.apache.org/viewvc?rev=429602view=rev Log: Decide by MMN, which piped log API we should use. mod_jk 1.2.18 broke compilation with Apache 1.3 pre 1.3.28. Modified: tomcat/connectors/trunk/jk/native/apache-1.3

svn commit: r434087 - 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 domino/jk_dsapi_plugin.c iis/jk_isapi_plugin.c isapi/jk_isapi_p

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 10:22:00 2006 New Revision: 434087 URL: http://svn.apache.org/viewvc?rev=434087view=rev Log: Change default log level from debug/undefined to info. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 10:26:01 2006 New Revision: 434089 URL: http://svn.apache.org/viewvc?rev=434089view=rev Log: Fix typo in debug message. 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: r434096 - /tomcat/connectors/trunk/jk/native/common/jk_global.h

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 10:40:03 2006 New Revision: 434096 URL: http://svn.apache.org/viewvc?rev=434096view=rev Log: Addon for r434087 (default log level) Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h URL

svn commit: r434098 - /tomcat/connectors/trunk/jk/native/common/jk_service.h

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 10:42:15 2006 New Revision: 434098 URL: http://svn.apache.org/viewvc?rev=434098view=rev Log: Correct placement of comment. Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h URL

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 11:11:13 2006 New Revision: 434110 URL: http://svn.apache.org/viewvc?rev=434110view=rev Log: Make constant naming more consistent, separate defaults from values. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 11:26:56 2006 New Revision: 434119 URL: http://svn.apache.org/viewvc?rev=434119view=rev Log: Change note names and symbols to make them more consistent. Add a note with the worker type. More notes are to come. Documentation of the notes is still missing

svn commit: r434122 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 11:45:30 2006 New Revision: 434122 URL: http://svn.apache.org/viewvc?rev=434122view=rev Log: Fix r434110. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h URL: http

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 12:17:14 2006 New Revision: 434128 URL: http://svn.apache.org/viewvc?rev=434128view=rev Log: Add another server hook add_log_items to be able to return textual result tokens to include in server logging. We will use this in the load balancer to return names of used

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 12:39:12 2006 New Revision: 434138 URL: http://svn.apache.org/viewvc?rev=434138view=rev Log: iAnd another fix for r434110. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: http

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 12:51:31 2006 New Revision: 434141 URL: http://svn.apache.org/viewvc?rev=434141view=rev Log: New features for jk_status: - When a request updates data, the response does a meta redirect to the list view, so that a following browser refresh by the user does

svn commit: r434177 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp12_worker.c jk_ajp_common.c jk_jni_worker.c jk_lb_worker.c jk_status.c

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 14:02:24 2006 New Revision: 434177 URL: http://svn.apache.org/viewvc?rev=434177view=rev Log: Cleanup of the code structure of the service method. Adding TACE, JK_LOG_NULL_PARAMS and do the same null pointer checks in all service methods. 95% of the diff log comes

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 14:15:03 2006 New Revision: 434185 URL: http://svn.apache.org/viewvc?rev=434185view=rev Log: Remove obsolete parameter from get_most_suitable_worker(). Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk

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

2006-08-23 Thread rjung
Author: rjung Date: Wed Aug 23 14:30:15 2006 New Revision: 434189 URL: http://svn.apache.org/viewvc?rev=434189view=rev Log: Moving getting the session id out of get_most_suitable_worker into the service method. Doing it once is enough. Also so minor cleanups. Modified: tomcat/connectors

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

2006-08-24 Thread rjung
Author: rjung Date: Thu Aug 24 02:02:09 2006 New Revision: 434345 URL: http://svn.apache.org/viewvc?rev=434345view=rev Log: Workaround patch from Jim Jagielski to disable persistent connections in case of silent connection drops by firewalls. Stiil needs documentation with a couple of disclaimers

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

2006-08-25 Thread rjung
Author: rjung Date: Fri Aug 25 11:44:13 2006 New Revision: 436901 URL: http://svn.apache.org/viewvc?rev=436901view=rev Log: Add my changes from the last week. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http

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

2006-08-25 Thread rjung
Author: rjung Date: Fri Aug 25 13:03:34 2006 New Revision: 436922 URL: http://svn.apache.org/viewvc?rev=436922view=rev Log: Correct committer to jim for non-reuse patch. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL

svn commit: r437379 - in /tomcat/connectors/trunk/jk/native: apache-1.3/ apache-2.0/ common/ domino/ iis/ isapi/ netscape/ nt_service/

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 08:06:49 2006 New Revision: 437379 URL: http://svn.apache.org/viewvc?rev=437379view=rev Log: Log deprecated properties. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c tomcat

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

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 08:13:11 2006 New Revision: 437381 URL: http://svn.apache.org/viewvc?rev=437381view=rev Log: Implement hierarchical worker configuration via attribute reference. Documentation still needed. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

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

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 09:03:01 2006 New Revision: 437390 URL: http://svn.apache.org/viewvc?rev=437390view=rev Log: Add docs for worker atribute reference. Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/config

svn commit: r437391 - /tomcat/connectors/trunk/jk/xdocs/config/apache.xml

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 09:16:10 2006 New Revision: 437391 URL: http://svn.apache.org/viewvc?rev=437391view=rev Log: Add documentaion for JkOptions DisableReuse. Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml

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

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 13:20:32 2006 New Revision: 437450 URL: http://svn.apache.org/viewvc?rev=437450view=rev Log: Make jk_sleep_def() more useful, needed in the next step. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/native

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

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 13:29:08 2006 New Revision: 437455 URL: http://svn.apache.org/viewvc?rev=437455view=rev Log: Reorg lb service method: - return from method at only one point, so that passing back results gets easier - retry handling was at least strange, should be clearer now

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

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 14:47:48 2006 New Revision: 437464 URL: http://svn.apache.org/viewvc?rev=437464view=rev Log: Add Apache notes with load balancer results. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/native/common

svn commit: r437470 - /tomcat/connectors/trunk/jk/xdocs/config/apache.xml

2006-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 15:07:42 2006 New Revision: 437470 URL: http://svn.apache.org/viewvc?rev=437470view=rev Log: Add documentation for new Apache notes table entries. Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/config

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