I ran into a "gotcha" that I probably ran into when we did our cloud box.

14-Aug-2024 19:19:31.245 SEVERE [main] org.apache.catalina.connector.Connector.<init> Protocol handler instantiation failed java.lang.ClassNotFoundException: org.apache.coyote.http11.Http11Protocol

I was just about ready to "punt," and ask for help, when I noticed one thing about the connector:
protocol="org.apache.coyote.http11.Http11Protocol"

whereas on our cloud box, it's:

protocol="org.apache.coyote.http11.Http11NioProtocol"

I changed that to match, and tried launching it again, and it looks like we're good.

--
JHHL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to