You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/01/03 14:26:01 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jasper-howto.xml

glenn       2003/01/03 05:26:01

  Modified:    catalina/src/conf web.xml
               webapps/tomcat-docs jasper-howto.xml
  Log:
  Make Ant javac fork the default
  
  Revision  Changes    Path
  1.48      +1 -1      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- web.xml	31 Dec 2002 14:12:05 -0000	1.47
  +++ web.xml	3 Jan 2003 13:26:01 -0000	1.48
  @@ -117,7 +117,7 @@
     <!--                                                                      -->
     <!--   fork                Tell Ant to fork compiles of JSP pages so that -->
     <!--                       a separate JVM is used for JSP page compiles   -->
  -  <!--                       from the one Tomcat is running in. [false]     -->
  +  <!--                       from the one Tomcat is running in. [true]      -->
     <!--                                                                      -->
     <!--   javaEncoding        Java file encoding to use for generating java  -->
     <!--                       source files. [UTF8]                           -->
  
  
  
  1.5       +1 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jasper-howto.xml	31 Dec 2002 14:12:05 -0000	1.4
  +++ jasper-howto.xml	3 Jan 2003 13:26:01 -0000	1.5
  @@ -116,7 +116,7 @@
   
   <li><strong>fork</strong> - Have Ant fork JSP page compiles so they are
   performed in a seperate JVM from Tomcat? <code>true</code> or
  -<code>false</code>, default <code>false</code>.</li>
  +<code>false</code>, default <code>true</code>.</li>
   
   <li><strong>javaEncoding</strong> - Java file encoding to use for generating
   java source files. Default <code>UTF8</code>.</li>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>