Hi,
actually then it is really strange, steps what i have done
1) I have xwiki 1.3.1.8931 installed under tomcat5 on centos
2) I have imported default xar file for xwiki 1.3.1
3) I have created a new user boss, added him to group
XWikiAdministratorGroup
4) I have changed global rights for groups :
Special Users View Comment Edit Delete Admin Register Program Unregistered
Users Groups Users View Comment Edit Delete Admin Register Program
XWikiAdminGroup<http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAdminGroup>
XWikiAllGroup <http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAllGroup>
If it will not show you correctly,
i have disabled any kind of access for Unregistered Users
5) After i will type url
http://site.domain.com/xwiki it will ask for login
and password
6) After i will type login and password it will open site
http://site.domain.com/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist
Now i found that there is 2times xwiki/xwiki .
7) I have apache virtual domain configured as a proxy to tomcat running on
port 8080
<VirtualHost *:80>
ServerName
site.domain.com
ServerAlias
s.domain.com
RedirectMatch permanent '^//*$' /xwiki/
ProxyRequests Off
ProxyPass /xwiki
http://localhost:8080/xwiki
ProxyPassReverse /xwiki
http://localhost:8080/xwiki
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
There is a previous thread dealing with this issue. See this...