----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

thank you for your prompt response.

i had <table> problem before so new version of my servlet doesn't have that 
problem. i even realized that browsers have different 'minimum data 
requirements' before they start showing the data on them. and i solved that 
problem too. but my guess is that i am missing something in the JServ 
configurations.

to make the problem clear, i started up both Jigsaw Web Server (port:1111) 
and Apache with JServ.

www.talip.com is running on Apache and www.talip.com:1111 is running on 
Jigsaw. both are using the same jdk1.2.2, same JSDK2.0 and same compiled 
servlets.

you will see the difference when you click on 'Compare Prices' button after 
you search for a book.

thank you for your time.



>From: "Andras Balogh" <[EMAIL PROTECTED]>
>Reply-To: "Java Apache Users" <[EMAIL PROTECTED]>
>To: "Java Apache Users" <[EMAIL PROTECTED]>
>Subject: Re: out.flush();
>Date: Sat, 26 Feb 2000 11:57:47 +0200
>
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Hi,
>
>Maybe the out.flush() it is not enough.
>You have to check the HTML tags too.
>Like an example the table doesn't get displayed
>until a </table> tag is reached. So if You have all
>the cotent in a big table, the out.flush() works just fine
>but the browser won't display it only when the
>whole table is sent.
>So check the : <p> and <table> tags.
>
>Hope it helps,
>
>Balogh Andras - [EMAIL PROTECTED]
>GraFX http://www.grafx.ro
>Tel/Fax: 065-250660
>
>
>----- Original Message -----
>From: Talip Ozturk <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, February 25, 2000 10:46 PM
>Subject: out.flush();
>
>
> > ----------------------------------------------------------------
> > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> > WHEN YOU POST, include all relevant version numbers, log files,
> > and configuration files.  Don't make us guess your problem!!!
> > ----------------------------------------------------------------
> >
> >
> > hi,
> >
> > i have no problem with running a servlet but i have problem with how
> > the servlet runs.
> >
> > i have a servlet that does some work for about 10 seconds. so i am
> > flushing the content (out.flush();) as the servlet produce it. by doing
>that
> > user can see that server keeps sending data.
> >
> > i tested this servlet in Jigsaw Web Server and Java Web Server and it
> > worked as i expected. now in JServ, User gets all data at one time;
>meaning;
> > user gets data after all content is produced. User doesn't see any data
> > coming for about 10 seconds, which is not good.
> >
> > i don't know where is the problem or what causes the problem.
> >
> > I am using JSDK 2.0. ApacheJServ1.1 and Apache 1.3.11 on Windows 98
> > machine.
> >
> >
> > thank you in advance...
> > ______________________________________________________
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Archives and Other:  <http://java.apache.org/main/mail.html>
>Problems?:           [EMAIL PROTECTED]
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to