You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Gernot Lepuschitz <gl...@hyperwave.com> on 2002/08/13 16:53:36 UTC

Differences between ajp12 and ajp13

Hi,

I´m working on an integration of Tomcat4 with our Hyperwave
Information Server (for those who don´t know -> something like IIS
from MS, but much better :))

I can´t find any info on the changes from ajp12 to ajp13, which I need
the figure out, how much time we will need to implement the integration.

Is there a protocolspecification for ajp12,ajp13,ajp14 and if so,
where can I find it?

regards
  Gernot

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Differences between ajp12 and ajp13

Posted by Gernot Lepuschitz <gl...@hyperwave.com>.
From: "Michael E. Locasto" <lo...@cs.columbia.edu>
Subject: Re: Differences between ajp12 and ajp13
Date: Tue, 13 Aug 2002 11:25:06 -0400

> Gernot,
> 
> http://jakarta.apache.org/tomcat/tomcat-3.3-doc/AJPv13.html
> 
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html
> 

First of all thank you for the links. But i have 2 more Problems/Questions:

The first one concerns the debug output of Tomcat:

2002-08-14 14:41:15 Ajp13Processor[8009][4] [Ajp13] receiveNextRequest()
2002-08-14 14:41:15 Ajp13Processor[8009][4] [Ajp13] receive()
2002-08-14 14:41:15 Ajp13Processor[8009][4] [Ajp13] read got # 2
2002-08-14 14:41:15 Ajp13Processor[8009][4] [Ajp13] read got # 1
2002-08-14 14:41:15 Ajp13Processor[8009][4] [Ajp13] read got # 1
2002-08-14 14:41:16 Ajp13Processor[8009][4] [Ajp13] Received 4 -1 0
2002-08-14 14:41:16 Ajp13Processor[8009][4] [Ajp13] incomplete read, waited #-1 got only 0
2002-08-14 14:41:16 Ajp13Processor[8009][4] [Ajp13] Error receiving message

I would interpret it as:

tomcat read 2 bytes
tomcat read 1 byte
tomcat read 1 byte
Connection closed

Is this correct, or am I completely wrong?

The second on concerns the package structure of ajp13:

I´m not sure, if I got it right.

If i sent something to Tomcat the first 2 bytes are always: 0x12,0x34
Then I send the data length.  
The data that will be send is the actual request I want to send.

Am I right?

Many thanks,
  Gernot

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Differences between ajp12 and ajp13

Posted by "Michael E. Locasto" <lo...@cs.columbia.edu>.
Gernot,

http://jakarta.apache.org/tomcat/tomcat-3.3-doc/AJPv13.html

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html

Regards,
Michael

----- Original Message -----
From: "Gernot Lepuschitz" <gl...@hyperwave.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, August 13, 2002 10:53 AM
Subject: Differences between ajp12 and ajp13


> Hi,
>
> I´m working on an integration of Tomcat4 with our Hyperwave
> Information Server (for those who don´t know -> something like IIS
> from MS, but much better :))
>
> I can´t find any info on the changes from ajp12 to ajp13, which I need
> the figure out, how much time we will need to implement the integration.
>
> Is there a protocolspecification for ajp12,ajp13,ajp14 and if so,
> where can I find it?
>
> regards
>   Gernot
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>