Skip to content

Commit c062b68

Browse files
committed
removing merge conflict markers
1 parent b151781 commit c062b68

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

documentation/4.0/content/userguide/tools/discover.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,7 @@ The following environment variables may be set.
8888
Please provide the `STDOUT` and `STDERR` log streams in the GitHub Issue. If the summary is not listed (unhandled exception stack trace occurs), be sure and include the Oracle and WDT installation versions and whether the tool was run in online or offline WLST mode. If possible, provide the model, variable and archive files, and the log file, `discoverDomain.log`, from location `<install home>\weblogic-deploy\log`.
8989

9090
### Parameter table for `discoverDomain`
91-
<<<<<<< HEAD:documentation/3.0/content/userguide/tools/discover.md
92-
| Parameter | Definition | Default |
93-
| ---- | ---- | ---- |
94-
| `-archive_file` | The path to the archive file. | |
95-
| `-admin_pass_env` | An alternative to entering the admin password at a prompt. The value is an environment variable name that WDT will use to retrieve the password. | |
96-
| `-admin_pass_file` | An alternative to entering the admin password at a prompt. The value is a the name of a file that contains a password string that the tool will read to retrieve the password. | |
97-
| `-admin_url` | The admin server URL used for online discovery. | |
98-
| `-admin_user` | The admin user used for online discovery. | |
99-
| `-domain_home` | (Required). The location of the existing domain home. | |
100-
| `-domain_type` | The type of domain. (for example, `WLS`, `JRF`) | `WLS` |
101-
| `-java_home` | Overrides the `JAVA_HOME` value when discovering domain values to be replaced with the Java home global token. | |
102-
| `-model_file` | The path to the model file. If not present, model file will be stored in archive file. | |
103-
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
104-
| `-output_dir` | Output directory required for `-target`. | |
105-
| `-skip_archive` | Do not generate an archive file. The `-archive_file` option will be ignored. | |
106-
| `-target` | The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). | |
107-
| `-remote` | Update the domain from a remote machine. | |
108-
=======
109-
| Parameter | Definition | Default |
91+
Parameter | Definition | Default |
11092
|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|
11193
| `-archive_file` | The path to the archive file. | |
11294
| `-admin_pass_env` | An alternative to entering the admin password at a prompt. The value is an environment variable name that WDT will use to retrieve the password. | |
@@ -132,5 +114,4 @@ Please provide the `STDOUT` and `STDERR` log streams in the GitHub Issue. If the
132114
| `-ssh_private_key_pass_env` | The environment variable name to use to retrieve user's private key passphrase when authenticating with a public/private key pair. | |
133115
| `-ssh_private_key_pass_file` | The file name of a file that contains the user's private key passphrase string when authenticating with a public/private key pair. | |
134116
| `-ssh_private_key_pass_prompt` | A flag to force the tool to prompt the user to provide their private key passphrase through standard input when authenticating with a public/private key pair. | Do not prompt or read from standard input. |
135-
>>>>>>> develop-4.0:documentation/4.0/content/userguide/tools/discover.md
136117
| `-variable_file` | The path to the variable property file. | |

0 commit comments

Comments
 (0)