Author: markt Date: Sat Jan 3 16:21:37 2009 New Revision: 731137 URL: http://svn.apache.org/viewvc?rev=731137&view=rev Log: Add comment as a result of bug 37515
Modified: tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml tomcat/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml?rev=731137&r1=731136&r2=731137&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml Sat Jan 3 16:21:37 2009 @@ -202,7 +202,9 @@ <section name="Web Application Compilation"> -<p>Using Ant is the preferred way to compile web applications using JSPC. +<p>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: </p> 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?rev=731137&r1=731136&r2=731137&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Sat Jan 3 16:21:37 2009 @@ -224,7 +224,9 @@ <section name="Web Application Compilation"> -<p>Using Ant is the preferred way to compile web applications using JSPC. +<p>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: </p> Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=731137&r1=731136&r2=731137&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/trunk/webapps/docs/jasper-howto.xml Sat Jan 3 16:21:37 2009 @@ -224,7 +224,9 @@ <section name="Web Application Compilation"> -<p>Using Ant is the preferred way to compile web applications using JSPC. +<p>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: </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org