On Fri, 23 Jan 2009 04:03:16 -0800 (PST) Louis Hoefler <louis.hoefler at struktum.com> wrote:
> I noticed some emails from people who suggested to add > JkMount /* to the jk.conf. > This destroyed my ability to use php. > Isn't there a way to use jsp globally but only for jsp pages? Looking back at the thread, you want .jsp throughout your server's URL space, right? Did you try JkMount /*.jsp ? If that doesn't do what you need, your options are to drop mod_jk and use ProxyPass with mod_proxy_ajp, or (not recommended) to hack it with a RewriteRules that catch non-jsp URLs. -- Nick Kew