Configuring the Location of the Domains Folder
Runtime entities are created in the local file system in the BW_HOME/domains folder. Below are several different ways to change the folder location of a specific domain.
Admin CLI
Point to a new domain home for a specific domain by executing the -home command. For example, run the following command to create a domain home named testDomain:
<BW_HOME>\ bin>bwadmin create -home /Users/testuser/domains domain testDomain
REST API
Use the home parameter in the REST request. For example, http://localhost:8079/bw/v1/domains/testDomain?home=/Users/testuser/domains
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.