Re: Setting up logging for a Solr project that isn't in tomcat/webapps/solr

2012-02-11 Thread Jan Høydahl
You can unpack your war (jar -xvf solr.war), change logging.properties and then pack it again (jar -cvf solr.war) You can also try to specify a new folder in a tag in solrconfig.xml and put your prop file there. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Tra

Setting up logging for a Solr project that isn't in tomcat/webapps/solr

2012-02-10 Thread Mike O'Leary
I set up a Solr project to run with Tomcat for indexing contents of a database by following a web tutorial that described how to put the project directory anywhere you want and then put a file called .xml in the tomcat/conf/Catalina/localhost directory that contains contents like this: I