glenn       2002/09/08 10:51:45

  Modified:    catalina/src/conf web.xml
  Log:
  Fix jikes property define
  
  Revision  Changes    Path
  1.40      +2 -2      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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- web.xml   8 Sep 2002 06:09:44 -0000       1.39
  +++ web.xml   8 Sep 2002 17:51:45 -0000       1.40
  @@ -142,8 +142,8 @@
     <!--                       for the current web application]               -->
     <!--                                                                      -->
     <!-- If you wish to use Jikes to compile JSP pages:                       -->
  -  <!--   Set the init parameter "compiler" to "jikes".                      -->
  -  <!--   Define the property "-Dbuild.compiler.emacs" when starting Tomcat. -->
  +  <!--   Set the init parameter "compiler" to "jikes".  Define              -->
  +  <!--   the property "-Dbuild.compiler.emacs=true" when starting Tomcat.   -->
     <!--   If you get an error reporting that jikes can't use UTF8 encoding,  -->
     <!--   try setting the init parameter "javaEncoding" to "ISO-8859-1".     -->
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to