By Date: <-- -->
By Thread: <-- -->

big image only appear at half



I call it directly as a image only with no code : www.mysite.com/myimage.jpg

for outputstream it doesn t seem to be used
i am searching on different ml and on the net for any similar problem on mod_jk but doesn t get any chance right now


seb
----- Original Message ----- From: "Miller, Steve" <Steve.Miller (at) atmosenergy.com>
To: "Tomcat Users List" <users (at) tomcat.apache.org>
Sent: Wednesday, December 06, 2006 11:18 PM
Subject: RE: big image only appear at half



Is this image embedded in the jsp page? Are you calling it directly as the image only? Do you have a code snippet? Knowing that would help us help you :-)

If you have it in a JSP page, one thing you might try within the JSP
code at the top is:

<% (at)  page autoFlush="true" %>
<% (at)  page buffer="256kb" %>

If by chance you are using OutputStream or any of it's subclasses, check
to see if you are calling a flush() method. Check the API at
http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html

Steve




--------------------------------------------------------------------- To start a new topic, e-mail: users (at) tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org For additional commands, e-mail: users-help (at) tomcat.apache.org