error initializing multiple configuration files
- by lurscher
Hi,
during initialization startup on tomcat, the configurations are:
1) a webapp/WEB-INF/web.xml that imports yummy-servlet.xml in contextConfigLocation (although i'm aware that is not required since the servlet-name is yummy it will try to load yummy-servlet.xml by default)
2) a webapp/WEB-INF/yummy-servlet.xml that imports a…