Paul,
Thanks for making such a cool program. I have really been enjoying tRio, and am looking forward to the web front-end.
I am using the plain "trio" script that came in the bin directory. Here is a snip from the trio.xml where I specified the root setting:
<http-server port="8090"/>
<http-server root="/usr/local/trio/tRio-0.1.4.alpha4/docs"/>
I am sure that this is wrong. I don't know what I'm doing.
This is from the trio log:
Defaulted http document root to: //var/log
Loading TRioPlayerLayout: universal
Loading TRioPlayerLayout: windows
ImageTranslation: byte-binary
RMI Registry created sucessfully on port 1099
binding rmi:
rmi://127.0.0.1:1099/TRioServerRemote
binding rmi:
rmi://localhost:1099/TRioServerRemote
Http server opening port 8090
Http server listening on port 8090
Then when I try the web page, it doesn't find it in /var/log/docs:
Got http request: GET /trio-applet.htm HTTP/1.1
java.io.FileNotFoundException: /var/log/docs/trio-applet.htm (No such file or directory)
Thanks in advance for your insight.
Ben