athrog commented on pull request #120:
URL: https://github.com/apache/solr/pull/120#issuecomment-897206704


   Yeah good idea. I tried adding this to my `_default` solrconfig.xml, and I 
see the libs are added (from a logline), but still getting 
ClassNotFoundExceptions when taking backups.
   
   ```
     <lib dir="${solr.install.dir:..}/contrib/s3-repository/lib" 
regex=".*\.jar" />
     <lib dir="${solr.install.dir:..}/dist/" 
regex="solr-s3-repository-\d.*\.jar" />
   ```
   
   This approach is what some other contribs recommend (tika, clustering)...any 
reason why it wouldn't work for this repo?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to