22 Apr
2008
22 Apr
'08
8:41 a.m.
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