Yup, your mount point aren't quite right:
- They need to be in a virtual host if they are for that (or turn on
inheritance)
- You have to mount _either_ a path or an extension - not both - i.e.
JkMount *.jsp or JkMount /myapp - not what you've got with JkMount /*.jsp
cheers
Pete
On 17 November
Hi
Thanks for the various timely emails - I am in Australia hence I am in
front of you time wise!
What I didn't see was any actual answer to the question though - just
queried the email list for this thread and this was the first reply I got!
Could you resend your actual answer?
Cheers
Pete
Hi
I've got what I think is a pretty normal setup, where I have an Apache
server serving some content for a website, and using mod_jk to connect to
Tomcat running on another server. My problem is that I'm also trying to
use mod_rewrite to err, rewrite URLs. In short, if I do this the
'normal'
Ah ha, well spotted, thanks! Indeed the ErrorDocument pointed to 404.htm,
and htm hadn't been unmapped. Now I have done, it works fine!
Cheers
Pete
On 11/10/2012 17:34, "Christopher Schultz"
wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Pete,
&g
Hi,
I think I've found a small bug in mod_jk relating to the way it handles 404
errors, though it's possible it's a configuration problem (but I don't think
so). Wondering if anyone can help?
In essence, we have a Centos 5.8 box running Apache 2.2.3-65 (as they call
it it's the latest version