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 2013/08/06 13:45:42 UTC

[Bug 55366] New: AprLifecycleListener might be disabled by default

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

            Bug ID: 55366
           Summary: AprLifecycleListener might be disabled by default
           Product: Tomcat 7
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Packaging
          Assignee: dev@tomcat.apache.org
          Reporter: apache@nono303.net

It might be interesting to disable by default the line ''<Listener
className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />''
in server.xml to avoid the info level startup trace on stderr ''The APR based
Apache Tomcat Native library which allows optimal performance in production
environments was not found on the java.library.path:
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib'' because by
default, libtcnative is not present (according to
http://tomcat.apache.org/tomcat-7.0-doc/apr.html)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55366] AprLifecycleListener might be disabled by default

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55366

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The listener will not be removed.

The message on startup is marked as "INFO" which is exactly what it is.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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