Servlet : SEVERE: Allocate exception for servlet

前端 未结 11 1887
故里飘歌
故里飘歌 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条回答
  •  萌比男神i
    2021-02-06 04:24

    I had the same problem! Spent 2 hours searching for solution! And here it is!

    WebContent (under Dynamic Web Project) -> WEB-INF -> lib (it's empty- all right) -> right click on it (lib) -> Build Path -> Use as Source Folder.

    DONE!

提交回复
热议问题