Try OpenEdge Now
skip to main content
Business Process Portal Administrator's Guide
Configuring BP Server : Using the BP Server configuration interface : BP Server configuration parameters
 

BP Server configuration parameters

Table 14 presents the configuration parameters for BP Server, a description of each parameter, and any default values, if applicable.
Note: Configuration parameters cannot reload until you restart the server.

Parameters

Table 14. BP Server configuration parameters
Parameter name
Default value
Description
ID of BP Server 1
True
If set to true, then the debug (trace) information is written to the log file for the BP Server API.
BP Server Debug Flag for API
False
If set to true, then the debug (trace) information is written to the log file for the BP Server API.
BP Server Debug Flag for Utilities
False
If set to true, then the debug (trace) information is written to the log file for the BP Server utilities.
BP Server Debug Flag for Session Beans
False
If set to true, then the debug (trace) information is written to the log file for the BP Server Session Beans.
BP Server Debug Flag for Entity Beans
False
If set to true, then the debug (trace) information is written to the log file for the BP Server Entity beans.
BP Server Debug Flag for Server Engine
False
If set to true, then the debug (trace) information is written to the log file for the BP Server Engine.
BP Server Debug Flag for User Session
False
If set to true, then the debug (trace) information is written to the log file for the BP Server User Session.
BP Server Debug Flag for Data Access Objects (DAO)
False
If set to true, then the debug (trace) information is written to the log file for the BP Server Data Access Objects.
BP Server Debug Flag for External Performers
False
If set to true, then the debug (trace) information is written to the log file for the BP Server External Performers.
BP Server Debug Flag for Timer Action
False
If set to true, then the debug (trace) information is written to the log file for the BP Server timer action support.
BP Server Debug Flag for ProcessTemplate creation
False
If set to true, then it prints the debug information of process template creation and initialization.
BP Server Debug Flag for printing the jst.writeLog in scripts
False
If set to true, it prints the statements mentioned within jst.writeLog in scripts.
BP Server Debug Flag for FileClassLoader
False
If true, the server writes the debug information of FileClassLoader used for adapter loading.
Debug Flag
False
If set to true, it prints the debug information.
Timeout for User Session
360
The time in minutes after which the session expires if left idle.
Sending Email notifications
False
The option to send e-mail notifications upon various events. This property is false by default.
Start Email Reader 1
False
The option to start the Email Reader at BP Server startup to listen to e-mails sent to BP Server for completing tasks etc.
Sending Email notifications when work item is completed1.
False
Option to send email notifications to performers when work item is completed.
Sending Email notifications to other performers in a group when one of the group performers assigns task to himself/herself1
False
Option to send email notifications to other group performers when one of the group assigns task to self.
Start Running Dashboard1.
True
Option to start collection of Dashboard information at BP Server startup.
BP Server tracking work item performer flag
True
If set to true, all the work item performers of the activated process instance are remembered by BP Server. Note: Turning on/off the flag only affects the process instance activated after it.
BP Server Callback notification
False
If set to true, change of BP Server states is notified by invoking registered callback adapters.
BP Server Calendar
True
If set to true, uses calendar to compute due date.
Event Trace 2
False
If set to true, prints event information in the log file.
Comma separated list of senders 2
com.savvion.sbm.eventpublisher.
sender.JMSSender
Comma separated fully qualified class names of senders. For example: com.savvion.sbm.eventpublisher.sender.JMSSender, com.savvion.sbm.eventpublisher.sender.SimpleSender, common.externalperformers.SimpleEPSender
Default filter class name 2
com.savvion.sbm.eventpublisher.filter.
ANDFilter
Fully qualified class name for Default Filter Class.
Event Publisher Sender Location 2
The location where user defined Sender or Filter Classes are kept. When no values are specified, $OEBPS_HOME/ebmsapps directory is assumed as the default location.

1 Configuration parameters CANNOT be reloaded until you restart the server.

2 These parameters are used by the Event Publisher.