Skip to content

Commit

Permalink
PAYARA-1621 sslPort is not being set when using packaged system prope…
Browse files Browse the repository at this point in the history
…rties in an uber jar or on the command line (#1564)
  • Loading branch information
smillidge authored Apr 28, 2017
1 parent dd6a76c commit 203ffc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,7 @@ private void setArgumentsFromSystemProperties() {
enableAccessLogFormat = getBooleanProperty("payaramicro.logPropertiesFile");
enableHealthCheck = getBooleanProperty("payaramicro.enableHealthCheck");
httpPort = getIntegerProperty("payaramicro.port", Integer.MIN_VALUE);
sslPort = getIntegerProperty("payaramicro.sslPort", Integer.MIN_VALUE);
hzMulticastGroup = getProperty("payaramicro.mcAddress");
hzPort = getIntegerProperty("payaramicro.mcPort", Integer.MIN_VALUE);
hostAware = getBooleanProperty("payaramicro.hostAware");
Expand Down

0 comments on commit 203ffc6

Please sign in to comment.