I am working on a project in netbeans . I designed my webpage in dreamweaver, and copied the code in a jsp in my netbeans project. then I created an images folder under WEB-INF and stored the images used in my webpage . I also changed the path of my "img src" to that local path . But when I run it in my browser the images don't show up !
Please help ...
this is my package
|MyProj |WEB-INF |images |web.xml |home.jsp
here's my sample code:
<td width="610"><div id="logom"><img src="WEB-INF/images/webDes.png" width="323" height="167" alt="logomain" /></div></td>