Fix path
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 Jan 2008 21:13:58 +0000 (21:13 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 Jan 2008 21:13:58 +0000 (21:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@609009 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/jasper-howto.xml

index a94802f..610003b 100644 (file)
@@ -261,7 +261,7 @@ download) to precompile a webapp:
           &lt;include name="*.jar"/&gt;
         &lt;/fileset&gt;
         &lt;pathelement location="${tomcat.home}/lib"/&gt;
-        &lt;fileset dir="${tomcat.home}/common/lib"&gt;
+        &lt;fileset dir="${tomcat.home}/lib"&gt;
           &lt;include name="*.jar"/&gt;
         &lt;/fileset&gt;
         &lt;fileset dir="${tomcat.home}/bin"&gt;