Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://repo.open.med.harvard.edu/nexus/

In general, the The SPIN .WAR is available at the following location:

...

  • Node.xml also contains various values for thresholds and timeouts.
  • Roundtable.xml contains information about the Node's place in the network topology.

1. Create node.xml and routingtable.xml. If you are deploying SPIN with a plug-in, such as the eagle-i plugin, these files will be generated automatically and saved in the current directory. If you create

When the files , or they are generated when you run the plug-in, you will need to supply the following parameters based on the node's place in the network.

Institutional node (most common)

Code Block

java -jar eagle-i-network-queryplugin-<version>.jar <url of parent node>

The parent node is the URL of the node that forms the entry point to the network that this new node is joining.

Central node

Code Block

java -jar eagle-i-network-queryplugin-<version>.jar <url of child node 1> <url of child node 2> ... <url of child node N>

2. Copy , copy both files to the $SPIN_HOME/conf directory.

...

http://scm.chip.org/svn/repos/spin/base/trunk/examples/src/test/resources/routingtable.xml

Step 4: Restart the web servelet container.

Configuration

Node.xml Configuration Properties

...

Values: JKS (Default) or PKCS12.

Example keystore.xml: https://scm.chip.org/svn/repos/spin/base/trunk/examples/src/test/resources/keystore.xmlImage Removed