'why org.apache.coyote.http11.http11protocol is removed in tomcat 8
My application upgraded to tomcat 8 and now unable to start due to missing class org.apache.coyote.http11.http11protocol for protocol attribute in server.xml.
Solution 1:[1]
Please change the
org.apache.coyote.http11.http11protocol
to
org.apache.coyote.http11.http11NioProtocol.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Robert |
