Hi,
I am starting to convert to CAS 5 and apparently we are missing something. We make a configuration change however it doesn’t get reflected in the application.
We are using the maven overlay method on Windows and it seems that our version of the cas.properties file does not overlay the original.
Do we need to copy the file to another location within the cas-overlay-template project before building the war file?
Any other thoughts would be great!
-Gary
The issue was resolved.
I was modifying cas.properties within the overlay project and then compiling the project. Actually you need to copy the updated cas.properties into a new “etc/cas/config/” folder. That is located in the root of the drive where Tomcat is located.