2011/6/22 Guy Katz <gkatz@allot.com>:
> Hi all;
>
> I am migrating to tomcat 7 from 6.
>
> In tomcat 6 urls like
> http://68.169.51.83:8080/gallery/wave_surfing_gallery_thumb_652.jpg;jses
> sionid=A859D830090798F238DABADC713C1327 would load an image but in
> tomcat 7 I get the following response: The Image "....." cannot be
> displayed because it contains errors
>
First you will have to find, what the difference is.
- corrupted file (e.g. by transferring a binary file as text over
FTP, or using a Writer to serve binary data)
- truncated file
- wrong response headers
E.g. with wget --save-headers
If Tomcat 7 were not able to serve images it would have been noted a long ago.
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|