classdebuginfo
|
Whether the class file will be compiled with debugging information.
Defaults to false.
|
ieClassId
|
The class-id value to be sent to Internet Explorer when using
tags.
Normally clsid:8AD9C840-044E-11D1-B3E9-00805F499D93.
|
javaEncoding
|
The file encoding to use for generating source files.
Defaults to UTF8.
|
jspCompilerPath
|
The path to the J# .NET compiler.
Normally C:\WINDOWS\Microsoft.NET\ Framework\v1.1.4322\vjc.exe.
|
jspCompilerPlugin
|
The class file responsible for generating the command that will be
used to compile the generated source code.
Normally org.apache.jasper.compiler.JSharpCompiler.
|
keepgenerated
|
Whether to keep the generated source code for each page
instead of deleting it.
Defaults to true.
|
largefile
|
Whether to store static html in a separate data file.
This setting overrides the mappedfile parameter.
Default to false.
|
log_level
|
The verbosity level controlling what will be logged.
FATAL, ERROR, WARNING, INFORMATION or DEBUG.
Normally WARNING.
|
mappedfile
|
Whether to generate static content with one print statement per input line.
Helpful when debugging?
Normally false.
|
scratchdir
|
The scratch directory that is use when compiling JSP pages.
Normally the working directory for the current web application.
|
sendErrToClient
|
Whether to send parsing and compilation errors as part of the response
tha that is sent to the client.
Default to false.
|
use_precompiled_classes
|
Whether to use existing compiled JSP class files or whether to
recompile them from the JSP file.
Defaults to false
|