user manual
Chapter 29: iastool command-line utility 343
Using the iastool command-line tools
Options
The following table describes the options available when using the compress
tool.
Example
To compress a JAR file, called proj1.jar and located in the current directory,
into a file called proj1compress.jar in the same location:
iastool -compress -src proj1.jar -target proj1compress.jar
To compress a JAR file called proj1.jar located in the directory c:\myprojects\
into a file called proj1compress.jar in the same location:
iastool -compress -src c:\myprojects\proj1.jar
-target c:\myprojects\proj1compress.jar
deploy
Use this tool to deploy a J2EE module to a specified Partition on the specified
hub and configuration.
Syntax
-deploy -jars <jar1,jar2,...> <-hub <hub> | -host <host>:listener_port>>
-cfg <configname> -partition <partitionname> [-force_restart] [-cp
<classpath>]
[-args <args>] [-javac_args <args>] [-noverify] [-nostubs] [-mgmtport
<nnnnn>]
[-realm <realm>] [-user <username>] [-pwd <password>] [-file <login_file>]
Default Output
By default, deploy reports if the operation was successful.
Option Description
-src <srcjar> Specifies the JAR file that you want to
compress. The full or relative path to the
file must be specified. There is no
default.
-target <targetjar> Specifies the name of the compressed
JAR file to be generated. The full or
relative path to the file must be specified.
There is no default.










