Hi all,

When defining the CAS filter configuration there are entries like this in the 
web.xml file:

init-param>
            <param-name>serverName</param-name>
            <param-value>https://dev.utah.edu</param-value>
        </init-param>

This annoys some of our developers because it means they must rebuild the 
application if they want to change the param-value to "test.utah.edu" or 
"prod.utah.edu".

We would like to be able to read these values from a properties file or system 
property and have the CAS filter use those files in its filter init.

Does anyone know a way to use EL (expression language) to inject values into 
the web.xml file (or another way)?  I know it could be down with Spring using 
configurators, but most our apps are JSF based.

Any advice or suggestions would be appreciated.

Thanks,

Bryan Wooten

UIT Systems Administrator
University of Utah

[email protected]



-- 
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

Reply via email to