Skip to content

Commit cd504d6

Browse files
committed
Revised per review
1 parent acb80d9 commit cd504d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

documentation/2.0/content/userguide/tools-config/domain_def.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ weight: 2
142142

143143
If there are any server groups in the custom template that should be targeted to managed servers, they should be specified in the `serverGroupsToTarget` attribute, similar to `MY_MAN_SVR` in the example above.
144144

145-
#### Using Compact Profile
145+
#### Using compact profile
146146

147147
The `topologyProfile` field can be used to create a domain using a specific profile for each of the templates. This partial example will apply the compact profile for each of the specified templates.
148148
```json

documentation/2.0/content/userguide/tools-config/model_filters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This example configures two filters for the Create Domain Tool: `fix-password.py
4646
```
4747
### Internal Filters
4848

49-
Internal filters are provided by WebLogic Deploy Tooling to perform modifications to the domain model. They are referenced by ID in the target configuration file. This example shows use of the internal filter `wko_filter` and a user-defined filter `fix-password` for use with the Create Domain Tool.
49+
Internal filters are provided by WebLogic Deploy Tooling to perform modifications to the domain model. They are referenced by ID in the target configuration file. This example shows the use of the internal filter `wko_filter` and a user-defined filter `fix-password` for use with the Create Domain Tool.
5050
```json
5151
{
5252
"create": [
@@ -55,11 +55,11 @@ Internal filters are provided by WebLogic Deploy Tooling to perform modification
5555
]
5656
}
5757
```
58-
Internal filters cannot be copied modified like other types of filters.
58+
Internal filters cannot be copied or modified like other types of filters.
5959

6060
#### Internal filter `wko_filter`
6161

6262
This filter prepares the domain model for use with WebLogic Kubernetes Operator. It performs the following modifications:
63-
- Remove any attributes that can only be deployed in online mode
64-
- Set the `CalculatedListenPorts` attribute to false for dynamic clusters
65-
- Warn if servers in a static cluster have different listen ports
63+
- Removes any attributes that can only be deployed in online mode
64+
- Sets the `CalculatedListenPorts` attribute to false for dynamic clusters
65+
- Warns if servers in a static cluster have different listen ports

0 commit comments

Comments
 (0)