JK 1.2.6 and AJP problems

2004-11-17 Thread Henri Gomez
To follow my previous thread on AJP and Tomcat 3.3.2 I succeed to reproduce the : 17 nov. 2004 09:52:25 org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 0 Put a debug in eclipse and in case of unknown message in AJP decode I got : MsgByte = 00 00 00 00 0d 00 00 00

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Mladen Turk
Henri Gomez wrote: The way to do it is to click on many URL for differents servlets without waiting for response from previous click (something users does but no benchs systems). Have you noticed such behavior on TC4 or TC5. I mean, that might lead to the source of the problem. MT.

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Bill Barker
- Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 4:43 AM Subject: Re: JK 1.2.6 and AJP problems Henri Gomez wrote: The way to do it is to click on many URL for differents servlets without

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Henri Gomez
, November 17, 2004 4:43 AM Subject: Re: JK 1.2.6 and AJP problems Henri Gomez wrote: The way to do it is to click on many URL for differents servlets without waiting for response from previous click (something users does but no benchs systems). Have you noticed such behavior

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Bill Barker
- Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 11:42 AM Subject: Re: JK 1.2.6 and AJP problems So I should rebuild a tomcat 3.3.3-dev ? Or which jars shoud I get from latest tc 5.x

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Henri Gomez
Subject: Re: JK 1.2.6 and AJP problems So I should rebuild a tomcat 3.3.3-dev ? Or which jars shoud I get from latest tc 5.x ? At the minimum, you need tomcat-ajp.jar (replaces tomcat-jk2.jar). You might want tomcat-util.jar and tomcat-coyote.jar as well. OTOH, very little has changed