I just downloaded & set up JSWDK 1.0 on my RedHat 5.2 box (glibc2.0), running JDK 1.2, and I've had no problems executing any of the examples. I can't speak to glibc 2.1, though. I also downloaded the Win32 JSWDK (jswdk1-0.zip), although I don't think it makes any difference (except in archive format)--startserver and stopserver are both .bat files and script files. FWIW, though, running JSWDK is SLOOOOW on Linux, even across a "local" (connected to the same hub) network. I believe it's related to Linux's lack of a JIT for 1.2 yet. 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 -----Original Message----- From: Cezar Totth <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, August 29, 1999 10:04 AM Subject: JSWDK1.0 problems on Linux >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 ___________________________________________________________________________ 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
