Skip to content

Commit

Permalink
Synchronize proper property key
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jan 15, 2023
1 parent 9567bf0 commit 35f8977
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -292,7 +292,7 @@ In order of precedence:

* `glassfish.embedded.tmpdir` property value specified in `GlassFishProperties` object
* `glassfish.embedded.tmpdir` system property value
* `java.io.tmp` system property value
* `java.io.tmpdir` system property value
* as-install``/domains/domain1`` if a nonembedded installation is referenced

|Creates a new or references an existing configuration file
Expand Down Expand Up @@ -1360,7 +1360,7 @@ In order of precedence:

* `glassfish.embedded.tmpdir` property value specified in `GlassFishProperties` object
* `glassfish.embedded.tmpdir` system property value
* `java.io.tmp` system property value
* `java.io.tmpdir` system property value
* as-install``/domains/domain1`` if a nonembedded installation is referenced

|(optional) The xref:#instance-root-directory[Instance Root Directory]
Expand Down Expand Up @@ -1738,7 +1738,7 @@ In order of precedence:
* `glassfish.embedded.tmpdir` property value specified in
`GlassFishProperties` object
* `glassfish.embedded.tmpdir` system property value
* `java.io.tmp` system property value
* `java.io.tmpdir` system property value
* as-install``/domains/domain1`` if a nonembedded installation is referenced

|The xref:#instance-root-directory[Instance Root Directory].
Expand Down

0 comments on commit 35f8977

Please sign in to comment.