Server build properties
- Last Updated: October 9, 2023
- 2 minute read
- Corticon
- Documentation
The following properties are settings you can apply to your Corticon
Server installation by adding the properties and appropriate values as lines in its
brms.properties file, and then restarting Server.
-------------------------------------------------------------------------------
Specifies the amount of time in milliseconds that the Ant build processor will wait before automatically timing out.
Default value is 300000 (5 minutes).
com.corticon.BuildWaitTime=300000
-------------------------------------------------------------------------------
Specifies whether the Decision Service compile process should include all the JARs that are in the same directory as the CcServer.jar in the Ant Compile Classpath. This may need to be set to true dependent on the type of Application Server the Decision Services are deployed on. Primary focus is to incorporate customer Business Objects in the Ant Classpath so that Listener Generation will succeed.
Default value is true.
com.corticon.server.compile.classpath.include.alljarsunderccserver=true
-------------------------------------------------------------------------------
Specifies whether the Decision Service compile process should dynamically detect the location of the JARs where the Business Objects reside. Primary focus is to incorporate customer Business Objects in the Ant Classpath so that Listener Generation will succeed.
Default value is true.
com.corticon.server.compile.classpath.include.bos=true
-------------------------------------------------------------------------------
Compile option: Add the Rule Asset's Report to the compiled EDS file. By having the Report inside the EDS file, any user can get the report for a deployed Decision Service through an in-process or a SOAP call to the Corticon Server. Including the Report in the EDS file will increase the EDS file significantly. Default value is falsecom.corticon.server.compile.add.report=false
-------------------------------------------------------------------------------
Compile option: Add the Rule Asset's WSDL to the compiled EDS file. By having the WSDL inside the EDS file, any user can get the WSDL for a deployed Decision Service through an in-process or a SOAP call to the Corticon Server. Including the WSDL in the EDS file will increase the EDS file significantly. Default is false.com.corticon.server.compile.add.wsdl=false
-------------------------------------------------------------------------------
Compile option: This property lets you configure the memory settings that are used to compile the Rule Assets into an EDS file. Default is -Xms256m -Xmx512m.com.corticon.ccserver.compile.memorysettings=-Xms256m -Xmx1g-------------------------------------------------------------------------------
Option that will restrict certain types of Rule Messages from being posted to the output of
an execution. There are 3 different properties to allow the user to select exactly what is
returned to them from the execution. Default is false (for all three
properties).com.corticon.server.restrict.rulemessages.info=false
com.corticon.server.restrict.rulemessages.warning=false
com.corticon.server.restrict.rulemessages.violation=false