larryi      01/07/20 06:05:39

  Modified:    src/facade22/org/apache/tomcat/facade JspInterceptor.java
  Log:
  Turning "tryJikes" off.  This introduces a configuration unknown with a
  default installation of Tomcat.
  
  Revision  Changes    Path
  1.27      +1 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java
  
  Index: JspInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- JspInterceptor.java       2001/07/16 20:32:03     1.26
  +++ JspInterceptor.java       2001/07/20 13:05:39     1.27
  @@ -709,7 +709,7 @@
        if( debug>5) log.log( "ClassPath " + cp);
       }
   
  -    static boolean tryJikes=true;
  +    static boolean tryJikes=false;
       static Class jspCompilerPlugin = null;
       
       /** Compile a java to class. This should be moved to util, togheter
  
  
  

Reply via email to