cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c

2005-02-16 Thread mturk
mturk 2005/02/16 00:15:56 Modified:jk/native/common jk_ajp12_worker.c Log: Added missing semicolon for AS400 build. Revision ChangesPath 1.23 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.c Index: jk_ajp12_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-02-16 Thread mturk
mturk 2005/02/16 00:19:46 Modified:jk/native/common jk_ajp_common.c Log: Rewrite endpoint cache. The endpoints are now created on init, and are present for worker liftime. This also truly limits the number of connections to Tomcat. Revision ChangesPath 1.79

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.h

2005-02-16 Thread mturk
mturk 2005/02/16 00:20:59 Modified:jk/native/common jk_ajp_common.h Log: Use unsigned int instead just unsigned. No functional change. Revision ChangesPath 1.30 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h Index: jk_ajp_common.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c jk_util.h

2005-02-16 Thread mturk
mturk 2005/02/16 00:23:56 Modified:jk/native/common jk_util.c jk_util.h Log: Removed local_worker and local_worker_only. Added sticky_session_force, redirect and lb method. Revision ChangesPath 1.56 +24 -16jakarta-tomcat-connectors/jk/native/common/jk_util.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.h

2005-02-16 Thread mturk
mturk 2005/02/16 00:25:10 Modified:jk/native/common jk_shm.h Log: Removed all local_* parameters. Revision ChangesPath 1.11 +2 -9 jakarta-tomcat-connectors/jk/native/common/jk_shm.h Index: jk_shm.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h

2005-02-16 Thread mturk
mturk 2005/02/16 00:27:53 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h Log: Rewrite load balancer. Added byrequest and bytraffic methods. Also keep session and domain models. Added sticky_session_force, for non replicated Tomcats. Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-16 Thread mturk
mturk 2005/02/16 00:28:51 Modified:jk/native/common jk_status.c Log: Display sticky session force instead local worker. Revision ChangesPath 1.12 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c

2005-02-16 Thread mturk
mturk 2005/02/16 00:30:58 Modified:jk/native/common jk_lb_worker.c Log: You already know ... Remove the CRLFs. SVN, you are my last chance! Revision ChangesPath 1.52 +130 -130 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c

JK - need some testings for new lb

2005-02-16 Thread Mladen Turk
Hi, As said before load balancer does not have any more all that fuzzy local_worker settings. For most people (at least for me) that was totally unusable and hard to understand. I hope the new settings and algo will be more clear and much usable in conjunction with shared memory and jk_status.

DO NOT REPLY [Bug 33505] - mod_jk does not build on OS/400

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33505. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31232] - response.encodeURL() not encoding URL when mix of cookies and URL rewriting

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31232. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33589] - stop a context without interrupting its running threads

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33589. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33589] - stop a context without interrupting its running threads

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33589. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_util.c jk_util.h

2005-02-16 Thread mturk
mturk 2005/02/16 01:25:35 Modified:jk/native/common jk_lb_worker.c jk_util.c jk_util.h Log: Added disabled boolean directive to worker. This is used for hot-standby workers that can be later enabled using jkstatus console. Revision ChangesPath 1.53 +3 -1

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-02-16 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

Re: JK - need some testings for new lb

2005-02-16 Thread Henri Gomez
Great :) Build it right now and test on my Linux boxes On Wed, 16 Feb 2005 10:01:15 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Hi, As said before load balancer does not have any more all that fuzzy local_worker settings. For most people (at least for me) that was totally unusable and

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-02-16 Thread mturk
mturk 2005/02/16 02:35:46 Modified:jk/native/common jk_ajp_common.c Log: Fix typo. Revision ChangesPath 1.80 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-16 Thread mturk
mturk 2005/02/16 02:52:59 Modified:jk/native/common jk_status.c Log: Whow! We can update the worker runtime status. Revision ChangesPath 1.13 +128 -54 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c

Re: JK - need some testings for new lb

