When i deploy the war file named 'myapp.war' inside the tomcat 6 webapps folder the images in jsp are loading properly whereas if i deploy it inside webapps/ROOT folder the images are not loading in jsp.
war file structure
-- myapp
- WEB-INF
-jsp
-images
In the jsp page the image inside the images folder are called like
<img src="images/img1.png"/>