JSP Tag Libraries and Standard Portable Tags
Chapter 4 Using JavaServer Pages 47
Other JSP Initialization Parameters
You can include the following initialization parameters under the jsp-servlet
element in your
web-apps.xml file. The JSP compiler uses the default values for
parameters that are not included in the file.
JSP Tag Libraries and Standard Portable Tags
iPlanet Web Server supports tag libraries and standard portable tags. For more
information about tag libraries, see the JSP 1.1 specification at:
http://java.sun.com/products/jsp/download.html
keepgenerated If set to true (the default), keeps the generated Java files. If
false, deletes the Java files.
largeFile If set to true, static HTML is stored is a separate data file.
This is useful when a JSP is very large. The default is false.
scratchdir The working directory created for storing all the generated
code. If this parameter is not specified, the default location is
server_root/https-server_id/ClassCache/virtual_server_id/
webapp_uri/.
mappedfile If set to true, generates separate write calls for each HTML
line and comments that describe the location of each line in
the JSP file. By default, all adjacent write calls are combined
and no location comments are generated.
ieClassId The Java plugin COM class ID for Internet Explorer. Used by
the <jsp:plugin> tags.
use-precompiled If set to true, specifies that the JSPs in a virtual server are
precompiled and do not need to be compiled at runtime. The
default is false.
If set to true, changes to JSPs are not automatically reloaded.
You can compile JSPs using the command line JSP compiler,
put the classes in a JAR file, and put the JAR file in the
WEB_INF/lib directory of your web application.
Komentáře k této Příručce