From e861f2bd9644481ba292b61aedbf15fa24c11af5 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 27 Jan 2011 19:43:23 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1064275 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/jasper-howto.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index 5a22688f4..8b133049c 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -254,8 +254,8 @@ set this to true.

Using Ant is the preferred way to compile web applications using JSPC. Note -that when pre-compiling JSPs, SMAP information only be included in the final -classes if suppressSmap is false and compile is true. +that when pre-compiling JSPs, SMAP information will only be included in the +final classes if suppressSmap is false and compile is true. Use the script given below (a similar script is included in the "deployer" download) to precompile a webapp:

-- 2.11.0