On 9/13/06, Mladen Turk <[EMAIL PROTECTED]> wrote:
David Rees wrote:
> I'm using this config in Apache:
>
> JkMount /*.jsp tomcatlb
> <LocationMatch "/.*;jsessionid=.*">
>  JkMount tomcatlb
> </LocationMatch>

Have you tried?

<LocationMatch "/.*;jsessionid=.*">
   SetHandler jakarta-servlet
</LocationMatch>

The worker used will be the first one in
worker.list if you explicitly set the handler.

So what do you do when you have multiple virtualhosts mapped to
different workers?

Also, SetHandler jakarta-servlet isn't documented anywhere that I can
find, otherwise I would have tried it sooner.

-Dave

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

Reply via email to