Edit Shared Configuration Properties - Precisely_EnterWorks - EnterWorks - Latest

EnterWorks Publication Module

Product type
Software
Portfolio
Verify
Product family
EnterWorks™ software
Product
EnterWorks™ software > Publication Module
Version
Latest
ft:locale
en-US
Product name
Precisely EnterWorks
ft:title
EnterWorks Publication Module
Copyright
2025
First publish date
2007
ft:lastEdition
2025-04-28
ft:lastPublication
2025-04-28T13:12:44.254000

Overview

Shared configuration properties are system configuration values that are used across all servers in an EnterWorks installation, such as file paths, database connections, and security settings. Some of these properties are stored in the EPIM database and are accessible in the Classic UI's Shared Configuration List. The rest of the properties are stored in the sharedConfig.properties files located in several different folders.

Anytime shared configuration properties are edited in the EPIM database, you must clear the cache. Anytime sharedConfig.properties files are edited, you must restart all EnterWorks services.

Warning: EnterWorks has multiple sharedConfig.properties files, in various folders, on various servers. These files each have some settings that are unique to that file. Do NOT copy one sharedConfig.properties file over another. When you need to update sharedConfig.properties files, edit each file individually.

Some properties may be different in each sharedConfig.properties file, including the following:

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 – Tomcat. If there are no workers, use this for WildflyController, also.
  • 1 – If there are workers, use this for Wildfly Controller.
  • 2 – WildflyWorker

Edit shared configuration properties

Warning: EnterWorks has multiple sharedConfig.properties files, in various folders, on various servers. These files each have some settings that are unique to that file. Do NOT copy one sharedConfig.properties file over another. When you need to update sharedConfig.properties files, edit each file individually.
  1. Locate the Property in the Shared Configuration List:
    1. Log in to EnterWorks UI as an administrator.
    2. In the Feature bar, navigate to the System > Shared Configuration to open the Shared Configuration List.
    3. Search for the desired property using the Description column for reference.
  2. To edit the property, if the property is in the Shared Configuration List:
    1. Double-click the Value filed of the property to enable editing.
    2. Enter the desired value and click outside the field to save the changes.
    3. Clear the Cache.
  3. To edit the sharedConfig.properties files, if the property is not in the Shared Configuration List:
    1. On each server running one of the following services:
      • EnableServerTomcat

      • EnableServerWildflyController

      • EnableServerWildflyWorker<n>

      search the folder:
      <drive>:\Enterworks\EnableServer
      to find all the sharedConfig.properties files.
    2. Edit each of the sharedConfig.properties files as desired.
    3. Save and close the files.
    4. Restart EnterWorks services.