remm        01/09/23 18:46:08

  Modified:    src/doc  changelog.xml server.xml
  Log:
  - Changelog update.
  - Update the doc of the standelone server reflecting some of the
    recent changes..
  
  Revision  Changes    Path
  1.59      +25 -0     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- changelog.xml     2001/09/18 23:05:59     1.58
  +++ changelog.xml     2001/09/24 01:46:08     1.59
  @@ -67,6 +67,31 @@
           <add>
             Add a Slide tag library designed to be used with Jakarta Struts (CL)
           </add>
  +        <update>
  +          Upgrade to Tomcat 4.0 Final (RM)
  +        </update>
  +        <fix>
  +          Fix Cloudscape specific transaction handling problems (DV)
  +        </fix>
  +        <fix>
  +          WebDAV ACP fixes (DV)
  +        </fix>
  +        <add>
  +          Add support for WebDAV ACP's owner property (DV)
  +        </add>
  +        <add>
  +          Add Struts actions for user management (CL)
  +        </add>
  +        <add>
  +          Add Struts actions for lock management (CL)
  +        </add>
  +        <add>
  +          Add basic infrastructure of the administration webapp (CL)
  +        </add>
  +        <update>
  +          Update the standalone server to include the administration web 
  +          application (RM)
  +        </update>
         </changelog>
   
       </p>
  
  
  
  1.7       +6 -6      jakarta-slide/src/doc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/server.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- server.xml        2001/09/11 00:37:36     1.6
  +++ server.xml        2001/09/24 01:46:08     1.7
  @@ -28,7 +28,7 @@
           <li>Client view : Use web applications, browse information</li>
           <li>Editor view : Edit and configure web applications, modify 
             information</li>
  -        <li>Manager view : Manage users, define roles, administer the 
  +        <li>Admin view : Manage users, define roles, administer the 
             server</li>
         </ul>
       </p>
  @@ -142,7 +142,7 @@
   
       </subsection>
   
  -    <subsection name="Manager View">
  +    <subsection name="Admin View">
   
         <p>
           The first management component which is available is the Catalina 
  @@ -182,16 +182,16 @@
           <ul>
             <li>catalina_log: Catalina logger for the main view</li>
             <li>catalina_webdav_log: Catalina logger for the WebDAV view</li>
  -          <li>catalina_manager_log: Catalina logger for the manager view</li>
  +          <li>catalina_admin_log: Catalina logger for the admin view</li>
             <li>localhost_log: Logger of the default host for the main view</li>
             <li>localhost_access_log: Access log of the default host for the
               main view</li>
             <li>webdav_log: Logger of the default host for the WebDAV view</li>
             <li>webdav_access_log: Access log of the default host for the
               WebDAV view</li>
  -          <li>manager_log: Logger of the default host for the manager view</li>
  -          <li>manager_access_log: Access log of the default host for the
  -            manager view</li>
  +          <li>admin_log: Logger of the default host for the admin view</li>
  +          <li>admin_access_log: Access log of the default host for the
  +            admin view</li>
           </ul>
         </p>
   
  
  
  

Reply via email to