I have my .jsp file and when I put background image in some of the tags it doesn't appear there.
I put images in .jsp with css:
background:#233C9B url("design/header.gif");
folder structure is:
css:
-->file.css
-->design:
-->header.gif
if I rename .jsp in .html the picture appears in browser but when I start it with tomcat and .jsp, it doesn't.
PS. I am using eclipse ee with tomcat in it.