Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can jsp file be outside the web-inf folder

843838Nov 9 2006 — edited Aug 21 2007
if 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" />
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2007
Added on Nov 9 2006
2 comments
1,064 views