Display the syntax and parameter descriptions for the oeprop command.
group_name.prop_name
Display the value of the specified property the the specified group in .../conf/openedge.properties.
group_name.prop_name=value
Set the value of a property in a group that exists in .../conf/openedge.properties.
+group_name.prop_name=value
Add a new property to the specified group in .../conf/openedge.properties and set its value.
~group_name.prop_name
Remove the specified property in the specified group in .../conf/openedge.properties. If prop_name refers to a group, the group must be empty. To remove non-empty groups, use the -R option.
~group_name
Remove the specified group in .../conf/openedge.properties. The group must be empty. To remove non-empty groups, add the -R option.
-R
Use with ~group_name to remove non-empty groups.
-f filename
Merge the contents of the text file, filename, with the existing openedge.properties file.
This option is particularly useful when deploying and configuring new Web applications. It allows you to add property names and property groups in one step.
-v
Display verbose information when oeprop runs.
-g
Display debug information when oeprop runs.
-t
Display detailed trace information when oeprop runs.
Note
Properties in the openedge.properties files are organized in groups. For example, the following shows the properties listed under the AppServer.SessMgr group:
When you specify a property as a parameter to the oeprop command, the group name must precede the property name. For example: AppServer.SessMgr.maxAgents.
Examples
Display the maximum number of agents (returns 10, the default setting):