Re: HTTP 1.1 persistent connection

On Thu, 26 Nov 1998, Guido Paschke wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> my question is: does Jigsaw support persistent connection (I assume
> YES!) and what
> must I do to implement this (e.g. applet to servlet ) ??

Jigsaw support persistent connection, if you want to reuse externally the
HTTP handlers of Jigsaw in another application, launch your jdk with this
option:
java -Djava.protocol.handler.pkgs="org.w3c.www.protocol|sun.net.www.protocol"
Regards,

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

Received on Friday, 27 November 1998 10:29:05 UTC