From 146d83cd9c1a3fdc17f08b8f8d90d430a68f3324 Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 4 Jan 2009 00:21:37 +0000 Subject: [PATCH] Add comment as a result of bug 37515 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@731137 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/jasper-howto.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index 8b075dbd5..8d8027bc6 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -224,7 +224,9 @@ set this to true.
-

Using Ant is the preferred way to compile web applications using JSPC. +

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. Use the script given below (a similar script is included in the "deployer" download) to precompile a webapp:

-- 2.11.0