David Rees wrote:
Ok, I'm pretty sure this is a real bug (though not a new one, mod_jk
back to 1.2.15 behaves the same).


This not an bug.

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.

Regards,
Mladen.

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

Reply via email to