Your previous problem and the errors below suggest you're missing
arbitrary files:

> log4j:WARN No appenders could be found for logger
> (org.springframework.web.context.ContextLoader).
> log4j:WARN Please initialize the log4j system properly.

Above is caused by missing /WEB-INF/classes/log4j.properties.

> SafeContextLoaderListener:
> The Spring ContextLoaderListener we wrap threw on contextInitialized.
> But for our having caught this error, the web application context would
> not have initialized.
> org.springframework.beans.factory.BeanDefinitionStoreException: Could
> not resolve bean definition resource pattern [/WEB-INF/
> spring-configuration/*.xml]; nested exception is
> java.io.FileNotFoundException:

Above seems to indicate missing XML files in
/WEB-INF/spring-configuration/.  Can you sketch out your build
process?  To be missing the files you've been missing suggests
something unusual.

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