From: markt Date: Sun, 31 Dec 2006 02:19:07 +0000 (+0000) Subject: Port doc update for 41182 from TC5 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a8f2c192fa71ed336b1ea31459116a51217b08da;p=tomcat7.0 Port doc update for 41182 from TC5 git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@491365 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index fb8a8a396..3d2989a71 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -84,9 +84,11 @@ debugging information? true or false, default true. -
  • classpath - What class path should I use while compiling -generated servlets? By default the classpath is created dynamically based on -the current web application.
  • +
  • classpath - Defines the class path to be used to compile +the generated servlets. This parameter only has an effect if the ServletContext +attribute org.apache.jasper.Constants.SERVLET_CLASSPATH is not set. This +attribute is always set when Jasper is used within Tomcat. By default the +classpath is created dynamically based on the current web application.
  • compilerSourceVM - What JDK version are the source files compatible with? (Default JDK 1.4)