That is done in the WEB-INF/spring-configuration/propertyFileConfigurer.xml
edit that file to use the properties file you wish... I change the whole thing to this: <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> <value>classpath:mycas.properties</value> </list> </property> </bean> that way it is outside of the cas.war, allowing me to use the same war file for dev/test/prod On Thursday, February 6, 2014 10:41 AM, Carlos <[email protected]> wrote: Hi, I wanted to add a new configuration property into the cas.properties file. Is there a CAS class that is used to read the properties from that file? Thanks. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
