java - Centralized catalina properties -


we have service (java, spring-batch, tomcat) runs on number of environments. each environment has have own configuration files, example catalina properties.

is there way have centralized system, service knows on environment it's running , automatically gets own properties? maybe using db or active directory?

or @ least easier way manage these, without having manually adjust each , every one?

take @ spring cloud project. spring cloud config project. exposes config server clients can call obtain environment specific configurations.

you can read more spring cloud , config server here: http://projects.spring.io/spring-cloud/


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -