On 5/17/2011 10:00 AM, Chris Hostetter wrote:
: If I understand what you've said above correctly, removing the binding in
: solr.war would make it inherit the binding in jetty/tomcat/whatever, is that
: right? That sounds like an awesome plan to me. The example jetty server can
: be configured instead of solr.war. Once you've answered this, I can submit my
: vote.
no, removing the bindings in solr.war would result in solr not logging
*anything* unless you manually added a jar (defining the bindings you
want) to the jetty (or tomcat) system classloader.
What I'd want to have is the ability to download Solr source code, not
modify anything, create a .war, and drop it into an existing system that
has my preferred logging already set up, which from what you are saying
would also require that the example have a jar with the JDK bindings,
and that everyone who sets up a more custom system create their own jar
and put it somewhere it can be found.
What's involved in creating that jar? Is it something that a novice
could get done? Is it something that could be prepackaged for the most
common choices, or possibly already available on the Internet?
Thanks,
Shawn