Classes not seeing each other in JSP

后端 未结 4 1455
醉话见心
醉话见心 2021-01-28 09:27

In a tomcat JSP application I have this directory layout:

webapps/
    myProjectName/
        index.jsp
        WEB-INF/
            classes/
                myp         


        
4条回答
  •  隐瞒了意图╮
    2021-01-28 09:56

    You should not have .java source files anywhere under WEB-INF. Keep compilation and packaging separate.

提交回复
热议问题