Removing doc reference to disablejsr for #706.

Signed-off-by: WalkerWatch <ctwalker@gmail.com>
This commit is contained in:
WalkerWatch 2016-07-12 21:12:52 -04:00
parent 14b71eaff4
commit b041ecbe76
1 changed files with 0 additions and 7 deletions

View File

@ -179,13 +179,6 @@ By default, the Glassfish JSP container tries to use the compiler that is part o
If you do not have a full JDK, you can configure the Eclipse Java Compiler that Jetty ships in the distro in `{$jetty.home}/lib/jsp/.`
You need to define a SystemProperty that prevents the Glassfish JSP engine from defaulting to the in-JVM compiler.
// This is best done when using the standalone distro by uncommenting the System property `org.apache.jasper.compiler.disablejsr199` in the jsp link:#startup-modules[module]:
//
// [source,text]
// ----
// -Dorg.apache.jasper.compiler.disablejsr199=true
// ----
For embedded usages, simply define this as a normal System property.
[[configuring-jsp-for-jetty]]