user manual
368 BES Developer’s Guide
Using the iastool command-line tools
Example
The following example stops the partition naming service running on the hub
BES1 in the j2ee configuration on the management port 24410:
iastool -stop -hub BES1 -cfg j2ee -mo standard_visinaming -mgmtport 24410
uncompress
Use this tool to uncompress a JAR file.
Syntax
-uncompress -src <srcjar> -target <targetjar>
Default Output
By default, uncompress reports if the operation was successful or not.
Options
The following table describes the options available when using the uncompress
tool.
Examples
The following example converts the compressed JAR file called small.jar
located in the current directory into an uncompressed file called big.jar in the
same location:
iastool -uncompress -src small.jar -target big.jar
-pwd <password> Specifies the user's password to
authenticate against the specified realm.
-file <login_file> Specifies a login script file containing the
realm, user name , and password used
to authenticate a user. The full or relative
path to this file must be specified. See
“Executing iastool command-line tools
from a script file” on page 372 for more
information.
Option Description
-src <srcjar> Specifies the JAR file that you want to
uncompress. The full or relative path to
the file must be specified. There is no
default.
-target <targetjar> Specifies the name of the uncompressed
JAR file to be generated. The full or
relative path to the file must be specified.
There is no default.
Option Description










