Hi,
Normally that's an indication of a programming error.  There is no file size
limit in java, so I don't think Tomcat would impose a limit all by itself.

-Yan

-----Original Message-----
From: Leonardo Ribas [mailto:[EMAIL PROTECTED] 
Sent: April 16, 2004 08:34
To: [EMAIL PROTECTED]
Subject: Incomplete HTML


My tomcat is returning incomplete html pages when the html to be returned is
too big.
For example, when i want to create a combo box with all cities from my
country, tomcat return a incomplete html like this:
...
<select>
<option>city 1</option>
<option>city 2</option>
<option>city 3</option>
...
<option>city 300</option>
<option>city 301</option>
HERE TOMCAT ENDS THE HTML FOR EXAMPLE.

Any idea about whats happening??

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to