Server build properties
- Last Updated: July 16, 2025
- 1 minute read
- Corticon
- Version 6.3
- 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
-------------------------------------------------------------------------------