Try OpenEdge Now
skip to main content
Administration
AppServer and Internet Adapter Administration : Configuring and Managing the AppServer : Configuring AppServer components : Editing the properties file : AppServer entries in the properties file
 
AppServer entries in the properties file
The AppServer configurations in ubroker.properties can include the entities listed in the following table.
Table 2. AppServer configuration entity names
Configuration entity name
Configuration entity function
[UBroker]
Defines default property settings for all AppServers, DataServers, and WebSpeed Transaction Servers.
[UBroker.AS]
Defines default property settings for all instances of an AppServer.
[UBroker.AS.product-instance-name]
Defines property settings for a particular instance of an AppServer. The ubroker.properties file can contain several of these entities, each with a unique product-instance-name. For an AppServer, product-instance-name is the name you specify for the AppServer instance.
Note: The product-instance-name is unique and case-sensitive. It can contain alphanumeric and special characters, except period (“.”), colon (":"), or square brackets (“[ ]”). The name must not contain blank spaces.
Thus, parent entities provide default values for all of their child entities. For example, the parent [UBroker] contains a set of definitions that can be inherited by its child AppServer product [UBroker.AS] and any other product entities, and then again by its child [UBroker.AS.product-instance-name] and any other product instance entities. However, at any child level, a redefinition of any value supersedes the default value of its parent. All children from the redefinition level down inherit this new value.