Versions Compared

Key

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

...

The location and filename corresponds to the latest released SPIN version.  For example, the latest released SPIN version is 1.16. The SPIN WAR would be located at the following URL with the following name:

http://repo.open.med.harvard.edu/nexus/content/groups/public/org/spin/node-server/1.16/node-server-1.16.war

...

Installing the SPIN software, configuring and deploying the network node consists of the following processes performed in this order:

  1. Configure Establish the SPIN home directory
  2. Deploy the SPIN web application
  3. Create and configure node.xml and routingtable.xml
  4. Restart the web servlet container

Step 1:

...

Establish the SPIN Home Directory

SPIN requires a dedicated "home directory", $SPIN_HOME, which is the root of a hierarchy of folders that contain configuration files, query log files, and plugins. It doesn't matter where this folder is located, but it is recommended that i it is configured outside the webapp structure. 

The default location is the user's home directory ~/.spin, where ~ is the user. To override the default, set the Java system variable SPIN_HOME or the environment variable SPIN_HOME to the absolute path of the home directory.

The SPIN home directory consists of the following folders SPIN home directory consists of the following folders:

        conf/--- configuration files

...

        plugins/- JARs containing plugins (queries to be run by the Node)

It is recommended that you configure the home directory outside of the Java Servlet container, specifically outside of the webapp structure, which is not the default location. The default is under the process-owner's home directory.

By default, the directory is ~/.spin, where tilde (~) is the home directory of the process-owner's home directory.

...

  1. The environment variable, SPIN_HOME to the absolute path of the desired SPIN home directory
  2. The JVM Java Virtual Machine system property, SPIN_HOME to the absolute path of the desired SPIN home directory

...