[xwiki-users] [XWiki 1.4] logout problem
Hi, I have installed xwiki 1.4 in tomcat and I have a problem on logout. can't logout after login. Regards, Thomas http://www.clubimmo.com
Thomas UNG wrote:
Hi,
I have installed xwiki 1.4 in tomcat and I have a problem on logout. can't logout after login.
Hi, - what version of Tomcat is that? - Are you sure that is 1.4? We had a problem with logout on tomcat, but it was in 1.3 -- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Sergiu, tomcat version is 5.5.23 xwiki running under version 1.4.9828 currently running in production from http://www.clubimmo.com/info I can give you an account login if required. Cheers, Thomas 2008/5/22 Sergiu Dumitriu <[email protected]>:
Thomas UNG wrote:
Hi,
I have installed xwiki 1.4 in tomcat and I have a problem on logout. can't logout after login.
Hi,
- what version of Tomcat is that? - Are you sure that is 1.4? We had a problem with logout on tomcat, but it was in 1.3 -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thomas UNG wrote:
Hi Sergiu,
tomcat version is 5.5.23
xwiki running under version 1.4.9828 currently running in production from http://www.clubimmo.com/info
I can give you an account login if required.
Yes, that would be helpful.
Cheers, Thomas
2008/5/22 Sergiu Dumitriu <[email protected]>:
Thomas UNG wrote:
Hi,
I have installed xwiki 1.4 in tomcat and I have a problem on logout. can't logout after login.
Hi,
- what version of Tomcat is that? - Are you sure that is 1.4? We had a problem with logout on tomcat, but it was in 1.3
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Try changing in xwiki.cfg: xwiki.authentication.logoutpage=/[^/]+/logout/* to xwiki.authentication.logoutpage=(/[^/]+/|/)logout/* I think this is caused by the missing /bin/ in the URL. Thomas UNG wrote:
Hi Sergiu,
tomcat version is 5.5.23
xwiki running under version 1.4.9828 currently running in production from http://www.clubimmo.com/info
I can give you an account login if required.
Cheers, Thomas
2008/5/22 Sergiu Dumitriu <[email protected]>:
Thomas UNG wrote:
Hi,
I have installed xwiki 1.4 in tomcat and I have a problem on logout. can't logout after login.
Hi,
- what version of Tomcat is that? - Are you sure that is 1.4? We had a problem with logout on tomcat, but it was in 1.3
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Thank You Sergiu ! it is working. I got some trouble when restarting service, took some time and 99% cpu ... Anyway... Thanks ! Thomas 2008/5/22 Sergiu Dumitriu <[email protected]>:
Try changing in xwiki.cfg:
xwiki.authentication.logoutpage=/[^/]+/logout/*
to
xwiki.authentication.logoutpage=(/[^/]+/|/)logout/*
I think this is caused by the missing /bin/ in the URL.
Thomas UNG wrote:
Hi Sergiu,
tomcat version is 5.5.23
xwiki running under version 1.4.9828 currently running in production from http://www.clubimmo.com/info
I can give you an account login if required.
Cheers, Thomas
2008/5/22 Sergiu Dumitriu <[email protected]>:
Thomas UNG wrote:
Hi,
I have installed xwiki 1.4 in tomcat and I have a problem on logout. can't logout after login.
Hi,
- what version of Tomcat is that? - Are you sure that is 1.4? We had a problem with logout on tomcat, but it was in 1.3
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Sergiu Dumitriu -
Thomas UNG