Re: Browser got incomplete html

2003-03-25 Thread Steven J. Owens
On Mon, Mar 24, 2003 at 09:25:36PM +, Jon Wingfield wrote: 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

Browser got incomplete html

2003-03-24 Thread Xiaoling Chen
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

Re: Browser got incomplete html

2003-03-24 Thread Jon Wingfield
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