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 \"
<
Put a "/" before "WEB-INF" like this,
"/"
"WEB-INF"
and it will work fine. :)