Have a look in the tomcat log files. Either catalina.out or
localhost_log.<date>.txt. I'll bet there's an exception in one of those.
If a jsp scriptlet or custom tag throws an uncaught exception Tomcat may
not be able to forward to any predefined error pages because part of the
response has already been flushed back to the client (browser). So, what
you get is an IllegalStateException in the logs and a half-formed page
in the browser.

Hope this helps,

Jon

Xiaoling Chen wrote:
> Hello,
> 
> I met this problem. My html page showed incompletely.
> Sometimes html tag like "<TD" is showed, and sometimes only
> half of the whole result showed. I read the source of the html,
> it seems browser got imcomplete html.
> 
> I'm using Tomcat4.1.18, Apache1.3.12 and mod_Jk2
> OS is solaris8.
> 
> Thanks for any help
> 
> Regards,
> Xiaoling 




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

Reply via email to