Configures the Sybase providers in the default realm of a BEA WebLogic server.
After running this command, restart the WebLogic server.
wls_configmw --wls_admin_password password --wls_admin_username user_name -- wls_dir directory [--wls_admin_host host_name] [--wls_admin_port port] [--wls_servername server] [--wls_ssl_port ssl_port]
Argument |
Datatype |
Default value |
Description |
---|---|---|---|
* 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. |
|
jdbc_url |
string |
jdbc:sybase:Tds:host: 5000/acdb |
JDBC URL to use when connecting to the database. |
wls_admin_host |
string |
localhost |
Name of the machine where WebLogic is running. |
wls_admin_port |
integer |
7001 |
WebLogic connection port. |
wls_servername |
string |
myserver |
The name of the WebLogic server in which to install the software. Reads the value from the WLS_SERVERNAME_ARGDESC environment variable. |
wls_ssl_port |
string |
7002 |
SSL port for the WebLogic server. |
Return value |
Indicates |
---|---|
0 |
The command ran successfully; the result is true/success. |
1 |
The command failed. |
This command line example configures the Sybase providers in the default realm of the WebLogic server. The arguments provide the WebLogic administrator’s user name and password, and the WebLogic server installation directory.
securetool wls_configmw --wls_admin_username admin --wls_admin_password bea --wls_dir C:\WebLogic\Server