The syntax for wstool is:
wstool [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 the server on which EAServer resides |
|
Web services host port number; default is 8080 |
|
User name; default is admin@system |
|
Password; default is the password you established during installation of EAServer. You can change this password using the set-admin-password command. |
|
Communication protocol; default is “http” |
|
Log file name; default is “System.out” |
command is a wstool command.
For example, to connect to the server running on “paloma” at HTTP port “9005”, using account “admin@system” with password “1secret” enter:
wstool -h paloma -n 9005 -u admin@system -p 1secret
wstool command options are not case
sensitive.