Chapter 4. Install
Now that the basic configuration is done, the Oracle WebLogic Server is set to deploy Red Hat JBoss BRMS.
As noted earlier, the Red Hat JBoss BRMS ZIP file for Oracle WebLogic Server contains the deployable WAR file for Business Central and Realtime Decision Server.
4.1. Installing Business Central
Business Central is uploaded as a web archive and then accessed by a familiar through a web browser. Start this deployment by installing the Business Central exploded WAR as a WebLogic Application.
- In your Oracle WebLogic Server administrative console, click Deployments. This will show you all the existing applications in the system and allow you to install a new one.
- Click Install to start the process.
-
Navigate to the exploded archive location for
business-central.war
and select it. Click Next to continue. - Select Install this deployment as an application as the targeting style and click Next.
-
Set the application name to
business-central
and set the security model toDD Only
. Leave the remaining options as default and click Next to continue. - In the Additional Configuration section, choose No, I will review the configuration later and click Finish.
-
To ensure correct functionality of process diagram visualization, copy
xercesImpl.jar
to the server libraries, which is in/DOMAIN_HOME/lib/
by default.
You have now successfully installed Business Central on Oracle WebLogic Server. To access the application, navigate to http://TARGET_SERVER:7001/business-central
.
4.2. Installing Realtime Decision Server
The Realtime Decision Server is distributed as a deployable WAR. Follow the steps below to install the server:
- Navigate to Deployments. This will show you all the existing applications in the system and allow you to install a new one.
- Click Install to start the process.
-
Navigate to the exploded archive location for
kie-server.war
and select it. Click Next to continue. - Select Install this deployment as an application as the targeting style and click Next.
-
Set the application name to
kie-server
and set the security model toDD Only
. Leave the remaining options as default and click Next to continue. - In the Additional Configuration section, choose No, I will review the configuration later and click Finish.
-
To ensure correct functionality of UI extension, copy
xercesImpl.jar
to the server libraries, which is in/DOMAIN_HOME/lib/
by default.
You can now access the Realtime Decision Server at http://TARGET_SERVER:7001/kie-server/services/rest/server
.