RE: Solr 4.1 on tomcat with log4j and multiple solr webapps

2013-03-06 Thread Russell Taylor
anks Russell Taylor IDS Developer -Original Message- From: Jan Høydahl [mailto:jan@cominvent.com] Sent: 05 March 2013 23:18 To: solr-user@lucene.apache.org Subject: Re: Solr 4.1 on tomcat with log4j and multiple solr webapps Hi, Check out /conf/solrcore.properties http://wiki.apac

Re: Solr 4.1 on tomcat with log4j and multiple solr webapps

2013-03-05 Thread Jan Høydahl
Hi, Check out /conf/solrcore.properties http://wiki.apache.org/solr/SolrConfigXml#System_property_substitution You could put in your core name there. But I seem to recall that the variable ${core) may be pre-filled for you, or perhaps that's just in the scope of solr.xml? Or perhaps you could

Solr 4.1 on tomcat with log4j and multiple solr webapps

2013-03-05 Thread Russell Taylor
I've changed my solr-4.1.0.war file to use log4j, now every instance of solr I have on tomcat produces logs to /logs/solr.log In "tomcat/solr_app1/WEB-INF/classes/log4j.properties" I have a variable to set the path for the log file log4j.appender.FILE.File=${solr.logs.home}/solr.log which is se