Skip to content

Commit 4cb3105

Browse files
committed
Add section for using compact profile in type definition files
1 parent 304c3c1 commit 4cb3105

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,21 @@ 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
146+
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.
148+
```json
149+
{
150+
"copyright": "Copyright (c) 2022, Oracle Corporation and/or its affiliates. All rights reserved.",
151+
"license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
152+
"name": "JRF-Compact",
153+
"description": "JRF type domain with a compact profile definitions",
154+
"topologyProfile": "Compact",
155+
...
156+
}
157+
```
158+
WebLogic Deploy Tooling provides the `JRF-Compact.json` type definition file that can be used to create a JRF domain using the compact profile.
159+
145160
#### Targeting in earlier WebLogic Server versions
146161

147162
Templates in WebLogic Server versions prior to 12.2.1 may require the use of the `applyJRF` WLST command to correctly target resources to the correct clusters and servers. The default behavior for WebLogic Deploy Tooling is to invoke `applyJRF` only when the `extensionTemplates` list includes JRF templates.

0 commit comments

Comments
 (0)