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

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

remm        2003/01/01 07:21:40

  Modified:    catalina/src/conf web.xml
  Log:
  - Due to continued problems with javac, I think fork should default to true.
  
  Revision  Changes    Path
  1.11      +1 -1      jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- web.xml	31 Dec 2002 14:12:31 -0000	1.10
  +++ web.xml	1 Jan 2003 15:21:40 -0000	1.11
  @@ -113,7 +113,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]      -->
     <!--                                                                      -->
     <!--   ieClassId           The class-id value to be sent to Internet      -->
     <!--                       Explorer when using <jsp:plugin> tags.         -->
  
  
  

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