Author: kkolinko
Date: Wed Jun 17 23:40:57 2009
New Revision: 785858
URL: http://svn.apache.org/viewvc?rev=785858&view=rev
Log:
Update documentation for compilerSourceVM, compilerTargetVM options of Jasper
servlet.
Modified:
tomcat/container/tc5.5.x/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=785858&r1=785857&r2=785858&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml Wed Jun 17 23:40:57
2009
@@ -106,9 +106,13 @@
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>
+<li><strong>compilerSourceVM</strong> - What JDK version are the source files
compatible with?
+The default value depends on the version of Java that runs your Tomcat.
+If it is Java 5.0 or later, the value will be <code>1.5</code>, otherwise
<code>1.4</code>.
+</li>
-<li><strong>compilerTargetVM</strong> - What JDK version are the generated
files compatible with? (Default JDK 1.4)</li>
+<li><strong>compilerTargetVM</strong> - What JDK version are the generated
files compatible with?
+The default value is the same as for <strong>compilerSourceVM</strong>.</li>
<li><strong>development</strong> - Is Jasper used in development mode (will
check for JSP modification on every access)? <code>true</code> or
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]