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
Hi,
Where can I find some papers of Tomcat? And details of archi.
Thanks
Harden
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?
>
>
&
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
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