Re: error while switching from log4j back to slf4j with solr 4.3

2013-05-17 Thread Shawn Heisey
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.​

Re: error while switching from log4j back to slf4j with solr 4.3

2013-05-16 Thread Bernd Fehling
Am 16.05.2013 17:19, schrieb Shawn Heisey: > On 5/16/2013 3:24 AM, Bernd Fehling wrote: >> 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. > > The

Re: error while switching from log4j back to slf4j with solr 4.3

2013-05-16 Thread Shawn Heisey
On 5/16/2013 3:24 AM, Bernd Fehling wrote: 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. The location where you copied those files is in the extracted .w

Re: error while switching from log4j back to slf4j with solr 4.3

2013-05-16 Thread Bernd Fehling
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: >> whi

Re: error while switching from log4j back to slf4j with solr 4.3

2013-05-15 Thread 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 imp