I creating a Java EE 7 project using Eclipse Maven plugin. My problem is when I run the application the class that implements SerlvetContextListener does not get invoked. Wh
Using metadata-complete="false" in web.xml fixed this issue for me.