Code works with Embedded Apache Tomcat 8 but not with 9. What's changed?
问题 Embedding Apache Tomcat into an eclipse web app project. The code works when I'm using the latest Tomcat 8 (8.0.5 Embedded) jars as dependencies, and this server responds at http://localhost:8080, however, it fails to start the same way and does not respond in this address when using the latest Tomcat 9's (9.0.5 Embedded) jars. The code is very simple. I've researched as thoroughly as I could but didn't figure out what's wrong. package app; import org.apache.catalina.LifecycleException;