https://bz.apache.org/bugzilla/show_bug.cgi?id=67722

--- Comment #2 from Michael Osipov <micha...@apache.org> ---
(In reply to Remy Maucherat from comment #1)
> In the logs, the first error is:
> 12-Oct-2023 14:42:21.043 SEVERE [main]
> org.apache.catalina.connector.Connector.<init> Protocol handler
> instantiation failed
>       java.lang.ClassNotFoundException: 
> org.apache.coyote.http11.Http11AprProtocol
> 
> Indeed, the APR connector has been removed. You have to use another one,
> either NIO or NIO2. OpenSSL can be used with them, which would replicate all
> the functionality from the APR connector in the TLS area.

Such a report is an indicator that if this class name is provided additionally
an error should be logged which explains what to do...

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