I'm receiving this error when starting my app :
java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/spring/servlet/servlet-context.xml]
I don't know why Spring is searching for servlet-context.xml . All of my contexts are configured in web-inf/context/portlet Is there a setting I can add to web.xml so tomcat can resolve the contexts from a different dir to /WEB-INF/spring/servlet/servlet-context.xml ? Or is another way of fixing this issue ?