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
> 
> 

Reply via email to