You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jan Høydahl (Jira)" <ji...@apache.org> on 2022/01/13 16:24:00 UTC

[jira] [Updated] (SOLR-15921) Look for jars in SOLR_TIP/lib/

     [ https://issues.apache.org/jira/browse/SOLR-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl updated SOLR-15921:
-------------------------------
    Issue Type: Improvement  (was: New Feature)

> Look for jars in SOLR_TIP/lib/
> ------------------------------
>
>                 Key: SOLR-15921
>                 URL: https://issues.apache.org/jira/browse/SOLR-15921
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> From dev list thread:
> {quote}
> Another minor improvement for users is if we pre-add $SOLR_TIP/lib to the classloader, similar to what we have with $SOLR_HOME/lib today. The disadvantage of $SOLR_HOME/lib is that it can be anywhere, perhaps on a Docker volume or a different disk, so you cannot e.g make a Dockerfile like
> FROM solr:9.0
> ADD foo.jar /var/solr/data/lib/foo.jar
> ...since /var/solr/data is a volume and will resolve to the volume partition of the user, not the content from the image. So if we instead allow users to do
> FROM solr:9.0
> ADD foo.jar /opt/solr/lib/
> That is both logical and beautiful, and would always work.
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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