JSP Configuration
The following is a list with extra configuration properties for JSP compilation, these can be used to customize Pax Web. If not specified otherwise, the property is available since Pax Web - 1.0.0.
These properties are send to the underlying JSP servlet Container see
The default configuration used can be seen via the MetaTypeService or in the metatype.xml of the runtime bundle.
org.ops4j.pax.web.jsp.scratch.dir
This property defines the Directory where servlets are generated.
org.ops4j.pax.web.jsp.check.interval
Interval in seconds between background recompile checks. Only relevant if org.ops4j.pax.web.jsp.development=false.
org.ops4j.pax.web.jsp.debug.info
Include debugging info in class file.
org.ops4j.pax.web.jsp.development
If true, recompilation checks are made on each request.
org.ops4j.pax.web.jsp.enable.pooling
Determines whether tag handler pooling is enabled.
org.ops4j.pax.web.jsp.ie.classid
Classid used for InternetExplorer
org.ops4j.pax.web.jsp.java.encoding
Pass through the encoding to use for the compilation.
org.ops4j.pax.web.jsp.keep.generated
Do you want to keep the generated Java files around?
org.ops4j.pax.web.jsp.log.verbosity.level
Log verbosity level used.
org.ops4j.pax.web.jsp.mapped.file
Support for mapped Files. Generates a servlet that has a print statement per line of the jsp file.
org.ops4j.pax.web.jsp.tagpool.max.size
Maximum size for tags in pool.
org.ops4j.pax.web.jsp.precompilation
If jsps should be precompiled (see for more detailse here
available since 2.0.0