can jsp file be outside the web-inf folder
843838Nov 9 2006 — edited Aug 21 2007if in a war file the jsp pages are in a directory called "pages" which is at th same level as the "web-inf" directory is that fine rather then being in the "web-inf" directory. other issue is when i am trying to access this CSS file from withing jsp page it does not use my css what is wrong:
<link href="/pages/umms.css" type="text/css" rel="stylesheet" />
it works only if i out it the location of the css in my hard drive like:
<link href="C:/projects/pages/umms.css" type="text/css" rel="stylesheet" />