> Try web-Inf/classes I believe this is correct, but it's important to note _why_. I believe the reason is that the setLocation/setLocations uses the Spring Resource abstraction under the hood. Resources behave differently depending upon context. For a WebAppliationContext loaded from XML configuration files on the classpath, which is the case for CAS, it treats resources as ClassPathResource objects, so the path is relative to the root of the classpath, which is WEB-INF/classes.
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
