> I'm wondering if is possible to change the "serverName" context-param
> and the "casServerUrlPrefix" w/ the hostname of the server programmatically
> with java code

You'd have to write a substantial amount of code to implement this
since all of the filters inherit from a base class that does the
context and init param checking.

Have you considered scripting the generation of a Tomcat context xml
file containing these parameters?  Something as simple as a context
file containing placeholders that you replace with sed or similar
seems to be in the spirit of what you're trying to do and would be
well-supported by the Java CAS Client library.

M

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