[4.1.2] Milestone available for testing

2002-05-15 Thread Remy Maucherat
The 4.1.2 milestone is available for testing. The vote on how much the build should be publicized will happen next week (unless a showstopper bug is found before, in which case a new milestone will be released). Binaries are available at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v

RE: ant tools for 3.3

2002-05-15 Thread Keith Wannamaker
Ok, I added it to the build, but not the distribution (no good place for it?). Also, I didn't put ant.props in META-INF because it could not be found by the app there. It's just in the top level of the jar. I know I'm missing something here.. Also, I went ahead and put the adapter in j-t for

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/ant Tomcat3JSPVersionFile.java Tomcat3Precompiler.java ant.properties

2002-05-15 Thread keith
keith 02/05/15 20:15:13 Modified:.build.xml Added: src/share/org/apache/tomcat/ant Tomcat3JSPVersionFile.java Tomcat3Precompiler.java ant.properties Log: Add Tomcat related Ant tasks for precompiling JSPs. Revision ChangesPath 1.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/ant - New directory

2002-05-15 Thread keith
keith 02/05/15 20:12:14 jakarta-tomcat/src/share/org/apache/tomcat/ant - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2002-05-15 Thread remm
remm02/05/15 18:06:29 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Slightly experimental change. - Slightly modify the class filters: now, the filtered classes will be delegated to the parent CL. If the parent

DO NOT REPLY [Bug 7007] - Invalid names in web.xml generated by JspC for top-level JSP pages

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspC.java

2002-05-15 Thread kinman
kinman 02/05/15 17:43:15 Modified:jasper2/src/share/org/apache/jasper JspC.java Log: - Fixed 7007: Invalid names generated in web.xml by jspc. Revision ChangesPath 1.4 +4 -4 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java Index: JspC

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper JspC.java

2002-05-15 Thread kinman
kinman 02/05/15 17:42:42 Modified:jasper/src/share/org/apache/jasper Tag: tomcat_40_branch JspC.java Log: - Fixed 7007: Invalid names generated in web.xml by jspc. Revision ChangesPath No revision No re

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper JspC.java

2002-05-15 Thread kinman
kinman 02/05/15 17:41:26 Modified:jasper/src/share/org/apache/jasper JspC.java Log: - Fixed 7007: Invalid names generated in web.xml by jspc. Revision ChangesPath 1.15 +5 -5 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/JspC.java Index: JspC.java

Re: ant tools for 3.3

2002-05-15 Thread costinm
On Wed, 15 May 2002, Keith Wannamaker wrote: > I've written some ant tools that allow builds to populate > the Tomcat work directories with precompiled JSPs. I'm > trying to decide a home for them, if any, and was thinking > of a new package org.apache.tomcat.ant .. any other > preference? BTW

Re: ant tools for 3.3

2002-05-15 Thread costinm
On Wed, 15 May 2002, Keith Wannamaker wrote: > I've written some ant tools that allow builds to populate > the Tomcat work directories with precompiled JSPs. I'm > trying to decide a home for them, if any, and was thinking > of a new package org.apache.tomcat.ant .. any other > preference? +1

ant tools for 3.3

2002-05-15 Thread Keith Wannamaker
I've written some ant tools that allow builds to populate the Tomcat work directories with precompiled JSPs. I'm trying to decide a home for them, if any, and was thinking of a new package org.apache.tomcat.ant .. any other preference? code is @ http://apache.org/~keith/ Keith -- To unsubscri

DO NOT REPLY [Bug 7319] - codeBase in catalina.policy broken with jars

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7008] - facade.HttpServletRequestFacade.getParameter(HttpServletRequestFacade.java:277) --> java.lang.ArrayIndexOutOfBoundsException

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2002-05-15 Thread costin
costin 02/05/15 14:00:29 Modified:jk/native build.xml jk/native/common jk_lb_worker.c jk_util.c jk_util.h Log: Patch from Bernd Koecke, adding better support for hw balancers Submitted by: Bernd Keocke [EMAIL PROTECTED] Revision ChangesPath 1.33

