2.2. Business Central Profile Configuration
Red Hat JBoss BPM Suite 6 (or better) server is capable of starting the Business Central application in three different modes:
- Full profile: Default profile that is active without additional configuration required (UI and remote services e.g. REST).
- Execution server profile: Disables completely UI components of the application and allows only remote access e.g. via REST interface.
- UI server profile: Disables remote services e.g REST and allows only UI access to the application.
To change the profile use the following configuration steps.
Procedure: Configuring Business Central Profiles
Select the desired
web.xmlinsideBPMS_HOME/standalone/deployments/business-central.war/WEB-INF/. The following files are provided:-
web.xml(default) for full profile -
web-exec-server.xmlfor execution server profile -
web-ui-server.xmlfor UI server profile
-
To activate a profile other than the default full profile, the web-<PROFILE>.xml file must be renamed to
web.xml. The following steps demonstrate one way to enable the execution server profile:Backup the
web.xmlfile from the full profile$ mv web.xml web-full.xml
Rename the
web-exec-server.xmlfile:$ mv web-exec-server.xml web.xml
Start application server with additional system property to instruct the profile manager to activate given profile.
-
Dorg.kie.active.profile=full- To activate full profile or skip the property completely -
Dorg.kie.active.profile=exec-server- To activate execution server profile -
Dorg.kie.active.profile=ui-server- To activate UI server profile
-

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.