I was looking at the different methods for configuring the cas client for
applications. Right now we have the settings hard coded in the web.xml:

<filter>
<filter-name>CAS Auth Filter</filter-name>
<filter-class>org.jasig.cas.client.authentication.AuthenticationFilter</filter-class>
<init-param>
<param-name>casServerLoginUrl</param-name>
<param-value>https://cas.wcfgroup.com:8443/cas/login</param-value>
</init-param>
<init-param>
<param-name>serverName</param-name>
<param-value>https://localhost:8443</param-value>
</init-param>
</filter>

How are other people dealing with this? I don't want to build a new war for
each environment that I have to push to if that is possible. I looked at
the JNDI method:
https://wiki.jasig.org/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+using+JNDIand
if I am not mistaken this approach to using the context was abandoned
with Tomcat 7.0, but I could be wrong on that.

So I guess my question is, how are other people doing this?

Thanks,

~Karl~

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