DO NOT REPLY [Bug 7007] - Invalid names in web.xml generated by JspC for top-level JSP pages

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java

2002-05-15 Thread kinman
kinman 02/05/15 13:42:03 Modified:jasper2/src/share/org/apache/jasper/compiler ErrorDispatcher.java Generator.java Node.java Validator.java jasper2/src/share/org/apache/jasper/runtime PageContextImpl

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_service_apache2.c mod_jk2.c

2002-05-15 Thread costin
costin 02/05/15 12:46:46 Modified:jk/native2/jni jk_jni_aprImpl.c jk/native2/server/apache2 jk_service_apache2.c mod_jk2.c Log: Save the request start time. Few small fixes. Remove unused fields. Revision ChangesPath 1.21 +0 -7 jakarta

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_logon.c jk_handler_response.c jk_registry.c jk_shm.c jk_uriEnv.c jk_worker_lb.c

2002-05-15 Thread costin
costin 02/05/15 12:45:45 Modified:jk/native2/common jk_handler_logon.c jk_handler_response.c jk_registry.c jk_shm.c jk_uriEnv.c jk_worker_lb.c Log: Various other fixes / cosmetic changes. Note that 'recoverable' in endpoint is used to indicate a protoco

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2002-05-15 Thread costin
costin 02/05/15 12:42:56 Modified:jk/native2/common jk_worker_status.c Log: Display the stat info and totals. Revision ChangesPath 1.21 +71 -12jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c Index: jk_worker_status.c ==

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c

2002-05-15 Thread costin
costin 02/05/15 12:41:27 Modified:jk/native2/common jk_worker_ajp13.c Log: Time the requests. Revision ChangesPath 1.21 +56 -41jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c Index: jk_worker_ajp13.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_workerEnv.c

2002-05-15 Thread costin
costin 02/05/15 12:40:44 Modified:jk/native2/common jk_workerEnv.c Log: Add the timing option. Add a CS to support concurent operation ( non-critical since this is not per request ). addEndpoint - will assign an index to the endpoint. We also assign an index to channe

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_endpoint.c

2002-05-15 Thread costin
costin 02/05/15 12:37:44 Modified:jk/native2/common jk_endpoint.c Log: Remove the getAttribute - there's no usefull information in endpoint, all the stuff has moved to the scoreboard. We currently use the scoreboard info directly, as a struct - i.e. without encapsulation o

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2002-05-15 Thread costin
costin 02/05/15 12:36:16 Modified:jk/native2/common jk_channel_socket.c Log: One experimental optimization - use fewer read() calls and do some buffering. The new function is not enabled, and it seems to have only minimal benefits. ( it does more if coupled with a write buff

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_apr_socket.c jk_channel_jni.c

2002-05-15 Thread costin
costin 02/05/15 12:34:09 Modified:jk/native2/common jk_channel_apr_socket.c jk_channel_jni.c Log: Few cosmetic changes - simplify the code Revision ChangesPath 1.17 +13 -27 jakarta-tomcat-connectors/jk/native2/common/jk_channel_apr_socket.c Index: jk_chann

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_channel.h jk_endpoint.h jk_global.h jk_service.h jk_shm.h jk_uriEnv.h jk_worker.h jk_workerEnv.h

2002-05-15 Thread costin
costin 02/05/15 12:32:43 Modified:jk/native2/include jk_channel.h jk_endpoint.h jk_global.h jk_service.h jk_shm.h jk_uriEnv.h jk_worker.h jk_workerEnv.h Log: More cosmetic changes - removing fields that are no longer used, adding co

DO NOT REPLY [Bug 7319] - codeBase in catalina.policy broken with jars

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2002-05-15 Thread keith
keith 02/05/15 11:53:46 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: Wrap acceptSocket in a try to be more robust Revision ChangesPath 1.3 +9 -4 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java

RE: found 3.3-head thread problem

2002-05-15 Thread Keith Wannamaker
This is why-- in PoolThreadEndpoint, a new thread is started only when a socket is accepted. Since the npe happened before this, the whole thing shut down without running another thread. So, we need to wrap for Throwable, and I think the best place to do it is around the accept in PTE.runIt.

Re: found 3.3-head thread problem

2002-05-15 Thread costinm
On Wed, 15 May 2002, Keith Wannamaker wrote: > Remember last week when I mentioned the thread problem in 3.3-head? > > In PoolTcpEndpoint, when there is a SocketException, we log a > non-fatal error message. The problem began when Remy pointed > the string manager to an empty bundle. StringMan

found 3.3-head thread problem

2002-05-15 Thread Keith Wannamaker
Remember last week when I mentioned the thread problem in 3.3-head? In PoolTcpEndpoint, when there is a SocketException, we log a non-fatal error message. The problem began when Remy pointed the string manager to an empty bundle. StringManager.getString will return a null rather than throw a mi

DO NOT REPLY [Bug 4690] - sessions not scoped according to spec section 7.3

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9116] - session gets shared across webapps with forward/incude

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8290] - Problem in the code generated by jasper 2

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9120] - JSPs "hang" for a short period

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/res LocalStrings.properties

