SDX 6.4.x Application Library Guide > Configuring the Workflow Application
> Configuring the Object State Manager for the Web
Configuring the Object State Manager for the Web
To launch the local configuration tool to configure the object state manager for the Web (OSMW) properties:
- On the OSMW host, log in as root or as an authorized nonroot admin user.
- Launch the local configuration tool in the OSMW directory.
/opt/UMC/tomcat/webapps/workflow/WEB-INF/etc/osmintconfig
Request Tab
Use the Request tab to configure OSMW properties. Table 54 describes the parameters.
Table 54: Request Tab Parameters
|
|
Process Definition Key
|
URL used to access OSMW when creating process instances.
|
Duplicate Message
Timeout [s]
|
Maximum time the record of old messages is kept for checking for duplicate messages, in seconds.
|
Parser Pool Size
|
Maximum number of XML parsers that can be used simultaneously.
|
Encoding
|
IANA name of the character encoding.
|
Context Store
|
Name of the file that stores the contexts of the process instances.
|
Report Store
|
Fully qualified path of the file that stores the delayed reports.
|
Result Store
|
Name of the file that stores the outgoing results.
|
Report Tab
Use the Report tab to configure the properties related to the report server. The report server is responsible for receiving reports from the workflow engine. Table 55 describes the parameters.
Table 55: Report Tab Parameters
|
|
Reporter Priority
|
Priority of the socket listening thread.
|
Port
|
Port on which the report server listens for workflow reports.
|
Report Connection Limit
|
Maximum number of concurrent report connections.
|
LDAP Tab
Use the LDAP tab to configure properties related to the directory that OSM uses to execute workflows. Table 56 describes the parameters.
Table 56: LDAP Tab Parameters
|
|
Version
|
Version of the LDAP protocol.
|
Port
|
Port on which the LDAP server listens for new requests.
|
Host
|
IP address or hostname of the LDAP server.
|
Bind DN
|
DN of the SDX administrator.
Default value is cn=osm, ou=components, o=operators, o=umc.
|
Bind Password
|
Password of the SDX administrator.
Default value is osm.
|
Base DN
|
Base DN of directory root.
|
Server Time Limit [s]
|
Time limit for the LDAP search on the server side, in seconds.
|
Client Time Limit [ms]
|
Time limit for the LDAP operations on the client side, in milliseconds.
|
Connect Timeout [s]
|
Time limit for establishing a connection to the LDAP server, in seconds.
|
LDAP Connection Pool Size
|
Size of the pool of connections to the LDAP server.
|
Workflow Engines Tab
Use the Workflow Engines tab to specify one or more workflow engines that the OSMW uses to execute workflows. Table 57 describes the parameters.
Table 57: Workflow Engines Tab Parameters
|
|
Host
|
IP address or hostname of the first workflow engine host.
|
Request Port
|
Port on which the first workflow engine listens for new requests.
|
Load Information
|
Port on which the first workflow engine listens for load information requests.
|
Host
|
IP address or hostname of the second workflow engine host.
|
Request Port
|
Port on which the second workflow engine listens for new requests.
|
Load Information
|
Port on which the second workflow engine listens for load information requests.
|
Host
|
IP address or hostname of the third workflow engine host.
|
Request Port
|
Port on which the third workflow engine listens for new requests.
|
Load Information
|
Port on which the third workflow engine listens for load information requests.
|
Host
|
IP address or hostname of the fourth workflow engine host.
|
Request Port
|
Port on which the fourth workflow engine listens for new requests.
|
Load Information
|
Port on which the fourth workflow engine listens for load information requests.
|