You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/23 20:07:36 UTC

DO NOT REPLY [Bug 3780] New: - Documentation Notes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3780>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3780

Documentation Notes

           Summary: Documentation Notes
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: dylans@xs4all.nl


Service.html: 
states that no Elements may be nested in a >server< element.
this is extremely confusing for someone who is new to tomcat

Engine.html: 
does not mention DefaultContext as possible nested component

valve.html
does not mention RequestDumperValve.
does not mention SingleSignOnValve.
references org.apache.catalina.valve.XXX instead of 
org.apache.catalina.valves.XXX.

logger.html
verbosity attribute is empty in table

general:
it is unclear when to use a logger and when to use
an AccessLogValve.