Servlet : SEVERE: Allocate exception for servlet

前端 未结 11 1889
故里飘歌
故里飘歌 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:14

    After looking into the Exceptions, you got, some where you have misplaced the jar files

    (servlet-api.jar). It should be under your Project/WEB-INF/lib folder. I think it will

    works if your jar files are in the path specified above.

提交回复
热议问题