Here's the RMI line:

binding rmi: rmi://192.168.123.114:1099/TRioServerRemote

and here's what I type:

http://192.168.123.114:8090/trio-applet.htm

I get a gray box. when I move my cursor over it, it says

load: class trio.applet.TRioApplet not found

If I put in something like the below, I get stuff that looks right, so I know I am pointing at the right place:

http://192.168.123.114:8090/wfe-player.htm

Here's some strange output from the server DOS box. It seems like every time I run it, it initially fails (rio connects then disconnects), then it is successful. Not sure if this has anything to do with it.

binding rmi: rmi://192.168.123.114:1099/TRioServerRemote
Creating sockets
Http server opening port 8090
Http server listening on port 8090
creating udp socket. local port: 19680, timeout: 15000
Got connect from /192.168.123.113
TRioUnitControlThread (/192.168.123.113): Starting
TRioUnitControlThread (/192.168.123.113): Waiting for Rio to accept connection.
ip: /192.168.123.113, port: 19682
TRioUnitControlThread (/192.168.123.113): Rio has accepted connection. Interfac
e: /192.168.123.114
&&&& TRioUnit disconnected
ClockApp - hiding frame
PlayerApp - stopping stream
PlayerStream (/192.168.123.113) - stopStream()
PlayerStream () - stopStream()
PlayerApp - hiding frame
TRioUnitControlThread (/192.168.123.113): Ending
Got connect from /192.168.123.113
TRioUnitControlThread (/192.168.123.113): Starting
TRioUnitControlThread (/192.168.123.113): Waiting for Rio to accept connection.
ip: /192.168.123.113, port: 19682
TRioUnitControlThread (/192.168.123.113): Rio has accepted connection. Interfac
e: /192.168.123.114

I wait until I get this last line, then I go to the web browser to enter the url, at which point I get:

Got http request: GET /trio-applet.htm HTTP/1.1

but nothing else..

Thanks,
Rich