I am working on struts project. I want to keep my jsp pages and related css & javascript file inside WEB-INF.
But doing this I am unable to link & reference the css & js files in my jsp page. Here I am providing the code
to link & refer the extra files & the project structure tree.
It didn't work, then I tried,
again it also didn't work,
this is the folder tree
MyProject ----------WEB-INF ------------------pages ------------------------css -----------------------------main.css
------------------------js ------------------------------common.js
------------------------register.jsp
This message was edited 1 time. Last update was at by kavin clain
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 14853
posted
0
WEB-INF is not publicly accessible so it is impossible to link to the external file with a link and script tag.