Re: [cas-user] Cas ticket db backup/restore

2019-09-14 Thread Jeffrey Ramsay
You should try hazelcast instead of a relational database for better performance in a clustered setup. Jeff On Fri, Sep 13, 2019 at 10:45 AM Timi koli wrote: > Hi Guys, > > I am testing to move the ticket fb cas-sso from localhost to clustered > mariadb servers > > It works but when I do backup

[cas-user] CAS configuration options

2019-09-14 Thread Andy Ng
Hi, Can you try out cas.standalone.configurationDirectory=classpath:/src/resources? Can u try putting it in bootstrap.properties to see if it will works (not good practice, but can test if can work) Also, i know you want multiple spring profiles, but just for debug sake, if you put your confi

[cas-user] CAS configuration options

2019-09-14 Thread n99
Hi I am running cas-overlay-template version 6.0.0 on linux and have managed to build and run a docker cas with config in /etc/cas/config using standalone and dev spring profiles. I've read the pages at https://apereo.github.io/cas/6.0.x/configuration/Configuration-Server-Management.html and