On a site with lots of virtual hosts and .jsp files just about everywhere
on lots of directory levels I was looking for a way to simplify and
clarify the config. (Running tomcat 3.2.1 and mod_jk).
But I've not been able to find in the documentation the right sort of
magic to do something like:
AddHandler jakarta-script .jsp
rather than the
JkMount /*.jsp ajp12
JkMount /Foo/*.jsp ajp12
'per-directory' looking kina jsp mapping. Is there any way to do this
easily; (I know that the above happens to work) or am I just silly and do
RTFM/source code again ?
Any pointers appreciated.
Dw