Jsp-config
From CauchoWiki
| directive | description | default |
| auto-compile | automatically compile JSP | true |
| dependency-check-interval | how often to check for JSP changes | the web-app's dependency-check-interval |
| el-ignored | if true, EL ${foo} expressions is JSP are raw text | false |
| fast-jstl | if true, JSTL tags generate Java code | true |
| ignore-el-exception | if true, exceptions during EL processing are ignored | true |
| is-xml | if true, JSP files are assumed to be in XML syntax | false |
| page-encoding|default character encoding for JSP pages | ISO-8859-1 | |
| precompile | if true, precompiled JSP pages are loaded directly from .class files | true |
| recompile-on-error | if true, JSP pages are recompiled if the class loading fails | true |
| recycle-tags | if true, aggressively reuse tag instances | true |
| require-source | if true, deleting the .jsp file will cause a "not found" exception even if the .class exists | true |
| scripting-invalid | if true, Java scripting tags are not allowed in JSP pages | false |
| session | if true, sessions are not created by default | true |
| static-page-generates-class | if true, a JSP page with only text will still generate a .class file | true |
| tld-dir | configures the directory where .tld files are located | WEB-INF |
| tld-file-set | configures an ant-style fileset for .tld files | |
| validate-taglib-schema | if true, validate .tld files | true |
| velocity-enabled | if true, velocity-style syntax is enabled | false |
