Everything else works just fine, it is just immediately after login that it shows this. If it were in web.xml it wouldn't work at all eh? 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/
Guillaume Lerouge wrote:
Hi Mike,
Is there a work around where we can modify DocumentDoesNotExist wiki page
with a timer that forwards to "..bin/view/Main/" after a few seconds?
Edit the page in wiki mode and add
$response.sendRedirect("Main.WebHome")
at the top.
Guillaume
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p168289... Sent from the XWiki- Users mailing list archive at Nabble.com.