Actually, you have to include all JAR files in WEB-INF/lib yourself. I have always found this to be very weird with the Tomcat plug-in. This equivalent to building a WAR file and deploy it to Tomcat.
Try including slf4j-api and slf4j-simple in your lib folder as well. Another option is to deployed common JAR into Tomcat so they are available to all applications. http://tomcat.apache.org/tomcat-4.1-doc/appdev/deployment.html Look at the topic under Shared Library Files. HTH, Jack -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-Vaadin-integration-SEVERE-Exception-starting-filter-ShiroFilter-error-tp6492798p6493198.html Sent from the Shiro User mailing list archive at Nabble.com.
