06-16-2005 02:26 AM
does the CSS 11500 have the capability to support AJP to balance between application server?
Solved! Go to Solution.
06-22-2005 09:12 AM
Sigi,
thanks for the link.
From what I could read, this protocol uses binary data which makes it impossible for the CSS to read.
Therefore, the only sticky option available is based on source-ip.
Regards,
Gilles.
06-16-2005 05:50 AM
What is AJP ?
Is this a protocol or a special loadbalancing algorithm ?
If a protocol, is it TCP based or UDP based or something ?
Does the protocol uses a control channel and data channels like FTP or RTSP ?
Apparently this is not a protocol known by the CSS or I would know what is AJP.
However, the CSS can loadbalance unknown IP protocols as long as you do not need some special feature like loadbalancing on some special AJP parameters.
Regards,
Gilles.
06-16-2005 09:56 AM
Hi. Gilles,
thanks for your questions.
AJP is a protocol (Apache JServ Protocol) which works over TCP. More about it you can find here: http://jakarta.apache.org/tomcat/connectors-doc/common/ajpv13a.html
Loadbalancing on TCP ist not a problem right, our biggest concern is how we can build stikyness?
Sigi
06-17-2005 12:33 AM
Inside the AJP Header is a tag wich sould be used for stickyness.
The Customer is trying to use "server_name" for stickyness.
The documentation to the CSS only describes string operations to HTTP headers. Im not sure if its possible to use those string operations on other string based Headers too.
_______________________________________________________
AJP13_FORWARD_REQUEST :=
prefix_code (byte) 0x02 = JK_AJP13_FORWARD_REQUEST
method (byte)
protocol (string)
req_uri (string)
remote_addr (string)
remote_host (string)
server_name (string)
server_port (integer)
is_ssl (boolean)
num_headers (integer)
request_headers *(req_header_name req_header_value)
attributes *(attribut_name attribute_value)
request_terminator (byte) OxFF
06-22-2005 09:12 AM
Sigi,
thanks for the link.
From what I could read, this protocol uses binary data which makes it impossible for the CSS to read.
Therefore, the only sticky option available is based on source-ip.
Regards,
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide