无法初始化连接器

时间:2017-01-27 12:05:50

标签: java server http2 server.xml tomcat8.5

严重:无法初始化组件[Connector [org.apache.coyote.http11.Http11AprProtocol-8443]] org.apache.catalina.LifecycleException:配置的协议[org.apache.coyote.http11.Http11AprProtocol]需要不可用的APR /本机库。

below is the eclipse neon server output window 我评论了http的连接符并打开了http2的连接符。

这是代码:

 <Connector port="9000" protocol="org.apache.coyote.http11.Http11AprProtocol"
                   maxThreads="150" SSLEnabled="true" >
            <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
            <SSLHostConfig>
                <Certificate certificateKeyFile="conf/localhost-rsa-key.pem"
                             certificateFile="conf/localhost-rsa-cert.pem"                         
                             type="RSA" />
            </SSLHostConfig>
        </Connector>

启动服务器时出错。

0 个答案:

没有答案