Maybe it's silly, but I want get some help! In one of my jsp page I want to show a image dynamically, so I put an dynamical IMG tag in the HTML jsp is outputting. But when the client request the page the image cann't be showen. And there is some error message :" 2002-03-26 17:40:00 - Ctx( /gongwen ): IOException in: R( /gongwen + /image/00000002-01.tif + null) Software caused connection abort: socket write error". When I change the daynamical IMG tag to src="/image/00000002-01.jpg" and put 00000002-01.jpg file into corresponding path, it works well. I don't know whether thetomcat cann't transfer the tif file. I am useing win2k + tomcat3.2.3 +jdk1.4 Thanks ins advance for any help. Sincerely, zhezhang
