A quick look at web.xml shows...
<error-page>
<error-code>404</error-code>
<location>/xwiki/bin/view/Main/DocumentDoesNotExist</location>
</error-page>
So I do believe the extra /xwiki is coming from here true enough...but ah
ha! it is coming here because after login it is trowing a 404 and that is
redirecting to here.
vmassol wrote:
On Apr 22, 2008, at 1:22 AM, Mike Oliver wrote:
That didn't help, perhaps the URI it goes to after login will give a
clue.
/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist
That URI is not correct. There's one "xwiki/" too much.
Maybe the path specified in your web.xml isn't correct?
-Vincent
PS: I haven't followed this thread so maybe this has already been
discussed/