Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Howto/Configure JSP

< Jetty‎ | Howto
Revision as of 13:41, 10 June 2011 by Unnamed Poltroon (Talk) (New page: {{Jetty Howto | introduction = The JSP engine has many configuration parameters. Some parameters affect only precompilation, and some affect runtime recompilation checking. Parameters als...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Introduction

The JSP engine has many configuration parameters. Some parameters affect only precompilation, and some affect runtime recompilation checking. Parameters also differ between the 2.0 and 2.1 release of the jsp engine. This page lists the configuration parameters, their meanings and their default settings.

Stop.png
For all of the parameters below, if the value you set doesn't take effect, try using all lower case instead of camel case, as JSP is inconsistent in its parameter naming strategy. Also be aware that for JDK1.6, the default for "keepgenerated" is "false", therefore .java files will only be left after compilation if compilation error occurs.


JSP 2.1

{

Back to the top