Author: markt
Date: Mon Dec 18 17:27:53 2006
New Revision: 488487

URL: http://svn.apache.org/viewvc?view=rev&rev=488487
Log:
Fix bug 41182. Update Jasper docs to clarify use of classpath attribute

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=488487&r1=488486&r2=488487
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Dec 18 17:27:53 2006
@@ -230,6 +230,10 @@
         <bug>41051</bug>: Add information on keystore aliases and case
         sensitivity to SSL HOW-TO. (markt)
       </fix>
+      <fix>
+        <bug>41182</bug>: Update the Jasper documentation for the classpath
+        attribute. (markt)
+      </fix>
     </changelog>
   </subsection> 
   <subsection name="Cluster">

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?view=diff&rev=488487&r1=488486&r2=488487
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml Mon Dec 18 17:27:53 
2006
@@ -84,9 +84,11 @@
 <code>true</code>.
 </li>
 
-<li><strong>classpath</strong> - What class path should I use while compiling
-generated servlets?  By default the classpath is created dynamically based on
-the current web application.</li>
+<li><strong>classpath</strong> - 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.</li>
 
 <li><strong>compilerSourceVM</strong> - What JDK version are the source files 
compatible with? (Default JDK 1.4)</li>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to