2005-02-16 Thread Dominik Drzewiecki
As I mentioned during 1.2.8 development phase, building jk for win32 is a bit more troublesome than on linux - it requires a non-free M$ VC. Is anybody going to provide windoze binaries, please? regz, /dd - To unsubscribe,

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-16 Thread mturk
mturk 2005/02/16 03:00:45 Modified:jk/native/common jk_status.c Log: Whow! We can update the load balancer runtime status too. Revision ChangesPath 1.14 +9 -1 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-02-16 Thread mturk
mturk 2005/02/16 03:04:35 Modified:jk/native/common jk_ajp_common.c Log: Fix core dump if one of the endpoint cache entries can not be created by setting all pointer to zero before init. Revision ChangesPath 1.81 +3 -3

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-02-16 Thread mturk
mturk 2005/02/16 03:08:15 Modified:jk/native/common jk_ajp_common.c Log: Add some loging and fix few typos. No functional change. Revision ChangesPath 1.82 +6 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-16 Thread mturk
mturk 2005/02/16 03:24:39 Modified:jk/native/common jk_status.c Log: Allow named status update. This will allow setting runtime data using any http client, not only interactive status console page. Full request api for updating parameters will be documented. Revision

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_msg_buff.c

2005-02-16 Thread mturk
mturk 2005/02/16 03:42:46 Modified:jk/native/common jk_msg_buff.c Log: Do not log trash data when dumping ajp message. Revision ChangesPath 1.28 +5 -3 jakarta-tomcat-connectors/jk/native/common/jk_msg_buff.c Index: jk_msg_buff.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c

2005-02-16 Thread mturk
mturk 2005/02/16 03:43:40 Modified:jk/native/common jk_util.c Log: Use 4 digits (or more) for pid and tid. Log just looks nicer. Revision ChangesPath 1.58 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c

2005-02-16 Thread mturk
mturk 2005/02/16 04:00:19 Modified:jk/native/common jk_lb_worker.c Log: Add traffic method for sticky sessions too. Revision ChangesPath 1.54 +20 -6 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c

5.5.8 ?

2005-02-16 Thread Remy Maucherat
Hi Yoav, What do you think about the idea of doing a 5.5.8 ? The list of fixes gets longer, and there were actually two regressions in 5.5.7: - JSP precompilation with taglibs in some cases - DataSource realm connection leaking; the fix needs testing My latest deployer changes need testing as

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c

2005-02-16 Thread mturk
mturk 2005/02/16 04:07:28 Modified:jk/native/common jk_util.c Log: Allow worker.lb.method to accept string methods t[raffic] or r[equest]. Only the first letter is checked. Revision ChangesPath 1.59 +11 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c

RE: 5.5.8 ?

2005-02-16 Thread Yoav Shapira
Hi, I think 5.5.8 is a good idea, but I'd like to address the following first: - 6582 SERVLETAPI: Sample code does not match behavior - 33224 when webapp config file and directory URL is specified, d... (this one may already be addressed by your deployer changes) - 33362 setclasspath.bat

DO NOT REPLY [Bug 33605] New: - slow network peformance with ajp connector and mod_jk (1.2.8) - apache 2.052

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33605. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33605] - slow network peformance with ajp connector and mod_jk (1.2.8) - apache 2.052

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33605. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: 5.5.8 ?

2005-02-16 Thread Dominik Drzewiecki
Remy Maucherat [EMAIL PROTECTED] erote: Hi Yoav, What do you think about the idea of doing a 5.5.8 ? Good idea. The list of fixes gets longer, and there were actually two regressions in 5.5.7: - JSP precompilation with taglibs in some cases - DataSource realm connection leaking; the

DO NOT REPLY [Bug 33606] New: - System.err and System.out point to the same Stream

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33606. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33606] - System.err and System.out point to the same Stream

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33606. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c

2005-02-16 Thread mturk
mturk 2005/02/16 05:46:30 Modified:jk/native/common jk_lb_worker.c Log: If we can't get the endpoint try another worker by checking is_recoverable only when we got the endpoint and endpoint service has been called. Revision ChangesPath 1.55 +3 -3

