Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener com.sun.faces.config.ConfigurationException: no web.xml present at com.sun.faces.config.ConfigureListener$...
其中关键新增在这里:LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.Either remove Logback or the competing implementation……1就是说Logback已经在classpath中存在,但LoggerFactory并不是Logback的...