Configuration Methods
This section details the PayaraMicro
class configuration methods that
are used during the bootstrap process.
Configuration Operand | Description | Get Method | Set Method | Default Value | Command Line Equivalent |
---|---|---|---|---|---|
Alternate Domain XML |
Gets or sets the domain.xml used to override the default server configuration. |
|
|
|
|
Cluster Multicast Group |
Gets or sets the cluster multicast group for the instance. |
|
|
|
|
Cluster Port |
Gets or sets the multicast cluster port. |
|
|
-2147483648 (MIN_VALUE) (Default value of 2904 set in default domain.xml is not read into instance variable) |
|
Cluster Start Port |
Gets or sets the start port number for the Payara Micro instance to listen on for cluster communications. |
|
|
-2147483648 (MIN_VALUE) (Default value of 5900 set in default configuration files is not read into instance variable) |
|
Deployment Directory |
Gets or sets the directory to be scanned for archives to deploy. |
|
|
|
|
HTTP Port |
Gets or sets the HTTP port for the instance to bind to. |
|
|
-2147483648 (MIN_VALUE) (Default value of 8080 set in default domain.xml is not read into instance variable) |
|
Instance Name |
Gets or sets the name of the instance. |
|
|
Generated Universally Unique Identifier. |
|
Maximum HTTP Threads |
Gets or sets the maximum number of threads in the HTTP thread pool. |
|
|
-2147483648 (MIN_VALUE) (Default value of 10 set in default domain.xml is not read into instance variable) |
|
Minimum HTTP Threads |
Gets or sets the minimum number of threads in the HTTP thread pool. |
|
|
-2147483648 (MIN_VALUE) (Default value of 10 set in default domain.xml is not read into instance variable) |
|
Root Directory |
Gets or sets the root configuartion directory. |
|
|
|
|
HTTPS Port |
Gets or sets the HTTPS port for the instance to bind to. A HTTPS port is not bound unless this value is manually set. |
|
|
-2147483648 (MIN_VALUE) (Default value of 8443 set in default domain.xml is not read into instance variable) |
|
No Clustering |
Gets or sets whether clustering is enabled or disabled for an instance. |
|
|
false |
|
HTTP Auto-Binding |
Enables or Disables auto-binding of the HTTP port for an instance. |
|
|
false |
|
HTTPS Auto-Binding |
Enables or Disables auto-binding of the HTTPS port for an instance. |
|
|
false |
|
Auto-Bind Range |
Sets the range for HTTP and HTTPS port auto-binding. |
|
|
5 |
|