Re: [cas-user] Alway Error 404 after compilation deployment

2024-02-09 Thread Ray Bon
Jérémie, I do not see anything amiss with that file. You could comment out the CasAppender s and change all AppenderRef s to point directly to the Appenders becomes Ray On Fri, 2024-02-09 at 18:05 +0100, Jérémie Pilette wrote: Notice: This message was sent from outside the University of Vic

Re: [cas-user] Re: why is redirecting to cas.example.org:8443 instead of using cas.server.name host

2024-02-09 Thread Ray Bon
Mohamed, The only change I made to build.gradle was add the ldap repository dependency. You do not need to adjust the security filter chain. The version in getcas... is 6.6.4 Is this the version you are using? Sorry, I forgot to say that management.properties is in etc/cas/config/ It is a basic

Re: [cas-user] Alway Error 404 after compilation deployment

2024-02-09 Thread Ray Bon
Jérémie, 'CasAppender' is defined in the log4j2.xml So it looks like cas is able to find the file, but not able to process it; hence, no log output. CasAppender is an indirection for the defined appender(s) above it: ... Are the definitions of the appenders missing or somehow corrupt? R

Re: [cas-user] Alway Error 404 after compilation deployment

2024-02-09 Thread Jérémie Pilette
Here this my log4j2.xml file from the cas-overlay template (after compilation) ``` /var/log/cas trace warn info warn warn warn warn warn warn warn warn true false casSta

Re: [cas-user] Re: why is redirecting to cas.example.org:8443 instead of using cas.server.name host

2024-02-09 Thread Mohamed Amdouni
Hi Ray, Would it be possible to share with me your build.gradke the dependencies section. I think that I miss the dependency that contains the definition of the security filter chain. Best regards. Le mer. 7 févr. 2024 à 19:15, Mohamed Amdouni a écrit : > You mean 6.4? The only version availa

Re: [cas-user] Alway Error 404 after compilation deployment

2024-02-09 Thread Jérémie Pilette
Hi Ray, ``` root@pc:/var/lib/tomcat10# ls -l total 12 lrwxrwxrwx 1 root root 13 10 oct. 18:33 conf -> /etc/tomcat10 ``` So what I see in /etc/tomcat10 is the same as /var/lib/tomcat10/conf. OK for that. About logs in /var/log/tomcat10 : catalina.out localhost_access_log.2024-02-09.txt About