To compile up simpleAnnotationStore.war, run: ./COMPILE.sh To then install it into Greenstone3's package/tomcat/webapps area: ./INSTALL.sh By default the installed simpleAnnotationStore.war file operates with Jena/TDB, and the TDB files get generated in packages/tomcat/bin/data. To change SimpleAnnotationServer to use the Greenstone3 Fuseki triplestore extension to greenstone (gs2buuild/ext/apache-jena) then find and edit: emacs packages/tomcat/webapp/simpleAnnotationServer/web/WEB-INF/classes/sas.properties And change the relevant part to: store=jena #data_dir=data repo_url=http://localhost:4040/ Or if using a reverse-proxy web server front end: repo_url="https:///greenstone3-lod3/" Alternatively, you can set the following environment variables prior to starting the Greenstone3 Tomcat server, which will override the values in sas.properties export SAS_store=jena export SAS_data_dir= export SAS_repo_url="https://loclahost:4040/" Again, if using a reverse-proxy web server front end, then: export SAS_repo_url="https:///greenstone3-lod3/"