If you are trying to externalize your configuration you can add
something like this to spring-configuration/propertyFileConfigurer.xml

      
    <bean id="propertyPlaceholderConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        <property name="locations">
            <list>
                <value>/WEB-INF/cas.properties</value>
                <value>file:/etc/cas/cas-tier.properties</value>
            </list>
        </property>
    </bean>

Leave cas.properties where it is and create an new properties file with
items that are more frequently changed or differ by deployment.

Ray

On 2016-07-06 11:35, Chao wrote:
> I edited this file in ubuntu: /etc/environment and added
> “cas.properties.config.location=/etc/cas/cas.properties”
> but this doesnt work. I also read that environment variables
> containing dot cannot be defined in linux
> what should I do?
> -- 
> You received this message because you are subscribed to the Google
> Groups "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at
> https://groups.google.com/a/apereo.org/group/cas-user/.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/64514702-97e7-40f1-95c4-f030b546420a%40apereo.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/64514702-97e7-40f1-95c4-f030b546420a%40apereo.org?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/a/apereo.org/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/0af20d69-5175-4dca-25ee-2cb716b1456c%40uvic.ca.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Reply via email to