Wiki

Clone wiki

Sparna / HowTo-SKOSPlayOnTomcat

How to install SKOS Play on your own Tomcat 7 server

The hosted version of SKOS Play is limited to 5000 concepts. To install an unrestricted version of SKOS Play on your machine, follow the following procedure.

Short version (if you have Tomcat 7 installed)

  1. Download the SKOS Play application
  2. Copy it in your Tomcat /webapps folder, and rename it skos-play.war
  3. That's it. Start Tomcat and you can access http://localhost:8080/skos-play

Longer version

  1. Download the SKOS Play application
  2. Download Tomcat 7
  3. Unzip Tomcat
  4. Copy skos-play-<version>.war under <tomcat>/webapps and rename it skos-play.war
  5. Start tomcat by running <tomcat>/bin/startup.[bat | sh]
  6. That's it. Start Tomcat and you can access http://localhost:8080/skos-play

Updated