Skip to content

How to use the Demo

Javier A. Ortiz Bultron edited this page Jul 19, 2017 · 1 revision

Validation Manager is released as a demo package. Follow this steps in order to use the demo.

  1. Download the release war file from here. Note: See disclaimer below.
  2. Download appropriate Tomcat Server from here. Validation Manager has been developed and tested on Tomcat 8 but should work in any later versions. Just follow the applicable instructions for the version you are using instead of the ones listed in this guide.
  3. Install Tomcat as per the applicable instructions found here.
  4. Start the Tomcat Server.
  5. Place the downloaded war file in $CATALINA_BASE/webapps/. Where $CATALINA_BASE is the installation folder of Tomcat.
  6. Open your browser and go to http://localhost:8080/validation-manager. Change the port (i.e. 8080) to the appropriate port if Tomcat was configured to run on a different port during installation.
  7. From here you can follow the Tutorial to explore Validation Manager.
Clone this wiki locally