Versions Compared

Key

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

...

  1. You can install SPIN on most common operating systems including Microsoft Windows, and UNIX-like operating systems, such as Linux, Solaris, and Mac OSX.
  2. Java Runtime Environment, Standard Edition (JRE)         (A Java Virtual Machine (JVM) 1.6 or greater compatible virtual machine must be present)
  3. Java Servlet Container. SPIN has been tested with Apache Tomcat, version versions 5.0 or and 6.0, but any servlet container should work. Deployment instructions are written for Tomcat.

Note: This document uses Unix-like conventions for paths and environment variables that you can map to Windows equivalents.

...

Determine the Java servlet container's home directory, which is typically dictated by the host operating system. For example, it may be the Tomcat user's home directory, ~tomcat, which would look like:  If you are using Tomcat, the directory is, $TOMCAT_HOME/webapps. $TOMCAT_HOME is the directory where Tomcat was installed. Note: The file must be copied into the correct directory or Tomcat won't find it.

  1. Deploy the .WAR file. Copy <version>/node-server-<version>.war to the $TOMCAT_HOME/webapps directory.
  2. Start the servlet container (Tomcat). This will create creates a keystore ( with a generated keypair ) and keystore.xml in the $SPIN_HOME/conf directory.

...