On Thu, 17 Jan 2002, Tom Drake wrote:

> Costin:
>
> I'm not sure where to make these changes. In particular, I don't
> know to which message(s) the jvmRoute information is attached
> or how to extract it from the payload.

The route is attached on each request. It could be sent only when the
connection is first established, but that's how ajp13 was designed (
and it's good for channels where you don't have a long-lived connection ).

It is extracted by the RequestHandler in BaseRequest.jvmRoute.

But don't spend too much time on this - we can do it later or in jk2,
for now you solved the main problem which is getting sticky session to
work.

Costin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to