-
Notifications
You must be signed in to change notification settings - Fork 4
System Properties
rgnitz edited this page Sep 13, 2010
·
1 revision
For OEMware to operate properly, certain system properties are required. These are passed in by the service_java.sh script. (i.e., -Doemware.service.name=devmodule).
Name | Description | Default | Required |
oemware.service.name | The name of the service or module. | None | Yes |
oemware.env.name | The environment name (E.g., dev, qa, stag, prod). | None | Yes |
oemware.dir | The base module directory (not the module home). | None | Yes |
oemware.app.dir | The module home. | None | Yes |
oemware.node.id | The node id. This can be the same or can match other node information. | None | Yes |
oemware.data.dir | The storage/data directory. | None | Yes |
oemware.instance.id | Allows for multiple instances of a module to run on a node. | 1 | Yes |
oemware.cordial | The infrequent version notification to OEMware (helps with project maintenance). | true | No |