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 2014/08/07 15:09:35 UTC

[Bug 56826] New: https connector failing to initialise when using apr/native library

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

            Bug ID: 56826
           Summary: https connector failing to initialise when using
                    apr/native library
           Product: Tomcat 7
           Version: 7.0.55
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: p.d.abel@btinternet.com

Created attachment 31886
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31886&action=edit
tomcat 8.0.9 server.xml

When using the https connector on tomcat 7.0.53+ and tomcat 8.0.9 with Native
library installed the connector is failing to start.  I have tested on 7.0.52
and all is working as expected.

Tomcat:
binary install from http://tomcat.apache.org/download-80.cgi

OS:
CentOS 5.10 & CentOS 6.5

JDK:
jdk-1.7.0_67-fcs

-- 
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 56826] https connector failing to initialise when using apr/native library

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

--- Comment #1 from Paul Abel <p....@btinternet.com> ---
Created attachment 31887
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31887&action=edit
tomcat 8.0.9 catalina.out

-- 
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 56826] https connector failing to initialise when using apr/native library

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

Chuck Caldarale <ch...@unisys.com> changed:

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

--- Comment #2 from Chuck Caldarale <ch...@unisys.com> ---
You have explicitly specified use of the NIO connector, not APR.  If you want
APR, either leave the default protocol setting as is, or specify
org.apache.coyote.http11.Http11AprProtocol.

Note that bugzilla is not a support forum; you should have posted your issue on
the Tomcat users' mailing list before cluttering up the bug data base.

-- 
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