Running with Jnode

Execution looks like this:


% jnode 203 -netlet-stdio hello3-client.xml warrant-in=hello-warrant.xml
Jnode starting...
Initialising Nodality...
Bootstrap starting
starting hello3-client
reading hello-warrant.xml for warrant-in: Warrant for service
Bootstrap complete
netlet:203.0.1: Hello, world, and thank you for using our service
^C

% 

Clearly what's new is feeding in the warrant on the command line, whereas with Hello1Client we had to build it into the netlet descriptor as the parameter bean. And as usual we terminate it with a Control-C.

Nik Silver 2002-03-09