ServletContextListener not being invoked

后端 未结 4 1301
孤独总比滥情好
孤独总比滥情好 2020-12-16 12:56

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

4条回答
  •  天涯浪人
    2020-12-16 13:22

    In web.xml you also need to specify the .

        
            
                     com.kyrogaming.AppServletContextListener
            
        
    

提交回复
热议问题