On 5/27/2013 12:00 PM, Alexandre Rafalovitch wrote: > The usual answer (which may or may not be relevant) is that Solr 4.3 has > moved the logging libraries around and you need to copy specific library > implementations to your Tomcat lib files. If that sounds as a possible, > search the mailing list for a number of detailed discussions on this topic.
<snip> > <alkamp...@nablasoft.com>wrote: >> I’ve a test VM where I usually test solr installation. In that VM I >> already configured solr4.0 and everything went good. Today I download the >> 4.3 version, unpack everything, configuring TOMCAT as I did for the 4.0 >> version but the application does not start, and in catilina log I find only Alexandre has probably nailed the problem here. A little more detail on how to fix it: The section of the SolrLogging wiki page on how to use the example logging with another container will be exactly what you need. http://wiki.apache.org/solr/SolrLogging#Using_the_example_logging_setup_in_containers_other_than_Jetty This section is also followed by instructions for switching back to java.util.logging. Because the example setup takes logging control away from tomcat, this is something that many tomcat users will want to do. Thanks, Shawn