OK, solved. I have now run-jetty-run with log4j running. Just copied log4j libs from example/lib/ext to webapp/WEB-INF/classes and set -Dlog4j.configuration in run-jetty-run VM classpath.
Thanks, Bernd Am 15.05.2013 16:31, schrieb Shawn Heisey: > On 5/15/2013 12:52 AM, Bernd Fehling wrote: >> while I can't get solr 4.3 with run-jetty-run up and running under eclipse >> for debugging I tried to switch back to slf4j and followed >> the steps of http://wiki.apache.org/solr/SolrLogging >> >> Unfortunately eclipse bothers me with an error: >> The import org.apache.log4j.AppenderSkeleton cannot be resolved >> EventAppender.java >> /solr/core/src/java/org/apache/solr/logging/log4j line 19 Java Problem >> >> log4j-over-slf4j-1.6.6.jar has no class AppenderSkeleton as log4j-1.2.16.jar >> does. > > Can you please send a listing of the directory where you have your slf4j > jars and the full exception stacktrace from your log? Please use a > paste website, such as pastie.org. > > Thanks, > Shawn >