> From: Alistair McDonald [mailto:[EMAIL PROTECTED] 
> Subject: tomcat can't serve HTML pages more than 48K in size
> 
> Tomcat happily serves up pages up to 48K in size, but above 
> that size it returns an error to the browser:

There's an interesting 48k setting in conf/web.xml for the
DefaultServlet that might be pertinent:

sendfileSize        If the connector used supports sendfile, this
                    represents the minimal file size in KB for
                    which sendfile will be used. Use a negative
                    value to always disable sendfile.  [48]

Might want to turn on debugging for that servlet and see if anything
shows up in the logs.  Set it larger than 10 to see everything.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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