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/12/19 19:58:31 UTC

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

remm        2003/12/19 10:58:31

  Modified:    catalina/src/conf web.xml
  Log:
  - Use development mode by default: mappedFile is now true.
  
  Revision  Changes    Path
  1.28      +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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- web.xml	10 Dec 2003 22:10:08 -0000	1.27
  +++ web.xml	19 Dec 2003 18:58:31 -0000	1.28
  @@ -146,7 +146,7 @@
     <!--                                                                      -->
     <!--   mappedfile          Should we generate static content with one     -->
     <!--                       print statement per input line, to ease        -->
  -  <!--                       debugging?  [false]                            -->
  +  <!--                       debugging?  [true]                            -->
     <!--                                                                      -->
     <!--   trimSpaces          Should white spaces in template text between   -->
     <!--                       actions or directives be trimmed?  [false]     -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org