You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/2.0/content/userguide/tools-config/domain_def.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ weight: 2
142
142
143
143
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.
144
144
145
-
#### Using Compact Profile
145
+
#### Using compact profile
146
146
147
147
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.
Copy file name to clipboardExpand all lines: documentation/2.0/content/userguide/tools-config/model_filters.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ This example configures two filters for the Create Domain Tool: `fix-password.py
46
46
```
47
47
### Internal Filters
48
48
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.
50
50
```json
51
51
{
52
52
"create": [
@@ -55,11 +55,11 @@ Internal filters are provided by WebLogic Deploy Tooling to perform modification
55
55
]
56
56
}
57
57
```
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.
59
59
60
60
#### Internal filter `wko_filter`
61
61
62
62
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