You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by fatty <zh...@mails.tsinghua.edu.cn> on 2002/03/27 01:46:14 UTC

Proble with tomcat any help will be thanks.

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 message in console like this:"
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 what cause this problem.
I am useing win2k + tomcat3.2.3 +jdk1.4

Thanks ins advance for any help.
Sincerely,
zhezhang