Hi Milt,

>Anyone know anything about the mod_jk directive JkAutoMount?  I've
>seen some about it in the documentation, in the source, and via a web
>search, but it's all a little bit sketchy.  It sounds like it can be
>used instead of JkMount, to have the web server query the servlet
>container for what URL's it's supposed to forward (and to what
>contexts) to Tomcat.  But it's not clear that's what it does.  And
>it's not clear it's been fully implemented.  And it's not clear which
>version of mod_jk it's part of.

The jkautomount feature, part of the ajp13 evolution proposal,
ajp14, will not be included in mod_jk 1.2.0 (the version from
jakarta-tomcat-connector/jk/native).

It may be implemented in the currently developped mod_jk 2.0
(jakarta-tomcat-connector/jk/native2).

So for now you could use :

JkMount /URL/* to make tomcat handle all /URL/ request.

Regards:

BTW, mod_jk 1.2.0 is in final stage and should be released
next week. I hope to have better documentation since many
people proposed to contribute their own works to jakarta ;)

The documentation will probably be available at jakarta.org,
and not in mod_jk 1.2.0 tarball, since it will not be ready 
at the release time.

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

Reply via email to