Deploys the Enterprise Security Manager graphical user interface software to a BEA WebLogic server.
wls_deploysm --dns_domain domain --security_dir secure_dir --wls_admin_host host --wls_admin_password password --wls_admin_username user_name -- wls_dir directory [--wls_http_port http_port] [--wls_https_port https_port]
Argument |
Datatype |
Default value |
Description |
---|---|---|---|
* dns_domain |
string |
DNS domain of the server; used to construct a fully-qualified host name. |
|
* security_dir |
string |
Enterprise Security installation directory. |
|
* wls_admin_host |
string |
WebLogic administration host. |
|
* wls_admin_password |
string |
Password for the user identified by wls_admin_username. |
|
* wls_admin_username |
string |
User name for the WebLogic administrator. |
|
* wls_dir |
string |
WebLogic installation directory. |
|
wls_http_port |
integer |
7001 |
The WebLogic application server’s HTTP port. |
wls_https_port |
integer |
7002 |
The WebLogic application server’s HTTPS port. |
Return value |
Indicates |
---|---|
0 |
The command ran successfully; the result is true/success. |
1 |
The command failed. |
This command line example deploys Enterprise Security Manager to a WebLogic server. The arguments provide the DNS name of the server, the installation location of Enterprise Security, the name of the WebLogic admin host, the WebLogic administrator’s user name and password, and the WebLogic server installation directory.
securetool wls_deploysm --dns_domain sybase.roma.com --security_dir C:\Sybase\Security --wls_admin_host cosmo --wls_admin_username admin --wls_admin_password bea --wls_dir C:\WebLogic\Server