Re: [cas-user] Service Registry without a RDBMS

2012-06-11 Thread Dmitriy Kopylenko
Hi Eric, You might want to try JSON-based service registry which reloads the changes into the in-memory representation when the JSON file definition changes. It's lightweight, human-readable, and would support the use cases that you have described. https://github.com/Unicon/cas-addons/blob/mas

[cas-user] Service Registry without a RDBMS

2012-06-11 Thread Eric Pierce
I'm going through our CAS configuration in preparation of updating 3.5 and trying to simplify everything as much as possible as I go. I'm currently using JpaServiceRegistryDaoImpl and running MySQL on each of our two CAS servers with a cronjob that dumps the configuration and copies it to our DR s