[EMAIL PROTECTED] wrote:
>
> When I run the jsdk2.0 server and try to bring up a servlet it gives me
> the following error:
>
> "A network error occured while netscape was recieving data: (Network
> error:
> connection reset by peer.)
>
> try connecting again."
>
> This doesn't happen when usi
Joseph Shraibman wrote:
>
> Gordon Keith wrote:
>
> > I certainly got this problem with jsdk1.0 and 2.0, but it happens much
> > earlier and more often in 2.0.
Correction: The problem occurs with 2.0 and more often with 2.1 (I got
my versions confused).
> What servlet engine are you using? A
The problem is not a Linux problem. It is also present in JSWDK1.0 and
has been reported on other mailing lists and bug reporting sites. One
response I got a while a go was this:
snip
"It is a bug in the way that the JSWDK web server deals
with Netscape
browsers. It should be fixed in the ne
"Anders Lindbäck" wrote:
> > > I suspect some sort of bug in JSDK that relies on some sort of automatic
> > > buffer flushing that doesn't occur on the linux JVM.
>
> Are you closing the PrintWriter so they send the data before
> the servlet dies ?!?
Certainly are.
Regards
Gordon
--
I'm using jsdk2.1 from javasoft.
I have used Jserv with apache but it was using the jsdk1.0 from javasoft
without any problems.
In case you missed it I did find a way around this problem. I'm useing
"get" instead of "post" and it seems to be working fine.
On Thu, 18 Nov 1999, Joseph Shra
Gordon Keith wrote:
> [EMAIL PROTECTED] wrote:
> >
> > When I run the jsdk2.0 server and try to bring up a servlet it gives me
> > the following error:
> >
> > "A network error occured while netscape was recieving data: (Network
> > error:
> > connection reset by peer.)
> >
> > try connecting aga
Just a little update on this connection problem. I've done a little
investigating and found that the error only occures when the "post" method
is used to invoke the servlet. When "get" is used everything works fine.
On Thu, 18 Nov 1999, Gordon Keith wrote:
> [EMAIL PROTECTED] wrote:
> >