Hi jeremy, Not sure if your profiles are just for configuration changes. Generally it is a good practice to separate application configuration from the app artifact it self. One of the advantages advantage is you don't need to generate a new app version or build each time you need a config change. CAS has several solutions to this.
In case you want to use configurations files and standalone mode you could externalize configuration to filesystem. We used to manage configuration files for each environment this way using: -Dcas.standalone.configurationDirectory=<path-to-configuration-files> May be this is usefull in your domain. Facundo -- - 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/cf4e03ab-4463-4692-9d48-64990f33791e%40apereo.org.
