Bug--Tomcat Error start child

添加Quartz之后报错

下面的Cause by:
More than one fragment with the name [spring_web] was found. This is not legal with relative ordering.
See section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering.
(找到多个名为[spring_web]的片段。这是不合法的相对排序。有关详细信息,请参阅Servlet规范的第8.2.2 2c节。考虑使用绝对排序。)

解决方法:
在web.xml中添加<absolute-ordering />

https://www.cnblogs.com/bobkingblog/p/10899545.html

原文地址:https://www.cnblogs.com/charlottepl/p/12607848.html