Contents
1. Overview
This page details the new system properties added to Payara Server.
2. Documentation Conventions
${Product-Root} - This is the root of the Payara server directory, referring to where you have Payara installed.
${Domain} - This refers to the name of your Payara domain.
${Target} - This refers to the name of an instance or cluster.
${Cluster-Config} - This refers to the name of a cluster configuration.
3. System Properties
Option | Value Type | Description | Accepted Values | Default |
---|---|---|---|---|
fish.payara.clientHttpsProtocol | String | Sets the TLS version to be used by the asadmin client. This is separate from the TLS version set for HTTPS communication on a listener. | TLSv1, TLSv1.1, TLSv1.2 | TLSv1.2 |
fish.payara.classloading.delegate | Boolean | When set to false, libraries from applications, and ${Domain}/lib will override the library in ${Product-Root}/modules directory | true, false | true |