remm 01/09/08 17:04:09
Modified: src/doc changelog.xml server.xml
Log:
- Changelog update.
- Add some information on the loggers used in the standalone server (since
in the most basic configuration, there are 11 different loggers).
Revision Changes Path
1.55 +11 -0 jakarta-slide/src/doc/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- changelog.xml 2001/09/07 07:38:45 1.54
+++ changelog.xml 2001/09/09 00:04:09 1.55
@@ -17,6 +17,17 @@
<fix>
Fix some error status codes returned in PUT, COPY and MOVE (JP)
</fix>
+ <add>
+ Add new non-static domain loader design for embedding (RM)
+ </add>
+ <update>
+ Update the Catalina based standalone server using the new domain
+ loader (RM)
+ </update>
+ <add>
+ Add new method in the Lock healper to allow enumerating only
+ non-inherited locks (CL)
+ </add>
</changelog>
</p>
1.5 +42 -3 jakarta-slide/src/doc/server.xml
Index: server.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/server.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- server.xml 2001/07/07 18:28:32 1.4
+++ server.xml 2001/09/09 00:04:09 1.5
@@ -36,9 +36,9 @@
</p>
<p>
- The Slide domain is configured with the Domain.xml file which is in the
- "server" directory, and it's mostly unchanged when compared to the
- Domain.xml which is in a web application, except that :
+ The Slide domain is configured with the "conf/slide.xml" file which is
+ in the "server" directory, and it's mostly unchanged when compared to
+ the Domain.xml which is in a web application, except that :
<ul>
<li>auto-create-users should always be set to false (it is false
by default)</li>
@@ -152,6 +152,45 @@
available as a public server on the internet. This interface is a work
in progress, and will allow to view and edit the configuration of the
namespaces, as well as manage principals.
+ </p>
+
+ </section>
+
+ </section>
+
+ <section name="Administrator's Guide">
+
+ <section name="Logging">
+
+ <p>
+ The standalone server provides multiple log files which are located in
+ the "logs" directory.
+ </p>
+
+ <p>
+ Catalina loggers :
+ <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>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>
+ </ul>
+ </p>
+
+ <p>
+ Slide loggers :
+ <ul>
+ <li>slide_domain: Slide domain logger</li>
+ <li>slide_ns_<name>: Logger for namespace <name></li>
+ </ul>
</p>
</section>