Am 11.09.2014 um 22:15 schrieb Daniel Pfeiffer:
On 2014-09-10 22:12, Mark Eggers wrote:
I don't think that the trailing /* is valid for a simple
Location directive. If you want regular expressions you'll have to use
either LocationMatch or Location ~ (Location followed by the ~)

This was the decisive hint!  JkMount needs /*, but Location doesn't seem
to handle it well.  This makes the one-argument-form of JkMount quite
useless. The solution was using the two-argument-form isolated with /*
and Location without.

I updated the docs in svn to make that behavior more clear und to warn against that type of use.

See: http://svn.apache.org/viewvc?view=revision&revision=1626582

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to