PageContext.include and flush

2001-11-13 Thread Harden ZHU
JSP will do flush when call PageContext.include even make autoflush=false. So how can I call include or any similar function like include without flush? Since in that include page, I have error checkings. If have errors, then will forward to some pages. Once JSP flushed, I can't do forward any mo

Tomcat white paper

2001-05-12 Thread Harden ZHU
Hi, Where can I find some papers of Tomcat? And details of archi. Thanks Harden

Re: How the Tomcat do flush -2?

2001-05-10 Thread Harden ZHU
Is there anyway in tomcat that I can config to do flush only once? Thanks Harden - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 12:41 PM Subject: Re: How the Tomcat do flush? > > &

Re: How the Tomcat do flush?

2001-05-10 Thread Harden ZHU
Subject: Re: How the Tomcat do flush? > > > On Thu, 10 May 2001, Harden ZHU wrote: > > > I am trying to do customize of tomcat for my application. > > So to make Tomcat can just flush once at the end. What program should I > > change? > > > > Without knowin

How the Tomcat do flush?

2001-05-09 Thread Harden ZHU
I am trying to do customize of tomcat for my application. So to make Tomcat can just flush once at the end. What program should I change? Thanks Harden