https://bz.apache.org/bugzilla/show_bug.cgi?id=67722
Remy Maucherat <r...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Remy Maucherat <r...@apache.org> --- 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. -- 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