|
|
|
|
0 |
If development is set
to false and checkInterval is greater than zero, background compilations are enabled. The
checkInterval is the time in seconds between checks to see if a JSP
file needs to be recompiled. |
|
true |
Specifies whether the generated Java servlets are compiled
with the debug option set (-g for javac). |
|
created dynamically based on the current
web application |
Specifies the classpath to use when compiling generated servlets. |
|
javac |
|
|
Depends
on Enterprise Server's Java runtime |
|
|
Depends on Enterprise Server's Java
runtime |
|
|
false |
If true, the default for the buffer attribute of the
page directive is none. |
|
true |
If set to true, enables development mode, which allows JSP
files to be checked for modification. Specify the frequency at which JSPs are
checked using the modificationTestInterval property. |
|
false |
If set to true, dumps SMAP information for
JSR 45 debugging to a file. Set to false if suppressSmap is true. |
|
true |
If
set to true, tag handler pooling is enabled. |
|
false |
If set to true, all
Tag Library Descriptor (TLD) files referenced by the web application are validated against
their underlying schema or DTD file. |
errorOnUseBeanInvalidClassAttribute |
false |
If set to true, issues an error when
the value of the class attribute in a useBean action is not a valid
bean class. |
|
true |
Specifies that Ant forks the compiling of JSP files, using a
JVM machine separate from the one in which Tomcat is running. |
|
true |
If true, text
strings are generated as bytes (encoded with the page encoding), if the page
is not buffered. |
|
false |
If set to true, generates text strings as char arrays, which
improves performance in some cases. |
|
* for all methods |
Specifies a comma separated list
of HTTP methods supported by the JspServlet. |
|
clsid:8AD9C840-044E-11D1-B3E9-00805F499D93 |
Specifies the Java plug-in COM class
ID for Internet Explorer. Used by the <jsp:plugin> tags. |
|
false |
If set to true, instructs
the compiler to ignore any JSP precompilation errors pertaining to statically included JSP
segments that, despite not being top level JSP files, use the .jsp or
.jspx extension (instead of the recommended .jspf). |
|
32 |
Specifies the initial capacity of the
HashMap that maps JSP files to their corresponding servlets. |
|
UTF8 |
|
|
true with JDK 5 and before and for jspc, otherwise false |
If set
to true, keeps the generated Java files. If false, deletes the Java
files. |
|
true |
If set to true, generates static content with one print statement per input
line, to ease debugging. |
|
0 |
Specifies the frequency in seconds at which JSPs are
checked for modification. A value of 0 causes the JSP to be checked
on every access. Used only if development is set to true. |
|
0 |
Specifies the frequency
in seconds at which JSP files are checked for modifications. Setting this value
to 0 checks JSP files for modifications on every request. Setting this value
to -1 disables checks for JSP modifications and JSP recompilation. |
|
true for jspc, otherwise
false |
If true, generated byte code is saved to .class files?
This option is meaningful only when the Java compiler API, JSR 199 (available
with and used as the default on Java 6) is used for
javac compilations. |
|
The default work directory for the web application |
Specifies the working directory
created for storing all the generated code. |
|
false |
If set to true, generation of SMAP
information for JSR 45 debugging is suppressed. |
|
false |
If set to true, trims white spaces
in template text between actions or directives. |
|
false |
If set to true, an accessed JSP
file is not compiled. Its precompiled servlet class is used instead. It is assumed
that JSP files have been precompiled, and their corresponding servlet classes have been
bundled in the web application’s WEB-INF/lib or WEB-INF/classes directory. |
|
true |
If set to true,
the X-Powered-By response header is added by the generated servlet. |