2002-05-15 Thread keith
keith 02/05/15 10:38:37 Modified:util/java/org/apache/tomcat/util/net/res LocalStrings.properties Log: Add PoolTcpEndpoint messages Revision ChangesPath 1.2 +4 -0 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/res/Loc

DO NOT REPLY [Bug 9120] New: - JSPs "hang" for a short period

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [ANNOUCEMENT] Tomcat 4.0.2 Final released

2002-05-15 Thread Pier Fumagalli
"jean-frederic clere" <[EMAIL PROTECTED]> wrote: > Pae Choi wrote: >> >> We already have v4.0.3. You menat 4.0.4? If not, what am I missing here? > > The date! - That is a mail from the 11 th of February - (problem is > nagoya?) No problems on nagoya... As I mentioned on my post to general@

Re: local worker patch for JK1

2002-05-15 Thread costinm
On Wed, 15 May 2002 [EMAIL PROTECTED] wrote: > > Hi, > > there is something that bothers me in the patch Bernd sent, that is > the local_worker property of workers, I think the concept of local > worker is linked with that of load balancing worker, and not to that > of worker. Nothing

cvs commit: jakarta-tomcat-connectors/webapp/docs faq.xml

2002-05-15 Thread jfclere
jfclere 02/05/15 09:20:26 Modified:webapp/docs faq.xml Log: Add 2 more. Revision ChangesPath 1.2 +39 -2 jakarta-tomcat-connectors/webapp/docs/faq.xml Index: faq.xml === RCS file: /home/cvs

DO NOT REPLY [Bug 9116] New: - session gets shared across webapps with forward/incude

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

JSPC bug with pacakge option

2002-05-15 Thread Arvind Gudipati
Seems like im hitting a bug in the class org.apache.jasper.JspC When i run the jspc without any package specified it works fine. However when i specify the package with option "-p jsp" i get .java files for each .jsp files created with package specified as "package jsp.;", and this fails to compi

DO NOT REPLY [Bug 9112] - Error on startup

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [ANNOUCEMENT] Tomcat 4.0.2 Final released

2002-05-15 Thread Remy Maucherat
> Pae Choi wrote: > > > > We already have v4.0.3. You menat 4.0.4? If not, what am I missing here? > > The date! - That is a mail from the 11 th of February - (problem is > nagoya?) I didn't resend the mail, and the date is indeed incorrect. Don't know what's going on ... Remy > > - Origina

cvs commit: jakarta-tomcat-4.0/resources/confinstall server_2.xml

