multiplexing

Hi!

I've got a first Jigsaw server acting as a mirror, and a second Jigsaw
server acting as a proxy. My first Jigsaw is configured to use the second as
proxy, and I'd like to establish only one connection between them, and to
use multiplexing on this single connection.
So I've modified the client-side of the first one so that it uses
HttpMuxServer instead of HttpBasicServer, and the server-side of the second
one so that it uses MuxClientFactory instead of SocketClientFactory.

But it doesn't work. The socket is created between my two jigsaws, but my
browser's reply is : 

An HTTP error occured while getting: 

http://pcmgi:8002/

Details "null".

Generated by http://pcmgi:8002/

where pcmgi:8002 is the proxy.
In the window where I've launched this proxy, I also have : 

org.w3c.www.mux.MuxStream@964dcfa4: RST (lookup) session 0

I've seen that debug flags are set in the mux classes...does that mean that
they are still in development, or do I use them in a faulty way?

Thanks for any help, and best regards, 

Mika
------------------------------------
Michalis Giannakopoulos 
last year student in Communication Systems at EPFL

99 rte d'Hermance
1245 Collonge-Bellerive
Switzerland

Received on Tuesday, 27 April 1999 11:49:57 UTC