Following the Tomcat doc -
Apache2 seems to go either with AJP 1.2 or 1.3 connectors
after 2.0 you'll need AJP1.3X connector(s)
before 2.0 you'll need ASP1.2X connector(s)
http://tomcat.apache.org/connectors-doc/howto/apache.html
HTH,
M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Robert" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Thursday, July 27, 2006 3:37 AM
Subject: Re: Problems with IE6, AJP1.3, Apache httpd and tomcat


> Rick G wrote:
>> Robert,
>>  Do you have some sample script/servlet that you can reliably reproduce the
>> issue that I could try?
>> If not, could you let me know a bit more about the operation, frequency of
>> the occurrence?
> 
> I don't have it, because I cannot reproduce the problem here on a 
> windows configuration. It only happens at one of our customers that uses 
> linux and AJP.
> 
> The unusual part of the script might be the synchronous nature. It uses 
> synchronous XMLHTTP/AJAX calls. Maybe that makes the problem apparent, 
> while in other cases it would have gone unnoticed. I currently have no 
> choice to make the calls asynchronous, because it was designed to be 
> synchronous. It would take too much work now.
> 
> When trying it on windows I used
> Apache HTTP Server 2.2.2
> Jakarta Tomcat 5.5.7
> 
> First I also tried to use mod_jk 1.2.14.1, but I never was able to start 
> the HTTP Server with that version of the connector.
> Finally I found mod_jk-apache-2.2.2 at 
> http://tomcat.apache.org/dev/dist/win32/ and then everything worked 
> fine. Of course kinda sad that I could not reproduce the problem.
> 
> What I am curious about is the compatibility between Apache HTTP Server 
> 2.2.0 and mod_jk 1.2.14.1 on linux. Is there a compatibility problem 
> between those version that manifest itself in my problems. What is the 
> recommended mod_jk version for Apache HTTP Server 2.2.0 on linux?
> 
> Robert
> 
>> -----Original Message-----
>> From: Robert [mailto:[EMAIL PROTECTED] 
>> Posted At: Tuesday, July 25, 2006 2:29 PM
>> Subject: Re: Problems with IE6, AJP1.3, Apache httpd and tomcat
>> 
>> 
>> Rick G wrote:
>> 
>>>Hi Robert,
>>>  I just wanted to say that I have been using the XMLHTTP object for 
>>>about 7 years now (since IE 5x),
>> 
>> Strangely enough the problems do not occur when using IE7.
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
>> e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to