Re: [cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-02-01 Thread Andy Ng
Glad it helps! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group.

Re: [cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-02-01 Thread The Jej
Hi Andy, Thank you so much ! It finally works I would never tought to put files outside of my project dir. I've spend so much time struggling with this, I can finally continue ! Have a nice day ! cheers Le vendredi 1 février 2019 02:20:46 UTC+1, Andy Ng a écrit : > > Hello, > > The problem

Re: [cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-01-31 Thread Andy Ng
Hello, The problem might be this `src/main/resources/etc/cas/config/cas.properties` You need to copy the /etc/cas/config/cas.properties to root, in your case because you are using Windows, that means "C:/etc/cas/cas.properties" if you do not want to put things outside of your directory, then

Re: [cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-01-31 Thread Ray Bon
Have a look at build.cmd. It is a wrapper around gradlew. One of the capabilities is copying etc/cas/*. After you start CAS, have a look in /etc/cas/services (not sure where that is on Windows) to be sure that your service.json is there. Ray On Thu, 2019-01-31 at 10:01 -0800, The Jej wrote:

[cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-01-31 Thread The Jej
Hello everyone, I've been using CAS 3.5.2 for quite a long time and I want to upgrade to a newer version. So I've been following the getting started guide here: https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/ I'm using: intellij (latest version) on windows 10. Here is what