Versions Compared

Key

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

...

  1. Download the file RFD-version.war from https://wustl.app.box.com/IHE; look in the RFD folder. . The value for The version in the filename uses the standard 3 part naming convention: major.minor.revisionRFD-version.war contains the release date (e.g. RFD-20151023.war).

  2. Rename the file to RFD.war.

  3. Deploy the RFD.war file in your favorite servlet container. In our Apache Tomcat environment, that means you drop RFD.war in the webapps folder of tomcat.

  4. Start the servlet container.

  5. You can now point a web browser to the home page of the testing system. Assuming a default installation of tomcat that uses port 8080, the URL would be:

    1. http://host:8080/RFD

  6. For other containers or non standard tomcat installations, the port number might be different. The RFD part of the URL is fixed by the name of the WAR file (RFD.war).

...