The syntax for wstool and wstkeytool is:
wstool or wstkeytool [connection-arguments] [command]
Where:
connection-arguments specify optional parameters required to connect to the server, including:
Flag |
To specify |
---|---|
|
Server host name; default is the value of JAGUAR_HOST_NAME (localhost) |
|
Web services host port number; default is 8080 |
|
User name; default is “jagadmin” |
|
Password; default is “” (no password) |
|
Communication protocol; default is “http” |
|
Log file name; default is “System.out” |
(wstkeytool only) |
Keystore PIN of EAServer’s PKCS#11 token; default is “sybase” |
(wstkeytool only) |
The keytool provider. This option is not used with EAServer. |
command is a wstool or wstkeytool command.
For example, to connect to the server running on “paloma” at HTTP port “9005”, using account “jagadmin” with password “secret” enter:
wstool -h paloma -n 9005 -p secret or wstkeytool -h paloma -n 9005 -p secret
You can omit the -u flag because jagadmin is the default user name.
wstool and wstkeytool command
options are not case sensitive.