Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 63672 invoked from network); 31 Dec 2006 02:20:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2006 02:20:13 -0000 Received: (qmail 94790 invoked by uid 500); 31 Dec 2006 02:20:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 94721 invoked by uid 500); 31 Dec 2006 02:20:16 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 94710 invoked by uid 500); 31 Dec 2006 02:20:16 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 94707 invoked by uid 99); 31 Dec 2006 02:20:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2006 18:20:16 -0800 Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2006 18:20:09 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id C7F5B1A981A; Sat, 30 Dec 2006 18:19:08 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r491365 - /tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Date: Sun, 31 Dec 2006 02:19:08 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061231021908.C7F5B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Sat Dec 30 18:19:07 2006 New Revision: 491365 URL: http://svn.apache.org/viewvc?view=rev&rev=491365 Log: Port doc update for 41182 from TC5 Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml?view=diff&rev=491365&r1=491364&r2=491365 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Sat Dec 30 18:19:07 2006 @@ -84,9 +84,11 @@ 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)
  • --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org