I'm using Tomcat 3.2.1.

I have a page set up using includes and on one of these includes, certain
images are set up on the page. However, when I try to load the page I get
this error:

2000-12-27 10:43:10 - Ctx(  ): IOException in: R(  +
/images/login_leftnav_bottom.gif + null) Connection aborted by peer: socket
write error

It seems like the page is loading alright, but I'm not sure if I should be
concerned with this error messge.

Here is the layout:
login.jsp:
<%@ include file="includes/main.jsp" %>

includes/main.jsp:
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
        <TR>
                <TD><IMG SRC="images/login_leftnav_blank.gif" WIDTH=225
HEIGHT=24></TD>
        </TR>
        <TR>
                <TD><IMG SRC="images/login_leftnav_top.gif" WIDTH=225
HEIGHT=24></TD>
        </TR>
        <TR>
                <TD><IMG SRC="images/login_leftnav_bar.gif" WIDTH=225
HEIGHT=32></TD>
        </TR>
        <TR>
                <TD><IMG SRC="images/login_leftnav_bottom.gif" WIDTH=225
HEIGHT=330></TD>
        </TR>
</TABLE>

In version 3.1, due to the fact that the include exists in a directory one
level down, I would declare the images relative to the include file (eg
../images/login_leftnav_bottom.gif) but it seems 3.2.1 doesn't need this
anymore.

This only seems to happen when accessing the page with IE5+ (I haven't  been
able to test it on IE4 as yet).

It may be nothing but it does add this 'nothing' to my log files...

Cheers,
Anthony Ikeda,
Web Application Developer,
Proxima Technology,

Level 13,
181 Miller Street,
North Sydney
Australia


PH: +612-9458-1718
Mob: 041 624 5143

Reply via email to