On 5/17/2013 12:25 AM, Bernd Fehling wrote: > Actually there is no "real" container in my eclipse debugging env :-( > /opt/indigo/eclipse/configuration/org.eclipse.osgi/bundles/884/1/.cp/lib/jetty-webapp-8.1.2.v20120308.jar > > Then it should be copied to lib/ext of eclipse/run-jetty-run > "java.class.path" - > /opt/indigo/eclipse/configuration/org.eclipse.osgi/bundles/884/1/.cp/lib/ext ? > > or "java.ext.dirs" - /usr/java/packages/lib/ext ? > > or "rjrwebapp" - > /srv/www/solr/workspace_juno_solr_4_3_0/TestSolr/webapp/lib/ext ?
It just has to be somewhere in the classpath at the point where slf4j gets initialized. If your current location is working for you, you can stick with it, but just be aware that it might stop working if the war gets re-extracted. Thanks, Shawn