Just a note, the comment above the rmi service entry (original line 16) in config/server.xml is not closed in the latest release of orion (0.8.2).  This causes all orion sites to be routed into the void.  Here is the bogus entry:
 
 
<!-- RMI-server config link, uncomment to activate the RMI service       !!!!!!!!
<rmi-config>./rmi.xml</rmi-config>
 
 
 
How's that for a waste of time?  Also, an obscure aside: if you make the following class accessible in the server library path (even without its participating in a website), orion spits out a long list of compile errors on auto-deployment; something about an invalid cast from com.evermind.server.ServerApplicationThread to java.lang.Thread.  Very odd that javac will compile such a class that it has such ill regard for.
 
 
public class trouble
{
    String s;
}
 
 
Byron

Reply via email to