JSP Engine (jspEngine)

JSP 2.2 configuration

Attribute name Data type Default value Description
disableJspRuntimeCompilation boolean false Disable compilation of JSPs at runtime.
disableResourceInjection boolean false Disable injection of resources into JSPs.
extendedDocumentRoot string   Directory that the JSP engine will search for additional JSP files to serve.
jdkSourceLevel
  • 17
  • 18
  • 15
  • 16
  • 13
  • 14
  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.
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.
recompileJspOnRestart boolean false Recompile JSPs after an application is restarted. JSPs are recompiled on first access.
scratchdir string   When this attribute is set, the JSPs are compiled to the specified directory instead of the server workarea directory.
useImplicitTagLibs boolean true Allow JSPs to use jsx and tsx tag libs.
useInMemory boolean false Generate Java source and classes in memory (without writing to disk).
useJDKCompiler boolean   When this attribute is set, the JSPs are compiled by using the Java SDK compiler.

Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: Monday, 5 December 2016
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwlp_config_jspEngine
File name: rwlp_config_jspEngine.html