tomcat配置8443后,启动报错(Connector attribute SSLCertificateFile must be defined when using SSL with APR)
tomcat配置8443后 启动报错:Connector attribute SSLCertificateFile must be defined when using SSL with APR
你需要protocol改成:
protocol="org.apache.coyote.http11.Http11Protocol"