Skip to content

Commit c3a0579

Browse files
committed
Issue #181 - Add command-line argument -domain_home to allow domain name to be different from directory name
1 parent 6256d63 commit c3a0579

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

installer/src/main/bin/createDomain.sh

+8-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ usage() {
5353
echo ""
5454
echo "Usage: $1 [-help] [-use_encryption] [-run_rcu]"
5555
echo " -oracle_home <oracle-home>"
56-
echo " -domain_parent <domain-parent>"
56+
echo " [-domain_parent <domain-parent> | -domain_home <domain-home>]"
5757
echo " -domain_type <domain-type>"
5858
echo " [-java_home <java-home>]"
5959
echo " [-archive_file <archive-file>]"
@@ -67,7 +67,13 @@ usage() {
6767
echo " where:"
6868
echo " oracle-home - the existing Oracle Home directory for the domain."
6969
echo ""
70-
echo " domain-parent - the directory where the domain should be created."
70+
echo " domain-parent - the parent directory where the domain should be created."
71+
echo " The domain name from the model will be appended to this"
72+
echo " location to become the domain home."
73+
echo ""
74+
echo " domain-home - the full directory where the domain should be created."
75+
echo " This is used in cases where the domain name is different"
76+
echo " from the domain home directory name."
7177
echo ""
7278
echo " domain-type - the type of domain (e.g., WLS, JRF). This controls"
7379
echo " the domain templates and template resource targeting."

0 commit comments

Comments
 (0)