Hi everybody
I have a little probleme with the display of a img
here is my code
<img src="/images/terre.jpg" width="512" height="300" alt="terre">
My project folder is like this
images
__-->terre.jpg
WebContent
__-->WEB-INF
_____-->jsp
_______-->Index.jsp
If i understood the thing right, i cant acces my images if the folder is in the WEB-INF, but i cant acces it like that either
I use the last version of eclipse indigo ( 3.7 )
Help please, i'm desperate


Reply With Quote