Starting a Host

To start a Host, execute:
java -cp $JANET/lib/janet-system.jar
     -Djava.security.policy=$JANET/policy/policy
      janet.services.Host <hsp-machine>
The Host registers with the Hsp on the machine whose domain name is <hsp-machine>

The policy file policy within janet/policy grants all permissions, and, as such, is used only in testing situations.