tree: 54fcc3cfc61df3f93c3f64f24712c357afc2aa41 [path history] [tgz]
  1. src/
  2. nbactions.xml
  3. pom.xml
  4. README.md
launchers/full/README.md

This module builds a runnable Stanbol Enhancer jar using the Sling Launchpad Maven plugin, including the bundles defined at src/main/bundles/list.xml

To start this after building use:

java -Xmx1024m -XX:MaxPermSize=256M -jar \
    target/org.apache.stanbol.launchers.full-*-SNAPSHOT.jar

The Stanbol Enhancer HTTP endpoint should then be available at

http://localhost:8080

So that you can POST content using, for example:

curl -H "Content-Type: text/plain" \
    -T ../../enhancer/data/text-examples/obama-signing.txt \
    http://localhost:8080/engines

Configure any required parameter for the enhancement engines, at

http://localhost:8080/system/console/

The OSGi state is stored in the ./stanbol folder.

The logs are found at stanbol/logs/error.log and can be configured from the OSGi console.