From 28ad37b8ac8e298185c178ea6c7c47e45d947601 Mon Sep 17 00:00:00 2001 From: Richard Killen Date: Fri, 14 Feb 2020 13:45:51 -0600 Subject: [PATCH] Issue #257 Correct statements regarding use of -domain_home argument with online deployment --- site/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/deploy.md b/site/deploy.md index 2e4d3d94b..1ffc88fae 100644 --- a/site/deploy.md +++ b/site/deploy.md @@ -17,7 +17,7 @@ Running the Deploy Applications Tool in WLST offline mode is very similar to run weblogic-deploy\bin\deployApps.cmd -oracle_home c:\wls12213 -domain_home domains\DemoDomain -archive_file DemoDomain.zip -model_file DemoDomain.yaml -variable_file DemoDomain.properties -In WLST online mode, simply replace the `-domain_home` argument with the information on how to connect to the WebLogic Server Administration Server, for example: +To run the tool in online mode, add the `-admin_url` and `admin_user` arguments with the necessary values to connect to the WebLogic Server Administration Server. For example: weblogic-deploy\bin\deployApps.cmd -oracle_home c:\wls12213 -domain_home domains\DemoDomain -archive_file DemoDomain.zip -model_file DemoDomain.yaml -variable_file DemoDomain.properties -admin_url t3://127.0.0.1:7001 -admin_user weblogic