Hi Bill,

You sent this a while back, and I have to pick it up again.

Would you be able to explain how this would all hook together - are you
saying that Apache could load-balance the request (non-HTTP) and our
extension of JkHandler could handle the request?

cheers,

David

> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: "Tomcat Developers List" <tomcat-dev@jakarta.apache.org>
> Sent: Tuesday, March 22, 2005 8:16 AM
> Subject: Re: tomcat connector
> >
> > Wow, didn't know this was possible!
> >
> > This will be perfect for us...except that we need to go through Apache
> > mod_jk to load-balance requests as they come in, BEFORE they reach
tomcat.
> >
> > Please tell me there is a way to do this?!  (and how?!)
> >

> It might be easier in this case to extend JkHandler
>
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/org/apache
> /jk/core/JkHandler.html, and implement the invoke method.  Then you can
> insert it into the Handler chain via something like:
>    class.myhandler=com.myfirm.mypackage.MyHandler
>    request.next=myhandler
>    myhandler.next=container
>    # any other properties that your Handler needs to be set
> |---------+---------------------------->
> |          |           "Bill Barker"    |
> |         |           <[EMAIL PROTECTED]|
> |         |           .com>            |
> |         |                            |
> |         |           03/21/2005 03:30 |
> |         |           PM               |
> |         |           Please respond to|
> |         |           "Tomcat          |
> |         |           Developers List" |
> |         |                            |
> |---------+---------------------------->




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

Reply via email to