Hi all !
I built successfully CAS Server 5.0.5 and CAS Management 5.0.5 in the same Window Server ( Use Service Register is Json). In file application.properties of CAS manamement, I set cas.serviceRegistry.config.location is Absolute path to folder Services of CAS Server 5.0.5
##
# Resource-based (JSON/YAML) Service Registry
#
tomcat.url=C:/Program Files/Apache Software Foundation/Tomcat 8.5/webapps/cas//WEB-INF/classes/services
cas.serviceRegistry.config.location=${tomcat.url}
And cas-management.log warning:
2017-06-01 00:08:54,966 WARN [org.apereo.cas.config.JsonServiceRegistryConfiguration] - The location of service definitions class path resource [C:/Program Files/Apache Software Foundation/Tomcat 8.5/webapps/cas//WEB-INF/classes/services] is on the classpath. It is recommended that the location of service definitions be externalized to allow for easier modifications and better sharing of the configuration.
How to share Services Register Json between CAS Server and CAS manament ?
Help me !
Thanks.