Hello,
I noticed that CAS throwing following two warning..
2018-02-08 15:48:54,324 WARN [org.apereo.cas.web.report.util.ControllerUtils] - Logging configuration cannot be found in the environment settings
2018-02-08 15:49:13,607 WARN [org.apereo.cas.web.report.util.ControllerUtils] - Logging configuration cannot be found in the environment settings
2018-02-08 15:49:22,203 WARN [org.apereo.cas.config.CasCoreServicesConfiguration] - Runtime memory is used as the persistence storage for retrieving and persisting service definitions. Changes that are made to service definitions during runtime WILL be LOST upon container restarts. Ideally for production, you need to choose a storage option (JDBC, etc) to store and track service definitions.
we are using JPA Service Registry to store service tickets. i am not sure why it is still throwing that warning.
for Logging configuration, it is referring to log4j2.xml file? I have set following in CAS.properties file.
logging.config=C:/Projects/PASS5.2/trunk/test/apache-tomcat/cat_base/conf/log4j2.xml
server.contextParameters.isLog4jAutoInitializationDisabled=true
thanks,