Wiki
Clone wikiSparna / 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)
- Download the SKOS Play application
- Copy it in your Tomcat /webapps folder, and rename it skos-play.war
- That's it. Start Tomcat and you can access http://localhost:8080/skos-play
Longer version
- Download the SKOS Play application
- Download Tomcat 7
- Unzip Tomcat
- Copy skos-play-<version>.war under <tomcat>/webapps and rename it skos-play.war
- Start tomcat by running <tomcat>/bin/startup.[bat | sh]
- That's it. Start Tomcat and you can access http://localhost:8080/skos-play
Updated