Skip to content

Commit 702011e

Browse files
Documentation cleanup (#595)
* footnote links * rollback footnotes
1 parent 3ce1586 commit 702011e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@ The Oracle WebLogic Server Deploy Tooling is designed to support a wide range of
4545
- The differences between WLST online and WLST offline for working with folders and attributes
4646

4747
### Supported WebLogic Server Versions
48-
The following table specifies the supported WebLogic Server versions, along with the JDK versions that must be used to run the WDT tool. You must set the `JAVA_HOME` environment variable to specify a JDK version different than the system default version.
48+
The following table specifies the supported WebLogic Server versions, along with the JDK versions, that must be used to run the WDT tool. You must set the `JAVA_HOME` environment variable to specify a JDK version different from the system default version.
4949

50-
To create a domain with the proper JDK (particularly if the `JAVA_HOME` is different than the one which will be used by the target domain), set the domain `JavaHome` attribute in the domain model.
51-
52-
Note that the WDT Encryption tool used to encrypt and decrypt clear text passwords in the model and variable file, requires WDT to run with a minimum JDK version of 1.8.
50+
To create a domain with the proper JDK (particularly if the `JAVA_HOME` is different from the one which will be used by the target domain), set the domain `JavaHome` attribute in the domain model.
5351

54-
| WebLogic Server Versions | Tool JDK Versions |
52+
Note that the WDT Encryption Model Tool used to encrypt and decrypt clear text passwords in the model and variable files, requires WDT to run with a minimum JDK version of 1.8.
53+
54+
| WebLogic Server Version | Tool JDK Version |
5555
|--------------------------|-------------------|
5656
| 10.3.6 | 1.7 |
5757
| 12.1.1 | 1.7, 1.8 |
58-
| 12.1.2 <sup>[1]</sup> <sup>[2]</sup> | 1.7, 1.8 |
58+
| 12.1.2 <sup>[1]</sup><sup>[2]</sup> | 1.7, 1.8 |
5959
| 12.1.3 | 1.7, 1.8 |
6060
| 12.2.1 <sup>[3]</sup> | 1.8 |
6161
| 12.2.1.1 <sup>[4]</sup> | 1.8 |
6262
| 12.2.1.2 | 1.8 |
6363
| 12.2.1.3 | 1.8 |
6464
| 12.2.1.4 <sup>[5]</sup> | 1.8 |
6565
| 14.1.1 | 1.8, 1.11 |
66-
66+
6767
***1*** First release dynamic clusters are supported
6868
***2*** First release Coherence clusters are supported
6969
***3*** First release WLS roles are supported
7070
***4*** First release multitenancy is supported
7171
***5*** Last release multitenancy is supported
72-
72+
7373
### Metadata model
7474
The metadata model, described in detail in the next section, is WebLogic Server version and WLST mode independent. As such, a metadata model written for an earlier version of WebLogic Server is designed to work with a newer version. There is no need to port your metadata model as part of the upgrade process. Of course, you may wish to add data to your metadata model to take advantage of new features in newer versions of WebLogic Server.
7575

@@ -213,7 +213,7 @@ The file `/home/me/dbcs1.txt` would then contain this single line:
213213
```yaml
214214
password#123
215215
```
216-
As the model is processed, the value for the `PasswordEncrypted` would resolve to `password#123`. It is also possible to combine file placeholders with other types of tokens, to allow for variations in the name and location of the file, such as:
216+
As the model is processed, the value for the `PasswordEncrypted` would resolve to `password#123`. It is also possible to combine file placeholders with other types of tokens, to allow for variations in the name and location of the file, such as:
217217
```yaml
218218
PasswordEncrypted: '@@FILE:/dir/@@PROP:name@@.txt@@'
219219
```
@@ -231,14 +231,14 @@ The root directories are configured as a comma-separated list of directories, us
231231
```
232232
/etc/my-secrets/secrets/the-secret
233233
/etc/your-secrets/secrets/the-secret
234-
```
234+
```
235235
If either of these files is found, the secret is read from that file and substituted in the model.
236236

237-
The second method for locating the Kubernetes secret file is to use the environment variable `WDT_MODEL_SECRETS_NAME_DIR_PAIRS` to map `<name>` values to specific directory locations. For example, if `WDT_MODEL_SECRETS_NAME_DIR_PAIRS` is set to `my-root=/etc/my-secrets,your-root=/etc/your-secrets`, then the token `@@SECRET:your-root:the-secret@@` will look for the secrets file at:
237+
The second method for locating the Kubernetes secret file is to use the environment variable `WDT_MODEL_SECRETS_NAME_DIR_PAIRS` to map `<name>` values to specific directory locations. For example, if `WDT_MODEL_SECRETS_NAME_DIR_PAIRS` is set to `my-root=/etc/my-secrets,your-root=/etc/your-secrets`, then the token `@@SECRET:your-root:the-secret@@` will look for the secrets file at:
238238
```
239239
/etc/your-secrets/the-secret
240240
```
241-
If the `<name>` value has a corresponding mapped directory in `WDT_MODEL_SECRETS_NAME_DIR_PAIRS`, then that directory will take precedence over any roots specified in `WDT_MODEL_SECRETS_DIRS`.
241+
If the `<name>` value has a corresponding mapped directory in `WDT_MODEL_SECRETS_NAME_DIR_PAIRS`, then that directory will take precedence over any roots specified in `WDT_MODEL_SECRETS_DIRS`.
242242

243243
NOTE: It is important that the secrets directories contain only secrets files, because those files are examined to create a list of available name/key pairs.
244244

@@ -341,7 +341,7 @@ For example, if Model 1 looks like:
341341
topology:
342342
Server:
343343
m1:
344-
ListenPort: 7000
344+
ListenPort: 7000
345345
Notes: "Server 1"
346346
m2:
347347
ListenPort: 9000
@@ -379,7 +379,7 @@ A named element using [delete notation](#declaring-named-mbeans-to-delete) will
379379
topology:
380380
Server:
381381
m1:
382-
ListenPort: 7000
382+
ListenPort: 7000
383383
Notes: "Server 1"
384384
m2:
385385
ListenPort: 9000
@@ -395,7 +395,7 @@ The resulting model would be:
395395
topology:
396396
Server:
397397
m1:
398-
ListenPort: 7000
398+
ListenPort: 7000
399399
Notes: "Server 1"
400400
```
401401

@@ -410,15 +410,15 @@ and Model 2 looks like:
410410
topology:
411411
Server:
412412
m1:
413-
ListenPort: 7000
413+
ListenPort: 7000
414414
Notes: "Server 1"
415415
```
416416
The resulting model would be:
417417
```yaml
418418
topology:
419419
Server:
420420
m1:
421-
ListenPort: 7000
421+
ListenPort: 7000
422422
Notes: "Server 1"
423423
```
424424

0 commit comments

Comments
 (0)