Starting and Stopping the Business Process Center
Usage
To start the Business Process Center (BPC)
The Business Process Center consists of the following modules:
-
BPC Analysis (frontend and backend)
-
BPC Core (frontend and backend)
-
BPC Dashboard (frontend and backend)
-
BPC Documentation (frontend and backend)
-
BPC Interaction (frontend and backend)
-
BPC INUBIT Monitoring (frontend and backend)
-
BPC INUBIT WebApp (frontend and backend)
-
BPC License (backend)
-
BPC Monitor (frontend and backend)
If you have installed INUBIT and BPC together or INUBIT alone, these modules are available in the following directory:
<inubit-installdir>/inubit/portal/bpc_modules/
If you have installed BPC alone, these modules are available in the following directory:
<bpc_installdir>/bpc/bpc_modules
These modules can be used in BPC by deploying them to Apache Karaf.
Prerequisites
-
You have chosen one of the installation sets containing the Business Process Center.
-
During the Custom installation, you have activated the Java Runtime Environment option to use the delivered JDK installation.
-
Alternatively, you have installed a supported JDK version, and you have set the
JAVA_HOMEenvironment variable to the JDK directory.
Proceed as follows
-
Start OpenSearch using the
<bpc_installdir>/bpc/<opensearch-dir>/bin/opensearchscript being appropriate for your operating system. -
Wait until OpenSearch is started successfully and in the console window the host name followed by
startedis displayed. -
Start Karaf using the
<bpc_installdir>/bpc/<karaf-dir>/bin/karafscript being appropriate for your operating system. -
Copy the required modules (frontend
bpc-fe-.warand backendbpc-be-.jar) from thebpc_modulesdirectory to the<bpc_installdir>/bpc/<karaf-dir>/deploydirectory.The
bpc-be-license.jarlicense file is only a limited one and should only be used until you have received the license corresponding to your environment. -
Wait until all the modules are deployed successfully. For this purpose, in the console window, type
listcommand and press [Enter]. If all modules are in theActivestate, BPC is started successfully. -
To stop Karaf, type the
haltorlogoutcommand in the Karaf console window and press [Enter].→ Once the window is closed, Karaf is stopped.
-
To stop OpenSearch, press [Ctrl]-C in the OpenSearch console window.
→ The following question is displayed:
Terminate batch job (Y/N)? -
To stop OpenSearch finally, type
yand press [Enter].→ Once the window is closed, OpenSearch is stopped.