compared with
Current by dimitar.manov
on Jan 18, 2017 18:28.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h1. Standard (and easy) setup

# Get a Semantic Pipeline and unzip it to a directory. For the purpose of this guide, we'll assume you have your pipeline contents unpacked in {code}/home/user/pipeline{code}
# Get a Semantic Pipeline and unzip it to a directory. For the purpose of this guide, we'll assume you have your pipeline contents unpacked in {code}/home/user/pipeline{code}. {note}Note (Jan, 2017). The Extractor-Web webapp, expects the gate init file to be located at /home/user/pipeline/application.xgapp. In the latest pipeline, this file was instead in the xgapp/ folder. In this case, or if the pipeline is in different place, one can specify it explicitly via the Java option "-Dgate.app.location=file:/home/<user>/pipeline/xgapp/application.xgapp". {note}
# Install a web application container. If you already have one - great, if not - we use [Apache Tomcat 7|http://tomcat.apache.org/download-70.cgi]
# You will need to set a few JVM params, in Tomcat this is done from \*/apache-tomcat/bin/setenv.sh. See the [worker configuration page|https://confluence.ontotext.com/display/SWS/CES+Components#CESComponents-Configuration].