taylor      2004/12/04 17:39:18

  Modified:    portal/src/java/org/apache/jetspeed/velocity
                        JetspeedVelocityViewServlet.java
  Log:
  sorry had to pull this out, on Tomcat 5 + Windows it was logging profusely to 
the catalina.out (stdout)
  
  Revision  Changes    Path
  1.12      +4 -2      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/velocity/JetspeedVelocityViewServlet.java
  
  Index: JetspeedVelocityViewServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/velocity/JetspeedVelocityViewServlet.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- JetspeedVelocityViewServlet.java  3 Dec 2004 23:54:06 -0000       1.11
  +++ JetspeedVelocityViewServlet.java  5 Dec 2004 01:39:17 -0000       1.12
  @@ -260,6 +260,8 @@
        * @return ExtendedProperties loaded with Velocity runtime configuration 
values.
        * @throws IOException I/O problem accessing the specified file, if 
specified.
        */
  +    /* DST: FIX ME, sorry i had to pull this out, on Tomcat5/windows this is 
causing profusive errors in my catalina.out (stdout)
  +    
       protected ExtendedProperties loadConfiguration(ServletConfig config)
           throws IOException
       {
  @@ -270,7 +272,7 @@
           configuration.setProperty("runtime.log.logsystem.log4j.category", 
"velocity");
           return configuration;
       }
  -
  +*/
       /**
        * Get VelocityEngine for template access.
        *
  
  
  

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

Reply via email to