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" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@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:

<%@ page autoFlush="true" %>
<%@ 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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to