Re: Beta1.0b under OS/2

On Sun, 15 Feb 1998, Russell Steven Shawn O'Connor wrote:

> 
> Okay after failing to install the zip file under 2 different sytems, I've
> installed Jigsaw from the tar-gzip version.  
> 
> The sever is having some problem under OS/2 Warp 4.
> 
> [E:\monarch]java -version
> JAVA.EXE version "JDK 1.1.4 IBM build o114-19971121"
> 
> When I try using Netscape or IBM web explorer to connect I sits waiting
> fro a response, then times out.  I installed jigsaw under Windows 95
> running jdk1.1.5, and it worked fine.
> 
> So I did futher investigation under the OS/2 version.  I used telnet and
> found that
> 
> GET / HTTP/1.0 
> 
> appeared to work fine, however if I tried to add any headers:
> 
> GET / HTTP/1.0
> Host: localhost:8001

You should never send this kind of request as it may be misinterpreted :)
Depending on the server name echoed by Jigsaw at startup:
try

GET / HTTP/1.1
Connection: close
Host: www.foo.bar:8001

And don't forget the two \r\n after the headers.

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \                Architecture Domain - Jigsaw
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Monday, 16 February 1998 12:54:04 UTC