user manual

Chapter 29: iastool command-line utility 341
Using the iastool command-line tools
compilejsp
Use this tool to precompile JSP pages in a standalone WAR or in all Wars in
an EAR. The JSP pages are compiled into Java servlet classes and saved in a
WAR file. This operation enables the JSP pages to be served faster the first
time they are accessed.
Syntax
-compilejsp -src <war_or_ear> -target <target_file> [-package
<package_root>]
[-loglevel <0-4>] [-classpath <classpath>]
Default Output
By default, compilejsp reports if the operation was successful or not.
Options
The following table describes the options available when using the compilejsp
tool.
-start Start a managed object. For more
information, see start on page 365.
-stop Stop a hub or managed object. For more
information, see stop on page 366.
-uncompress Uncompress a JAR file. For more
information, see uncompress on
page 368.
-undeploy Remove a J2EE module from a Partition.
For more information, see undeploy on
page 369.
-usage Display the usage of command-line
options. For more information, see
usage on page 370.
-verify Verify a J2EE module. For more
information, see verify on page 370.
Option Description
-src <war_or_ear> Specifies the WAR or EAR file you want
to compile. The full or relative path to the
file must be specified. There is no
default.
-target <target_file> Specifies the name of the file to be
generated. The file name you specify
cannot already exist. The full or relative
path to the file must be specified. There
is no default.
Table 29.1 iastool command-line utilities
Use... To...