Chapter 54. Configuring Oracle WebLogic Server for KIE Server
Before you deploy KIE Server with Oracle WebLogic Server, you must configure system properties, security settings, JMS requirements, and other properties on Oracle WebLogic Server. These configurations promote an optimal integration with KIE Server.
Prerequisites
- Oracle WebLogic Server is installed and running.
- You are logged in to the WebLogic Administration Console.
54.1. Configuring the KIE Server group and users
You must assign users to a kie-server
group in the WebLogic Administration Console to enable the container-managed authentication mechanisms in Oracle WebLogic Server.
Procedure
- In the WebLogic Administration Console, click Security Realms.
- Choose your desired security realm or click New to create a new security realm.
-
Navigate to Users and Groups
Groups New and create the kie-server
group. -
Navigate to Users
New and create a new user. Enter a user, such as
server-user
, and a password for this new user and click OK.ImportantMake sure that the selected user name does not conflict with any known title of a role or a group. For example, if there is a role called
kie-server
, then do not create a user with the user namekie-server
.- Click the newly created user, then return to the Groups tab.
-
Use the selection tool to move the
kie-server
group from the Available field to the Chosen field, and click Save.
54.2. Configuring Java Message Service (JMS)
The Java Message Service (JMS) is a Java API that KIE Server uses to exchange messages with other application servers such as Oracle WebLogic Server and IBM WebSphere Application Server. You must configure your application server to send and receive JMS messages through KIE Server to ensure collaboration between the two servers.
54.2.1. Create a JMS server
Create a JMS server to use JMS with KIE Server and Oracle WebLogic Server.
Procedure
-
In the WebLogic Administration Console, navigate to Services
Messaging JMS Servers. - Click New to create a new JMS server.
- Enter a name for your JMS server and click Next.
- Select the target server chosen for the KIE Server deployment.
- Click Finish.
54.2.2. Create a JMS module
You must create a JMS module to store your JMS resources, such as connection factories and queues.
Prerequisites
- You have created a JMS server.
Procedure
-
In the WebLogic Administration Console, navigate to Services
Messaging JMS Modules. - Click New to create a module.
- Enter a module name and click Next.
- Select the target server chosen for the KIE Server deployment and click Finish.
- Click the newly created module name and then click Subdeployments.
- Click New to create a subdeployment for your module.
- Give your subdeployment a name and click Next.
- Select the check box to choose the previously created JMS server.
- Click Finish to complete the subdeployment configuration.
54.2.3. Create JMS connection factories
To enable messaging with KIE Server, you must create certain JMS connection factories for sending and receiving messages.
Prerequisites
- You have created a JMS server.
- You have created a JMS module.
Procedure
-
In the WebLogic Administration Console, navigate to Services
Messaging JMS Modules to see a list of JMS modules. - Select your previously created module and click New to create a new JMS resource.
- Select Connection Factory and click Next.
For each of rthe equired connection factories listed in the following table, enter the name of the connection factory (for example,
KIE.SERVER.REQUEST
) and the JNDI name (for example,jms/cf/KIE.SERVER.REQUEST
) and click Next. The connection factory automatically selects the servers assigned to the JMS Module as the default.Table 54.1. Required JMS connection factories for KIE Server Name Default value Used for KIE.SERVER.REQUEST
jms/cf/KIE.SERVER.REQUEST
Sending all requests to KIE Server
KIE.SERVER.RESPONSE
jms/cf/KIE.SERVER.RESPONSE
Receiving all responses produced by KIE Server
- Click Finish to add the connection factory, and repeat for each required factory.
54.2.4. Create JMS queues
JMS queues are the destination end points for point-to-point messaging. You must create certain JMS queues to enable JMS messaging with KIE Server.
Prerequisites
- You have created a JMS server.
- You have created a JMS module.
Procedure
-
In the WebLogic Administration Console, navigate to Services
Messaging JMS Modules to see the list of JMS modules. - Select your previously created module, then click New to create a new JMS resource.
- Select Queue and click Next.
For each of the required queues listed in the following table, enter the name of the queue (for example,
KIE.SERVER.REQUEST
) and the JNDI name (for example,jms/KIE.SERVER.REQUEST
) and then click Next.Table 54.2. Required JMS queues for KIE Server Name Default value Used for KIE.SERVER.REQUEST
jms/KIE.SERVER.REQUEST
Sending all requests to KIE Server
KIE.SERVER.RESPONSE
jms/KIE.SERVER.RESPONSE
Receiving all responses produced by KIE Server
- Choose the JMS module subdeployment that connects to the JMS server.
- Click Finish to add the queue, and repeat for each required queue.
54.3. Setting system properties in Oracle WebLogic Server
Set the system properties listed in this section on your Oracle WebLogic Server before you deploy KIE Server.
Procedure
Set the following system property to increase the Java Virtual Machine (JVM) memory size:
USER_MEM_ARGS=-Xms512m -Xmx1024m
If you do not increase the JVM memory size, Oracle WebLogic Server freezes or causes deployment errors when deploying KIE Server.
Specify the following system properties for KIE Server on the Oracle WebLogic Server instance:
Table 54.3. System properties for KIE Server Name Value Description kie.server.jms.queues.response
jms/KIE.SERVER.RESPONSE
The JNDI name of JMS queue for responses used by the KIE Server.
org.kie.server.domain
OracleDefaultLoginConfiguration
JAAS
LoginContext
domain used to authenticate users when using JMS.org.jbpm.server.ext.disabled
true
Disables Business Central features, which are not supported in RHDM. If not set, KIE Server will work, but will show error messages during start up.
org.jbpm.ui.server.ext.disabled
true
Disables Business Central features, which are not supported in RHDM. If not set, KIE Server will work, but will show error messages during start up.
org.jbpm.case.server.ext.disabled
true
Disables Business Central features, which are not supported in RHDM. If not set, KIE Server will work, but will show error messages during start up.
Set the same property values in the
JAVA_OPTIONS
environment variable:JAVA_OPTIONS="-Dkie.server.jms.queues.response=jms/KIE.SERVER.RESPONSE -Dorg.kie.server.domain=OracleDefaultLoginConfiguration -Dorg.jbpm.server.ext.disabled=true -Dorg.jbpm.ui.server.ext.disabled=true -Dorg.jbpm.case.server.ext.disabled=true"
54.4. Stopping and restarting Oracle WebLogic Server
After you have configured all required system properties in Oracle WebLogic Server, stop and restart the Oracle server to ensure that the configurations are applied.
Procedure
-
In the WebLogic Administration Console, navigate to Change Center
Lock & Edit. -
Under Domain Structure, click Environment
Servers Control. - Select the server that you want to stop and click Shutdown.
- Select When Work Completes to gracefully shut down the server or select Force Shutdown Now to stop the server immediately without completing ongoing tasks.
- On the Server Life Cycle Assistant pane, click Yes to complete the shutdown.
After the shutdown is complete, navigate to the domain directory in the command terminal,
WLS_HOME/user_projects/<DOMAIN_NAME>
. For example:WLS\user_projects\mydomain
Enter one of the following commands to restart Oracle WebLogic Server to apply the new configurations:
On UNIX-based operating systems:
startWebLogic.sh
On Windows operating systems:
startWebLogic.cmd
-
Open the Administration Console in a web browser (for example,
http://localhost:7001/console/
) and log in with your credentials.