Re: update to 4.3

2013-05-07 Thread Arkadi Colson
Found it on http://wiki.apache.org/solr/SolrLogging! Thx On 05/07/2013 08:40 AM, Arkadi Colson wrote: Any tips on what to do with the configuration files? Where do I have to store them and what should they look like? Any examples? May 07, 2013 6:16:27 AM org.apache.catalina.core.AprLifecycl

Re: update to 4.3

2013-05-06 Thread Arkadi Colson
Any tips on what to do with the configuration files? Where do I have to store them and what should they look like? Any examples? May 07, 2013 6:16:27 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in produc

Re: update to 4.3

2013-05-06 Thread Jan Høydahl
Hi, The reason is that from Solr 4.3 you need to provide the SLF4J logger jars of choice when deploying Solr to an external servlet container. Simplest is to copy all jars from example/lib/ext into tomcat/lib cd solr-4.3.0/example/lib/ext cp * /usr/local/apache-tomcat-7.0.39/lib/ Please see CH