2002-05-15 Thread remm
remm02/05/15 08:28:56 Modified:resources/confinstall server_2.xml Log: - Update the resource name (#9112). Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-4.0/resources/confinstall/server_2.xml Index: server_2.xml =

cvs commit: jakarta-tomcat-connectors/webapp/docs faq.xml

2002-05-15 Thread jfclere
jfclere 02/05/15 08:18:43 Added: webapp/docs faq.xml Log: A FAQ could be usefull, no? Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/docs/faq.xml Index: faq.xml ===

Re: [ANNOUCEMENT] Tomcat 4.0.2 Final released

2002-05-15 Thread jean-frederic clere
Pae Choi wrote: > > We already have v4.0.3. You menat 4.0.4? If not, what am I missing here? The date! - That is a mail from the 11 th of February - (problem is nagoya?) > > Pae > > - Original Message - > From: "Remy Maucherat" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PR

Re: startup.bat window

2002-05-15 Thread Bill Blackmon
Thanks for the note. I added 'pause' and the startup.bat screen stays up. However, when the server.xml file is read by whatever wherever it crashes on a bad JDBC Realm I'm trying to set up. Then the catalina.bat file disappears and I have no idea what happened. There is nothing in any of the logs.

RE: startup.bat window

2002-05-15 Thread Mark Gash
Bill, It sounds daft - but have you tried editing the startup.bat and adding a 'pause' at the end? Kind Regards, Mark Gash Consultant TriSystems Ltd. 020 7264 0440 [EMAIL PROTECTED] -Original Message- From: Bill Blackmon [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 15:47 To: Tomcat D

Re: startup.bat window

2002-05-15 Thread Bill Blackmon
thanks - didnt' work but i'm not surprised! i'll keep at it. - Original Message - From: "Hans Schmid" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 9:26 AM Subject: AW: startup.bat window > First, this is clearly a tomcat-user ques

DO NOT REPLY [Bug 9112] - Error on startup

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9112] - Error on startup

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9112] - Error on startup

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9112] New: - Error on startup

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: local worker patch for JK1

2002-05-15 Thread Bernd Koecke
[EMAIL PROTECTED] wrote: > Hi, > > there is something that bothers me in the patch Bernd sent, that is > the local_worker property of workers, I think the concept of local > worker is linked with that of load balancing worker, and not to that > of worker. Nothing forbids to have an aj

AW: startup.bat window

2002-05-15 Thread Hans Schmid
First, this is clearly a tomcat-user question. To find out, what is wrong, execute tomcat.bat run This will start tomcat in the same window. (TC 3.3.1 at least) I can't help you with the mySQL question though. Regards, Hans > -Ursprüngliche Nachricht- > Von: Bill Blackmon [mailto:[EMAI

DO NOT REPLY [Bug 9111] New: - URL encoding fails for relative paths in contexts containing "unsafe" characters

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

local worker patch for JK1

2002-05-15 Thread Mathias . Herberts
Hi, there is something that bothers me in the patch Bernd sent, that is the local_worker property of workers, I think the concept of local worker is linked with that of load balancing worker, and not to that of worker. Nothing forbids to have an ajp13 worker in several load balancin

startup.bat window

2002-05-15 Thread Bill Blackmon
I'm trying to set the following JDBC Realm up: to use with mySQL. Obviously there is an error because the startup.bat window flits off of the screen. What can I do in startup.bat to make it stay opened so I can see what the problem is? Also, can anyone point me to a good example or a book that co

DO NOT REPLY [Bug 9107] New: - error in or incomplete documentation ?

2002-05-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[PATCH] for lb_worker in jk1 with local workers

2002-05-15 Thread Bernd Koecke
Hi, here is the patch for lb_worker in jk1. I tested it on a testcluster and it worked for me. It adds two config params: 'local_worker_only' on the lb_worker 'local_worker' on the balanced workers, e.g. an ajp13 worker Example environment: A cluster with two nodes (TC1+TC2), running apache+to

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_lb.c

2002-05-15 Thread Bernd Koecke
[EMAIL PROTECTED] wrote: > On Tue, 14 May 2002, Bernd Koecke wrote: > > >>Hi Costin, >> >>the new patch seems to work, but I'll test it more exactly tomorrow. Then I'll >>create the patches and the functional description. >> >>In short, the patched lb_worker uses an additinal flag on the other

test

2002-05-15 Thread jean-frederic clere
please ignore -- To unsubscribe, e-mail: For additional commands, e-mail: