ActiveBPEL Engine installation

This page describes the installation of the ActiveBPEL worfklow engine for the usage in the BIS-Grid projekt.

Install Tomcat

Install ActiveBPEL

  • Download the ActiveBPEL engine from the Sourceforge Project * Unpack ActiveBPEL archive * Make install.sh executable * Execute install.sh

Configure Tomcat for Proxy usage

  • Edit catalina.properties in TOMCAT_HOME/conf and add the following lines:
    • http.proxyHost=localhost
    • http.proxyPort=8089
    • https.proxyHost=localhost
    • https.proxyPort=8087