Skip to content

LinkedData Installation

Alexis Miara edited this page Jul 22, 2015 · 5 revisions

A Linked Data portal is available and can be installed on top of a Comète repository. The Linked Data portal is implemented by an instance of a Pubby web application. To generate this webapp:

cd ext/pubby
ant clean war

Copy the resulting ROOT.war file into your Tomcat's webapps folder and start Tomcat if needed.

The Linked Data portal will be accessible from http://localhost:8080/page.

If it doesn't work, it might help to delete the $TOMCAT_HOME/webapps/ROOT.war file and restart Tomcat.