You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/15 19:45:34 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine Turbine.java

jvanzyl     01/09/15 10:45:34

  Modified:    src/java/org/apache/turbine Turbine.java
  Log:
  - using the notion of an applicationRoot instead of webapp for the logging
    properties. using the APPLICATION_ROOT constant as well.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-turbine-3/src/java/org/apache/turbine/Turbine.java
  
  Index: Turbine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/Turbine.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Turbine.java	2001/09/15 16:37:04	1.5
  +++ Turbine.java	2001/09/15 17:45:34	1.6
  @@ -111,7 +111,7 @@
    * @author <a href="mailto:krzewski@e-point.pl">Rafal Krzewski</a>
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
  - * @version $Id: Turbine.java,v 1.5 2001/09/15 16:37:04 jvanzyl Exp $
  + * @version $Id: Turbine.java,v 1.6 2001/09/15 17:45:34 jvanzyl Exp $
    */
   public class Turbine
       extends HttpServlet
  @@ -531,7 +531,7 @@
           // the webapp space.
           Properties p = new Properties();
           p.load(new FileInputStream(propsPath));
  -        p.setProperty("webapp", getApplicationRoot());
  +        p.setProperty(APPLICATION_ROOT, getApplicationRoot());
   
           // We are still using our Log facade but we
           // should move toward using log4j correctly.
  
  
  

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