Jsp-config

From CauchoWiki

Jump to: navigation, search


directivedescriptiondefault
auto-compileautomatically compile JSPtrue
dependency-check-intervalhow often to check for JSP changesthe web-app's dependency-check-interval
el-ignoredif true, EL ${foo} expressions is JSP are raw textfalse
fast-jstlif true, JSTL tags generate Java codetrue
ignore-el-exceptionif true, exceptions during EL processing are ignoredtrue
is-xmlif true, JSP files are assumed to be in XML syntaxfalse
page-encoding|default character encoding for JSP pagesISO-8859-1
precompileif true, precompiled JSP pages are loaded directly from .class filestrue
recompile-on-errorif true, JSP pages are recompiled if the class loading failstrue
recycle-tagsif true, aggressively reuse tag instancestrue
require-sourceif true, deleting the .jsp file will cause a "not found" exception even if the .class existstrue
scripting-invalidif true, Java scripting tags are not allowed in JSP pagesfalse
sessionif true, sessions are not created by defaulttrue
static-page-generates-classif true, a JSP page with only text will still generate a .class filetrue
tld-dirconfigures the directory where .tld files are locatedWEB-INF
tld-file-setconfigures an ant-style fileset for .tld files
validate-taglib-schemaif true, validate .tld filestrue
velocity-enabledif true, velocity-style syntax is enabledfalse
Personal tools