Skip to content

Commit d547402

Browse files
authored
Issue #257 Correct statements regarding use of -domain_home argument with online deployment (#542)
1 parent c6c8460 commit d547402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Running the Deploy Applications Tool in WLST offline mode is very similar to run
1717

1818
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
1919

20-
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:
20+
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:
2121

2222
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
2323

0 commit comments

Comments
 (0)