Re: [xwiki-users] log4j doesn't log information about LDAP connection

2010-06-01 Thread Martin Kunze
Hello Thomas, >Where did you put the log4j.properties file ? I put the log4j.properties file in the '/WEB-INF/classes/' directory. The xwiki.log also isn't empty and shows e.g. all *.jar files which are used by running xwiki and loaded on startup of tomcat.  >Did you properly enabled LDAP ayhe

Re: [xwiki-users] log4j doesn't log information about LDAP connection

2010-06-01 Thread Martin Kunze
Thomas wrote: >Make sure the xwiki.authentication.authclass proparty is not set >anywhere else in the xwiki.cfg file. done. ;-) (All the others ar commented with an "#" at the beginning) >Try setting "trace" level instead of "debug" and see if you have >"Starting LDAP authentication" to really ma

Re: [xwiki-users] log4j doesn't log information about LDAP connection

2010-06-01 Thread Martin Kunze
  >Dumb question: did you restarted XWiki since you modified configuration files ? I usually only restart Tomcat after I've modified a configuration file. -- Martin On Tue, Jun 1, 2010 at 12:26, Martin Kunze wrote: > Thomas wrote: >>Make sure the xwiki.authentication.authclas

Re: [xwiki-users] log4j doesn't log information about LDAP connection

2010-06-02 Thread Martin Kunze
Hello Thomas, this morning I had the possibility to restart the whole server on which xwiki and tomcat are running. You won't beleave me but now there is some Logging and the "Starting LDAP authentication" string in the xwiki.log. crazy. But authentication fails. ("Invalid credentials"). xwiki.

Re: [xwiki-users] log4j doesn't log information about LDAP connection

2010-06-04 Thread Martin Kunze
: Re: [xwiki-users] log4j doesn't log information about LDAP connection On Wed, Jun 2, 2010 at 13:26, Martin Kunze wrote: > Hello Thomas, > > this morning I had the possibility to restart the whole server on which xwiki > and tomcat are running. > You won't beleave me bu

Re: [xwiki-users] log4j doesn't log information about LDAP connection

2010-06-04 Thread Martin Kunze
On Fri, Jun 4, 2010 at 14:21, Thomas Mortagne wrote: >On Fri, Jun 4, 2010 at 13:09, Martin Kunze wrote: >> Hey, >> >> there are some good news and some not so good ones. >> >> After I upgraded xwiki to Version 2.3.1 and reconfigured xwiki.cfg the >> Act