4.3. Setting system properties in Oracle WebLogic Server
Set the system properties listed in this section on your Oracle WebLogic Server before you deploy Decision Server.
Procedure
Set the following system property to increase the Java Virtual Machine (JVM) memory size:
USER_MEM_ARGS=-Xms512m -Xmx1024mIf you do not increase the JVM memory size, Oracle WebLogic Server freezes or causes deployment errors when deploying Decision Server.
Specify the following system properties for Decision Server on the Oracle WebLogic Server instance:
Expand 表4.3 System properties for Decision Server Name Value Description kie.server.jms.queues.responsejms/KIE.SERVER.RESPONSEThe JNDI name of JMS queue for responses used by the Decision Server.
org.kie.server.domainOracleDefaultLoginConfigurationJAAS
LoginContextdomain used to authenticate users when using JMS.org.jbpm.server.ext.disabledtrueDisables Business Central features, which are not supported in RHDM. If not set, Decision Server will work, but will show error messages during start up.
org.jbpm.ui.server.ext.disabledtrueDisables Business Central features, which are not supported in RHDM. If not set, Decision Server will work, but will show error messages during start up.
org.jbpm.case.server.ext.disabledtrueDisables Business Central features, which are not supported in RHDM. If not set, Decision Server will work, but will show error messages during start up.
-
Set the same property values in the
JAVA_OPTIONSenvironment 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"