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

http://issues.apache.org/bugzilla/show_bug.cgi?id=34687

           Summary: two doc bugs in connectors-
                    doc/config/printer/apache.html
           Product: Tomcat 5
           Version: 5.5.9
          Platform: Other
               URL: http://jakarta.apache.org/tomcat/connectors-
                    doc/config/printer/apache.html
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Problem #1:
JkShmSize       

Size of the shared memory file name. Default is 1MB. 

According to http://jakarta.apache.org/tomcat/connectors-doc/changelog.html the
default is now 64 k

Problem #2: text says jpg, example shows gif

JkUnmount directive acts as an opposite to JkMount and blocks access to a
particular URL. The purpose is to be able to filter out the particular content
types from mounted context. The following example mounts /servlet/* context, but
all .jpg files that belongs to that context are not served.

  # send all requests ending with /servlet to worker1
  JkMount /servlet/* worker1
  # do not send requests ending with .gif to worker1
  JkUnMount /servlet/*.gif worker1

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to