You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Pellerin, Richard" <ri...@sap.com> on 2001/09/06 15:18:49 UTC

html:img error with Tomcat

In my JSP, I use the html:img tag:

	<html:img src="Picture/Titel_Demo.jpg" width="600"
	  height="150" border="0"/>

and each time I display my page, I have this trace in the servlet console:

2001-09-06 09:06:25 - Ctx( /struts-demo ): IOException in: R( /struts-demo +
/Picture/Titel_Demo.jpg + null) Connection reset by peer: socket write error


But the image is displayed !!!

Does someone knows whats go wrong...