sharedConfig.properties File - EnterWorks - EnterWorks Process Exchange (EPX) - Precisely EnterWorks - 10.5

EnterWorks Classic Administration Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks
Precisely EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Classic Administration Guide
First publish date
2007
Last updated
2023-08-02
Published on
2023-09-20T17:55:59.992423

Anytime a change is made to this file the EnterWorks services must be restarted.

There are multiple sharedConfig.properties files: one for Tomcat; one for JBoss Controller; and one for each JBoss Worker. With the exception of a small number of properties, the multiple sharedConfig.properties files must be the same. If you update a property in one of the sharedConfig.properties files, make the same change to each of the other copies of the file, unless the property is specific to the service to which it applies.

The following properties may be different in each sharedConfig.properties file:

Property Description
jboss.context.url

Defines the server on which the process resides and the port number on which it listens:

  • 8034 – Tomcat and Controller

  • 8x34 – Worker (where x is the worker number)

epim.connection.url Potentially different on each server if the appName property is set so that each connection to the EPIM database can be traced to the specific process.
debug.file.prefix

Prefix for the debug log file for the process.

  • enable_webController

  • enable_appController

  • enable_appWorker<n>

job.controller.type

Type of process:

  • 0 – independent (Tomcat and JBoss Controller when there are no workers)

  • 1 – Controller (JBoss Controller)

  • 2 – Worker (JBoss Worker)