patch to Config class; improves the loading of resources from classpath
-----------------------------------------------------------------------

         Key: SOLR-13
         URL: http://issues.apache.org/jira/browse/SOLR-13
     Project: Solr
        Type: Improvement

 Environment: Mac OS 10.4.6, Java 1.5.0_06, JBoss 4.0.1 
    Reporter: Mike Baranczak
    Priority: Minor


If config files aren't found in the expected places, Config attempts to find 
them on the classpath. The trouble is, it's using the current thread's context 
classpath, which means that the web application's own classpath is ignored.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to