JSP debugging in IntelliJ IDEA

后端 未结 6 973
日久生厌
日久生厌 2020-11-30 21:31

Does anyone know how to debug JSP in IntelliJ IDEA?

When I set breakpoint in my JSP files, those breakpoints never seem to

6条回答
  •  天命终不由人
    2020-11-30 21:53

    For the second part of your question ("jsp files placed under web-inf won't be directly accessible by user") that is correct. To allow users to access JSP files in the WEB-INF folder servlet and servlet-mapping entries need to be made in the web.xml file for each JSP page.

提交回复
热议问题