DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40151>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40151





------- Additional Comments From [EMAIL PROTECTED]  2006-09-14 18:19 -------
(In reply to comment #6)
> JkMount / motorweb
> JkMount /*.jsp motorweb
>
> Then I added an index.jsp into the top level directory of the ROOT context and
> send the following URL to apache:
> 
> 'fraxinus:8080/;jsessionid=a'

That configuration works for your example, but the reported did not use JkMount
/ motorweb. While that correctly gets links to / which are rewritten working,
you would have to add a JkMount /<dirname>/ motorweb for each directory in your
document root. So for example:

'fraxinus:8080/somedir/;jsessionid=a'

Will return a 404.

I am not the original reporter, but I have the same problem which I have been
discussing on the dev list.

Perhaps this should be left closed and a new bug opened for an enhancement
request to add functionality to mod_jk to allow you to map all URLs with
jsessionid to it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to