Posted By:
Aejaz_Sheriff
Posted On:
Saturday, August 4, 2001 02:57 PM
Hi
I have this problem with images in a JSP file in Tomcat. When the page gets loaded I get an error like -
2001-08-04 10:43:35 - Ctx( /bop ): IOException in: R( /bop + /images/title.gif + null) Connection aborted by peer: sockeror
The image tag is a relative path from the JSP source file, like
"../images/pic.gif"
.
But the image gets displayed. This error is only on the console. Any idea why this happens?