Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 7 升级到 tomcat 8。是否需要添加此侦听器?
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
据我所知,此侦听器打印应用程序服务器和操作系统信息。它应该是<Server>元素中包含的侦听器列表中的第一个,但可以省略。
<Server>
为了加快启动速度,可以注明。