Skip to content

Commit

Permalink
PAYARA-1471-clarify-default-unpack-behaviour (#1399)
Browse files Browse the repository at this point in the history
* verified that setting -Djava.io.tmpdir does still change the unpack directory and that this is the default behaviour. Added this fact to the description.

* fix empty unpackdir description
  • Loading branch information
mikecroft authored and smillidge committed Feb 20, 2017
1 parent 841d7cd commit 91bf94b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ integerRangeIncorrect={0} must be a valid integer > {1} and < {2}
instancegroup=Sets the instance group
group=Sets the instance group
nested=Do not unpack the Nested Jars when booting the server. This is generally slower than unpacking the runtime.
unpackDir=Unpack the Nested Jar runtime jars to the specified directory
unpackdir=Unpack the Nested Jar runtime jars to the specified directory. Default behaviour is to unpack to java.io.tmpdir

0 comments on commit 91bf94b

Please sign in to comment.