Servlet : SEVERE: Allocate exception for servlet

前端 未结 11 1754
故里飘歌
故里飘歌 2021-02-06 03:38

The following stacktrace is what I get when i try to access a servlet, which seems running fine from Tomcat manager.

11 Sep, 2012 11:50:12 AM org.apache.catalin         


        
11条回答
  •  醉话见心
    2021-02-06 04:06

    Go to the Project Properties -> Deployment Assembly -> Check whether the maven dependencies are visible, if they are missing the also we get the same error. I could resolve my adding the maven dependency into the Deployment Assembly.

    [After adding Maven dependency into the Deployment Assembly, it seems like this]

    https://i.stack.imgur.com/7iwaW.jpg

提交回复
热议问题