Error 500: javax.servlet.ServletException: Filter [springSecurityFilterChain]: could not be initialized
Solution:
- Remove the jars
servlet-api.jar,j2ee.jare - Don't use any properties in the configuration file like the applicationContext.xml
<property name="url" value="${db1.url}" />