my setup of folders in Eclipse are as below:
I have configured web.xml to open a welcome file as
<welcome-file>jsp/index.jsp</welcome-file>
the links, for example <img src="../images/image.jpg"/>
works fine when i run like this:
i.e,. the individual jsp is clicked and ran on server.
But when I run the whole project on server, no links work(images, scripts, css nothing works)
Have tried jsp/index.jsp, ${pageContext.request.contextPath}
, but cannot figure out a solution. help would be very much appreciated. :( :(