JSP 2.2 configuration
Name | Type | Default | Description |
---|---|---|---|
disableJspRuntimeCompilation | boolean | false | Disable compilation of JSPs at runtime. |
extendedDocumentRoot | string | Directory that the JSP engine will search for additional JSP files to serve. | |
jdkSourceLevel |
| Default Java source level for JSPs compiled by the JSP engine. 17 17 18 18 15 15 16 16 13 13 14 14 | |
keepGenerated | boolean | false | Keep Java source files generated for JSPs. |
useInMemory | boolean | false | Generate Java source and classes in memory (without writing to disk). |
recompileJspOnRestart | boolean | false | Recompile JSPs after an application is restarted. JSPs are recompiled on first access. |
useImplicitTagLibs | boolean | true | Allow JSPs to use jsx and tsx tag libs. |
disableResourceInjection | boolean | false | Disable injection of resources into JSPs. |
prepareJSPs | int | When this attribute is present, all JSPs larger than the value (in kilobytes) are compiled at application server startup. Set this to 0 to compile all JSPs. | |
scratchdir | string | When this attribute is set, the JSPs are compiled to the specified directory instead of the server workarea directory. | |
useJDKCompiler | boolean | When this attribute is set, the JSPs are compiled by using the Java SDK compiler. |