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

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

This launcher includes only Stanbol components that were agreed on being stable components.

To start this after building use:

java -Xmx512M -jar target/org.apache.stanbol.launchers.stable-*-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.