Thanks Andy, I finally managed to get it working thanks to you.
I also submitted a PR to improve the official branch that gets deployed on Heroku (https://github.com/apereo/cas/pull/4438/) but it has been rejected. Then I created my own repository that gets deployed on Heroku, find it here: https://github.com/drupol/heroku-cas-server Thanks again. On Wednesday, November 13, 2019 at 9:57:14 AM UTC+1, Andy Ng wrote: > > Hi, > > Referring this here: > > https://apereo.github.io/cas/6.0.x/configuration/Configuration-Management.html#overview > > I am using this for my testing system, and I just checked it does work, > and it can be consumed by CAS: > > java -server -noverify -Xmx2048M -jar > *-Dcas.standalone.configurationDirectory=/mycasproperties* cas.war > ${ADDITIONAL_JAVA_PARAM} > > > And you should be able to see this message if cas properties is loaded: > 2019-11-13 08:52:18,444 INFO > [org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] > - <Configuration files found at [*/mycasproperties*] are [[file > [/mycasproperties/cas.properties]]] under profile(s) > > See if this would work... > > Cheers! > - 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. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1601bb9a-3024-40be-a8be-299ee876c13e%40apereo.org.
