Hi,
I dont know whether this is relevant or not. This is what I found out.
when ever I post something to tomcat server, and the action is a JSP
page(just modified, not compiled yet). It always used to take a minute or
more. Then I opened up NT Task manager, amazingly Netscape was using 99% of
the CPU time waiting for the response. And tomcat used to get just < 1% of
CPU time. Thats the reason it was taking lot of time to respond back.
However if the request was made from another box, it was OK.
(I tried both Netscape 4.72 and 4.76)
HTH
sudhi
> -----Original Message-----
> From: Matthew Fowkes [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 3:35 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Problems with Struts example in Netscape 4.75
>
>
> I have previously experienced very slow form processing under
> Netscape 4.76
> using Tomcat 3.1. We were not using Struts, but rather our
> own MVC model at
> the time. I even created a test case with only a servlet to
> post to and it
> took a few seconds for the servlet to get the response. This
> behavior was
> only under Netscape and did not appear in the newest Netscape
> release. I
> tested the post by putting a system.out.println as the first
> item in the
> servlet body. I would click the submit button in Netscape
> and time it. It
> usually took 3 seconds before I would see the
> system.out.println. In any
> version of IE and in the latest Netscape release, the
> response time was very
> quick (<500 ms). I would be interested in testing this
> application under
> Tomcat 3.2 now.
>
> > -----Original Message-----
> > From: Tobias Meyer [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, May 07, 2001 12:03 PM
> > To: [EMAIL PROTECTED]
> > Subject: Problems with Struts example in Netscape 4.75
> >
> > Hi!
> >
> > I'm just wondering if anybody else encountered problems with
> > Netscape and the Struts example.
> >
> > The POST method ("Register for the MailReader Demonstration
> > Application") seems to take forever until it gives back a
> > response (however clicking on the browser's title-bar immediately
> > solves this problem).
> >
> > I'm not sure if this is a struts problem because I found some
> > related bugs in the tomcat bug-database (which has been fixed in
> > tomcat 3.2).
> > I had problems reproducing it with a simple servlet (non using
> > struts).
> >
> > My Environment:
> > - Tomcat 3.2.1
> > - Struts 1.0 beta
> > - Netscape 4.75 en
> >
> > Thanks in advance,
> >
> > Tobias
> >
> >
>