DO NOT REPLY [Bug 33605] - slow network peformance with ajp connector and mod_jk (1.2.8) - apache 2.052

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33605. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33159] - ant deploy task should cause a failure in target when encountering a failure

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33159. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33605] - slow network peformance with ajp connector and mod_jk (1.2.8) - apache 2.052

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33605. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2005-02-16 Thread mturk
mturk 2005/02/16 07:09:21 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/common jk_ajp12_worker.c jk_ajp_common.c jk_global.h jk_lb_worker.c jk_service.h jk/native/iis

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c

2005-02-16 Thread mturk
mturk 2005/02/16 07:22:46 Modified:jk/native/common jk_ajp12_worker.c Log: Ajp12 protocol is not recoverable, so set the return error to 500 in case of failrue. Revision ChangesPath 1.25 +6 -9 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c jk_ajp_common.c jk_connect.c jk_connect.h

2005-02-16 Thread mturk
mturk 2005/02/16 07:28:28 Modified:jk/native/common jk_ajp12_worker.c jk_ajp_common.c jk_connect.c jk_connect.h Log: Disable Nagle algorithm by default. It was disabled anyhow, so just clean up the API. No functional change. Revision ChangesPath

DO NOT REPLY [Bug 31232] - response.encodeURL() not encoding URL when mix of cookies and URL rewriting

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31232. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33601] - org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33601. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25250] - JavaBean named Component cannot be used in JSP

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25250. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25095] - The code generated by jsp:plugin is not suitable for XHTML

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25095. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33572] - webapp not reload after META-INF/context.xml change

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33572. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33572] - webapp not reload after META-INF/context.xml change

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33572. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java

2005-02-16 Thread remm
remm2005/02/16 13:14:36 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - The XML should be added last in that case too. Revision ChangesPath 1.57 +4 -4

DO NOT REPLY [Bug 33572] - webapp not reload after META-INF/context.xml change

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33572. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: 5.5.8 ?

2005-02-16 Thread Dominik Drzewiecki
Dominik Drzewiecki wrote: The list of fixes gets longer, and there were actually two regressions in 5.5.7: - JSP precompilation with taglibs in some cases - DataSource realm connection leaking; the fix needs testing I did some testing in a webapp I currently develop. And the fixed

DO NOT REPLY [Bug 33572] - webapp not reload after META-INF/context.xml change

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33572. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java

2005-02-16 Thread remm
remm2005/02/16 16:46:14 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Deleting expanded folder doesn't have too many benefits overall. Revision ChangesPath 1.58 +3 -3

DO NOT REPLY [Bug 33572] - webapp not reload after META-INF/context.xml change

2005-02-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33572. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c jk_util.h

2005-02-16 Thread mturk
mturk 2005/02/16 23:07:51 Modified:jk/native/common jk_util.c jk_util.h Log: Added socket_buf for optimizing socket receive and transmit buffers for platforms that can use them. Revision ChangesPath 1.60 +19 -1

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.h

2005-02-16 Thread mturk
mturk 2005/02/16 23:08:10 Modified:jk/native/common jk_ajp_common.h Log: Added socket_buf for optimizing socket receive and transmit buffers for platforms that can use them. Revision ChangesPath 1.31 +5 -4

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c jk_connect.h

2005-02-16 Thread mturk
mturk 2005/02/16 23:09:27 Modified:jk/native/common jk_connect.c jk_connect.h Log: Remove socket_timeout settings except for WIN32 platforms. Also add nonblocking is_connected function. Unlike cping/cpong this one checks the physical condition of the wire. Revision

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c

2005-02-16 Thread mturk
mturk 2005/02/16 23:10:23 Modified:jk/native/common jk_ajp12_worker.c Log: Use hard timeout of zero for sockets. Revision ChangesPath 1.27 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.c Index: jk_ajp12_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-02-16 Thread mturk
mturk 2005/02/16 23:14:20 Modified:jk/native/common jk_ajp_common.c Log: Fix getting next socket from pool and add is_connected checking if socket_timeout is set. Also no need to reconect if is_connected or cping/cpong failed, because tomcat is either dead or disconnected.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_lb_worker.h

2005-02-16 Thread mturk
mturk 2005/02/16 23:16:32 Modified:jk/native/common jk_lb_worker.c jk_lb_worker.h Log: Set service route to either worker name or worker domain, depending on how the worker has been elected. Revision ChangesPath 1.57 +27 -19