此内容没有您所选择的语言版本。
Chapter 4. Install
Now that the basic configuration is done, the Oracle WebLogic Server is set to deploy Red Hat JBoss BPM Suite.
As noted earlier, the Red Hat JBoss BPM Suite ZIP file for Oracle WebLogic Server contains the deployable WAR files for both Business Central, Intelligent Process Server, and Dashbuilder.
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.warand 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-centraland 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.jarto 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 Dashbuilder 复制链接链接已复制到粘贴板!
Dashbuilder is distributed as a deployable WAR. Follow the steps below to install Dashbuilder:
- 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
dashbuilder.warand 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
dashbuilderand 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.
You can now login to dashbuilder at http://TARGET_SERVER:7001/dashbuilder.
4.3. Installing Intelligent Process Server 复制链接链接已复制到粘贴板!
The Intelligent Process 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.warand 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-serverand 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.jarto the server libraries, which is in/DOMAIN_HOME/lib/by default.
You can now access the Intelligent Process Server at http://TARGET_SERVER:7001/kie-server.