I\'m deploying Shibboleth IdP 3.1.1 on Tomcat 8.0.22, but I receive this error:
SEVERE [http-nio-8080-exec-13] org.apache.catalina.core.StandardContext.listenerS
This problem may be because there is a jar in the servlet container (Ex Tomcat).
For example:
Then you get such an error message.
The way to solve this is just use "scope" to say that it is provided.
org.slf4j
slf4j-api
1.7.6
provided
By doing this, the WAR file will not include that dependency.