Server
A property on the Server model that identifies the Context name for a model context. This is to support the concept of config value inheritance such that if the config value is notset in the Server context, the runtime will consult the model identifiedin the modelId property (if any) for the setting.
Inherits from type ServiceContext and adds the following.
Attributes Summary
clusterName Specify the cluster name if the server is part of a cluster. modelId errorStreamRedirect Stream redirection settings for System. outputStreamRedirect Stream redirection settings for System. customServices A collection of plug-in service definitions. components processDefinition Process execution settings for this server.
Attribute Details
clusterName
Specify the cluster name if the server is part of a cluster.
Data type: String
Default value: unspecified
modelId
Data type: String
Default value: unspecified
errorStreamRedirect
Stream redirection settings for System.err
Data type: StreamRedirect
outputStreamRedirect
Stream redirection settings for System.out
Data type: StreamRedirect
customServices
A collection of plug-in service definitions.
Data type: CustomService
components
Data type: Component
processDefinition
Process execution settings for this server.
Data type: ProcessDef