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:51 UTC

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

remm        2003/12/19 10:58:51

  Modified:    webapps/docs jasper-howto.xml
  Log:
  - Use development mode by default: mappedFile is now true.
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jasper-howto.xml	17 Nov 2003 07:50:12 -0000	1.11
  +++ jasper-howto.xml	19 Dec 2003 18:58:51 -0000	1.12
  @@ -114,7 +114,7 @@
   
   <li><strong>mappedfile</strong> - Should we generate static content with one 
   print statement per input line, to ease debugging?
  -<code>true</code> or <code>false</code>, default <code>false</code>.</li>
  +<code>true</code> or <code>false</code>, default <code>true</code>.</li>
   
   <li><strong>reloading</strong> - Should Jasper check for modified JSPs?
   <code>true</code> or <code>false</code>, default <code>true</code>.</li>
  
  
  

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