| Property | Description | 
|---|
| org.apache.jasper.compiler. Generator.VAR_EXPRESSIONFACTORY | The name of the variable to use for the expression language expression
      factory. If not specified, the default value of
      _el_expressionfactorywill be used. | 
| org.apache.jasper.compiler. Generator.VAR_INSTANCEMANAGER | The name of the variable to use for the instance manager factory. If
      not specified, the default value of _jsp_instancemanagerwill
      be used. | 
| org.apache.jasper.compiler. Parser.STRICT_QUOTE_ESCAPING | If falsethe requirements for escpaing quotes in JSP
      attributes will be relaxed so that a missing required quote will not
      cause an error. If not specified, the specification compliant default oftruewill be used. | 
| org.apache.jasper.runtime. BodyContentImpl.LIMIT_BUFFER | If true, any tag buffer that expands beyondorg.apache.jasper.Constants.DEFAULT_TAG_BUFFER_SIZEwill be
      destroyed and a new buffer created of the default size. If not specified,
      the default value offalsewill be used. | 
| org.apache.jasper.runtime. JspFactoryImpl.USE_POOL | If true, a ThreadLocalPageContextpool will
      be used. If not specified, the default value oftruewill be
      used. | 
| org.apache.jasper.runtime. JspFactoryImpl.POOL_SIZE | The size of the ThreadLocal PageContext. If not specified,
      the default value of8will be used. | 
| org.apache.jasper.Constants. JSP_SERVLET_BASE | The base class of the Servlets generated from the JSPs. If not
      specified, the default value of
      org.apache.jasper.runtime.HttpJspBasewill be used. | 
| org.apache.jasper.Constants. SERVICE_METHOD_NAME | The name of the service method called by the base class. If not
      specified, the default value of _jspServicewill be used. | 
| org.apache.jasper.Constants. SERVLET_CLASSPATH | The name of the ServletContext attribute that provides the classpath
      for the JSP. If not specified, the default value of
      org.apache.catalina.jsp_classpathwill be used. | 
| org.apache.jasper.Constants. JSP_FILE | The name of the request attribute for <jsp-file>element of a servlet definition. If present on a request, this overrides
      the value returned byrequest.getServletPath()to select the
      JSP page to be executed. If not specified, the default value oforg.apache.catalina.jsp_filewill be used. | 
| org.apache.jasper.Constants. PRECOMPILE | The name of the query parameter that causes the JSP engine to just
      pregenerate the servlet but not invoke it. If not specified, the default
      value of org.apache.catalina.jsp_precompilewill be used. | 
| org.apache.jasper.Constants. JSP_PACKAGE_NAME | The default package name for compiled jsp pages. If not specified, the
      default value of org.apache.jspwill be used. | 
| org.apache.jasper.Constants. TAG_FILE_PACKAGE_NAME | The default package name for tag handlers generated from tag files. If
      not specified, the default value of org.apache.jsp.tagwill
      be used. | 
| org.apache.jasper.Constants. ALT_DD_ATTR | The servlet context attribute under which the alternate deployment
      descriptor for this web application is stored. If not specified, the
      default value of org.apache.catalina.deploy.alt_ddwill
      be used. | 
| org.apache.jasper.Constants. TEMP_VARIABLE_NAME_PREFIX | Prefix to use for generated temporary variable names. If not specified,
      the default value of _jspx_tempwill be used. | 
| org.apache.jasper.Constants. USE_INSTANCE_MANAGER_FOR_TAGS | If true, the instance manager is used to obtain tag
      handler instances. If not specified,falsewill be used. |