Hi,

On Tue, 7 Sep 1999, Ted Neward wrote:

> Well, then, I'm snookered; which JVM/port on Linux demonstrates the problem?

I put all details in a previous message posted here.  It is included
here too.

>
> Ted Neward
> Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here
> http://www.javageeks.com/~tneward
>  "I don't even speak for myself; my wife won't let me." --Me

Regards,

Cezar
-----------------
Hi,

Someone mentioned on SERVLET-INTEREST@ this problem a few weeks ago,
regarding errors during POST calls on Linux/JSWDK1.0, and I dont remember
to see any answers since then.

Problem does not occur on older versions of Java Servlet Development Kit,
like JSDK2.0

OS - Linux Slackware distribution, kernel 2.2.6, locally GLIBC 2.1.1

Servlet engine: JSWDK1.0 downloaded last night.
         (archive jswdk1_0-solsparc.tar.Z -  933041 bytes, downloaded
          from http://java.sun.com/products/servlet )

JDK runtime(s): IBM JDK 1.1.6, glibc2.1.1 native threads
                Blackdown JDK 1.1.7 v1a libc5, green_threads
                Blackdown JRE 1.1.7 v3, glibc2.1.1, green_threads.
    Problem is common to all these runtimes.


Browser client(s)
  - Netscape 4.x on both Linux or Win (NT, 95)
  - MS IE 5 on Win 95

POST forms in included demos - like
  http://demoMachine:8080/examples/servlet/CookieExample
 servlet does not allow me to POST the form.

- Browser messages were:
  Netscape/Linux :
          A network error occurred while Netscape
          was receiveing data
          (Network Error: Connection reset by peer)
          Try connecting again

  MS/IE5:
     a Page Not Available page ..

- The servlet engine doesnt report any errors on stdout (or stderr).
  The only messaes were those during loading/initialisation of
  new servlets (wich are normal)


I suspect the new version of servlet engine makes use of
different java.net. calls that doesnt work (link..) too well with existing
Linux networking stack...


Thanks for your attention.

Cezar Totth

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to