This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am a newbie to Spring Security and am getting the following error when starting TomCat:
SEVERE: Exception starting filter Acegi Filter Chain Proxy javax.servlet.ServletException: targetBean 'filterChainProxy' not found in context at org.acegisecurity.util.FilterToBeanProxy.doInit(Fi lterToBeanProxy.java:126)
Here is my config in web.xml: <filter> <filter-name>Acegi Filter Chain Proxy</filter-name> <filter-class> org.acegisecurity.util.FilterToBeanProxy </filter-class> <init-param> <param-name>targetBean</param-name> <param-value>filterChainProxy</param-value> </init-param> </filter>
Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place. Please read this for more information.