> I would like to place the config file log4j.properties outside the war
> file

You'll want something like the following in your web.xml:

  <context-param>
    <param-name>log4jConfigLocation</param-name>
    <param-value>file://${cas.home}/log4j.xml</param-value>
  </context-param>

where cas.home is a property that points to the full path of our CAS
application home directory.

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