The only thing I would suggest is making sure that all of your paths are correct. Paul had sent out that alpha version set up for his Linux servers... not for a windows setup. I had mine setup like this:

set TRIO_HOME=c:\tRio-0.1.4.alpha3
set JAVA_HOME=c:\j2sdk1.4.0_03\jre

cd %TRIO_HOME%

REM start java -X"bootclasspath:%TRIO_HOME%\lib\pja-mod.jar;%JAVA_HOME%\lib\rt.jar" -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava.class.path="%JAVA_HOME%\lib\tools.jar;%TRIO_HOME%\lib\trio-0.1.4.jar;%TRIO_HOME%\lib\commons-logging.jar;%TRIO_HOME%\lib\commons-beanutils.jar;%TRIO_HOME%\lib\commons-collections.jar;%TRIO_HOME%\lib\commons-digester.jar;%TRIO_HOME%\lib\commons-lang.jar;%TRIO_HOME%\lib\jrcommon.jar;%TRIO_HOME%\lib\jrutil.jar;%TRIO_HOME%\lib\jrclient.jar;%TRIO_HOME%\lib\xmlrpc.jar" trio.TRioServer "-c%TRIO_HOME%\trio.xml" >trio.log >&2

REM use this one to run "silently" - no windows on the host PC
java -X"bootclasspath:%TRIO_HOME%\lib\pja-mod.jar;%JAVA_HOME%\lib\rt.jar" -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava.class.path="%JAVA_HOME%\lib\tools.jar;%TRIO_HOME%\lib\trio-0.1.4.jar;%TRIO_HOME%\lib\commons-logging.jar;%TRIO_HOME%\lib\commons-beanutils.jar;%TRIO_HOME%\lib\commons-collections.jar;%TRIO_HOME%\lib\commons-digester.jar;%TRIO_HOME%\lib\commons-lang.jar;%TRIO_HOME%\lib\jrcommon.jar;%TRIO_HOME%\lib\jrutil.jar;%TRIO_HOME%\lib\jrclient.jar;%TRIO_HOME%\lib\xmlrpc.jar" trio.TRioServer "-c%TRIO_HOME%\trio.xml"

REM use this one to see the windows on your host PC
REM java -Djava.class.path="%JAVA_HOME%\lib\tools.jar;%TRIO_HOME%\lib\trio-0.1.4.jar;%TRIO_HOME%\lib\commons-logging.jar;%TRIO_HOME%\lib\commons-beanutils.jar;%TRIO_HOME%\lib\commons-collections.jar;%TRIO_HOME%\lib\commons-digester.jar;%TRIO_HOME%\lib\commons-lang.jar;%TRIO_HOME%\lib\jrcommon.jar;%TRIO_HOME%\lib\jrutil.jar;%TRIO_HOME%\lib\jrclient.jar;%TRIO_HOME%\lib\xmlrpc.jar" trio.TRioServer "-c%TRIO_HOME%\trio.xml"

You may have to use 1.4.2 for the Applet to work in Windows... I've noticed that the standard Windows browser implementation won't work.

I have to say that - I'm THRILLED with this version! Paul's done a great job with the features added - ESPECIALLY the Web based applet. I have three servers all connected and it's awesome!

-Dave