morciuch    2003/07/15 09:12:29

  Modified:    docs/site changes.html contributors.html override_props.html
               webapp/WEB-INF/conf my.properties
               xdocs    override_props.xml
  Log:
  Corrected insturctions for overriding turbine logging settings (see Bugzilla bug# 
16781)
  
  Revision  Changes    Path
  1.153     +4 -3      jakarta-jetspeed/docs/site/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
  retrieving revision 1.152
  retrieving revision 1.153
  diff -u -r1.152 -r1.153
  --- changes.html      13 Jul 2003 03:55:23 -0000      1.152
  +++ changes.html      15 Jul 2003 16:12:28 -0000      1.153
  @@ -5,7 +5,6 @@
           
   <!-- start the processing -->
       <!-- ====================================================================== -->
  -    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
       <!-- Main Page Section -->
       <!-- ====================================================================== -->
       <html>
  @@ -15,7 +14,6 @@
                           
              
                                       
  -                        
               <title>Jetspeed - Jetspeed Changes Log</title>
           </head>
   
  @@ -142,6 +140,9 @@
   </li>
   -->
   <li>
  +  Add -   Bug # 21551 - 2003/07/13 - Changed base parent of the the registry editors
  +</li>
  +<li>
     Add -   Bug # 20077 - 2003/07/11 - Clone parent parameters and add to child 
portlet (JF)
   </li>
   <li>
  @@ -1016,7 +1017,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2003, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.34      +1 -3      jakarta-jetspeed/docs/site/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/contributors.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- contributors.html 10 Jul 2003 03:46:01 -0000      1.33
  +++ contributors.html 15 Jul 2003 16:12:29 -0000      1.34
  @@ -5,7 +5,6 @@
           
   <!-- start the processing -->
       <!-- ====================================================================== -->
  -    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
       <!-- Main Page Section -->
       <!-- ====================================================================== -->
       <html>
  @@ -15,7 +14,6 @@
                           
              
                                       
  -                        
               <title>Jetspeed - Jetspeed Contributors</title>
           </head>
   
  @@ -300,7 +298,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2003, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.10      +5 -0      jakarta-jetspeed/docs/site/override_props.html
  
  Index: override_props.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/override_props.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- override_props.html       10 Jun 2003 16:09:24 -0000      1.9
  +++ override_props.html       15 Jul 2003 16:12:29 -0000      1.10
  @@ -160,6 +160,11 @@
   #  L O G S
   #
   # -------------------------------------------------------------------
  +#
  +# To override the turbine logging settings, you will need to set the 'logging' init
  +# parameter in web.xml to 
'org.apache.jetspeed.services.logging.JetspeedLoggingService'
  +#
  +services.LoggingService.facilities = debug,logforj,access
   services.LoggingService.default = debug
   
   # -------------------------------------------------------------------
  
  
  
  1.2       +6 -1      jakarta-jetspeed/webapp/WEB-INF/conf/my.properties
  
  Index: my.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/my.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- my.properties     8 Oct 2002 15:09:02 -0000       1.1
  +++ my.properties     15 Jul 2003 16:12:29 -0000      1.2
  @@ -22,6 +22,11 @@
   #  L O G S
   #
   # -------------------------------------------------------------------
  +#
  +# To override the turbine logging settings, you will need to set the 'logging' init
  +# parameter in web.xml to 
'org.apache.jetspeed.services.logging.JetspeedLoggingService'
  +#
  +services.LoggingService.facilities = debug,logforj,access
   services.LoggingService.default = debug
   
   # -------------------------------------------------------------------
  
  
  
  1.3       +5 -0      jakarta-jetspeed/xdocs/override_props.xml
  
  Index: override_props.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/override_props.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- override_props.xml        9 Oct 2002 14:26:14 -0000       1.2
  +++ override_props.xml        15 Jul 2003 16:12:29 -0000      1.3
  @@ -33,6 +33,11 @@
   #  L O G S
   #
   # -------------------------------------------------------------------
  +#
  +# To override the turbine logging settings, you will need to set the 'logging' init
  +# parameter in web.xml to 
'org.apache.jetspeed.services.logging.JetspeedLoggingService'
  +#
  +services.LoggingService.facilities = debug,logforj,access
   services.LoggingService.default = debug
   
   # -------------------------------------------------------------------
  
  
  

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

Reply via email to