Skip to content

Commit 883c00b

Browse files
Update connect-db.md
Updating location for RCU XML config files.
1 parent 746696d commit 883c00b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/3.0/content/userguide/database/connect-db.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@ When creating a domain using WDT and the `-run_rcu` option, you can specify your
182182

183183
This correlates to the `createRepository` and `dropRepository` command-line arguments `RCU -compInfoXMLLocation <file path> -storageXMLLocation <file path>`.
184184

185-
Include your XML files in your archive file using the location `wlsdeploy/rcu/config`. Then include this relative location in the `RCUDbInfo` section of the model.
185+
Include your XML files in your archive file using the location `wlsdeploy/custom/rcu/config`. Then include this relative location in the `RCUDbInfo` section of the model.
186186

187187
```yaml
188188
domainInfo:
189189
RCUDbInfo:
190-
compInfoXMLLocation: wlsdeploy/rcu/config/MyComponentInfo.xml
191-
storageXMLLocation: wlsdeploy/rcu/config/MyStorage.xml
190+
compInfoXMLLocation: wlsdeploy/custom/rcu/config/MyComponentInfo.xml
191+
storageXMLLocation: wlsdeploy/custom/rcu/config/MyStorage.xml
192192
```
193193

194194
### Advanced JRF database use cases

0 commit comments

Comments
 (0)