Bryan Wooten wrote: > > 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> > > [...] > > Any advice or suggestions would be appreciated. >
I worked around this by using a Maven POM defining properties in different profiles (DEV, INT and PROD) and filtering the web.xml (because I didn't know better). I'll have a look at the JNDI and container specific solutions. -- Tobias -- View this message in context: http://jasig.275507.n4.nabble.com/Java-client-configuration-question-tp2250735p2251411.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
