> Hey, I don't have a log4j.properties in {tomcat}/webapp/cas/classes, it only 
> gives the log4j.xml.

We're using log4j.xml now.  Guess we need to update the docs.

> I changed the {tomcat}/webapp/cas/classes/log4j.xml like this:
>    <logger name="org.jasig" additivity="true">
>        <level value="DEBUG" />
>        <appender-ref ref="cas" />
>    </logger>
>
>    <logger name="org.jasig.cas.web.flow" additivity="true">
>        <level value="DEBUG" />
>        <appender-ref ref="cas" />
>    </logger>

Looks right, yet I don't believe the excepts you shared contain
everything.  I don't see the copious startup output in your logs, and
it's failing at startup, presumably when loading the Spring context
XML files.  Is there anything prior to the excerpts you shared?

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