https://issues.apache.org/bugzilla/show_bug.cgi?id=46893

           Summary: mod_jk statically compiled always outputs warning
                    regarding shm size specification
           Product: Tomcat Connectors
           Version: 1.2.27
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_jk
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: an...@cabine.org


I'm using Apache 2.2.11 with the worker mpm.

Apache always seems to initialize it's modules twice, but when I compile mod_jk
statically this seems to cause problems for mod_jk:

[info] init_jk::mod_jk.c (3018): mod_jk/1.2.27 initialized
[warn] init_jk::mod_jk.c (2991): The optimal shared memory size can now be
determined automatically.
[warn] init_jk::mod_jk.c (2993): You can remove the JkShmSize directive if you
want to use the optimal size.
[info] init_jk::mod_jk.c (3018): mod_jk/1.2.27 initialized


If I compile mod_jk as a module the warning does not appear. It seems mod_jk
can't tell if it has been initialized already so this can cause problems
elsewhere.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to