Can not include javascript file from WEB-INF directory in JSP.

前端 未结 2 608
忘了有多久
忘了有多久 2021-01-27 03:03

How to include a file in the following folder WEB-INF\\includes\\header.js in jsp using tomcat. I have the included the following in jsp file but it does not work \"

<         


        
2条回答
  •  猫巷女王i
    2021-01-27 03:31

    
    

    foo.js is under WEB-INF/jsp and the file include it is under WEB-INF/jsp/common

提交回复
热议问题