Spring MVC - HTTP Status 500 - Servlet.init() for servlet loginDispacher threw exception

后端 未结 3 702
情书的邮戳
情书的邮戳 2021-01-14 02:12

I have made a simple program but getting following error. I am using Eclipse Kelper and Tomcat 7.0. Tried a lot of things, but nothing is working for me :(

3条回答
  •  醉酒成梦
    2021-01-14 02:44

    Add this code in your web.xml

    
            contextConfigLocation
            /WEB-INF/loginDispacher-servlet.xml
     
    

    And this ligne code in your loginDispacher-servlet.

    
    

    In the following share examples with spring mvc : link

提交回复
热议问题