Hi all,
after the login, xwiki always redirect the response to
http://192.168.24.116:8080/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist.
In the web.xml there is this setting
<error-page>
<error-code>404</error-code>
<location>xwiki/bin/view/Main/DocumentDoesNotExist</location>
</error-page>
but i don't understand why the login request get error 404.
Can someone help me?
Thanks
Raffo