Good day guys,
I have been having issues initializing Solr.
My installations so far
- Islandora - Working
- Fedoragsearch - Working
- Solr - Installed but cannot initialize
I keep having this error;
Caused by: java.io.IOException: Can't find resource 'solrconfig.xml' in classpath or 'c;\fedora\solr\collection1\conf/', cwd=C:\Program Files\Apache Software Foundation\Tomcat 7.0
I have reinstalled, followed the tutorial and double check everything.
Copied the contents of "solr-4.2.0/example/solr" to the directory "c;/fedora/solr/" so the "solrconfig.xml" exist there.
My solr.xml in Tomcat - Conf - Catalina - localhost is:
<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="C:/Program Files/Apache Software Foundation/Tomcat 7.0/webapps/solr.war" debug="0" crossContext="true">
<Environment name="solr/home" type="java.lang.String" value="c;/fedora/solr/" override="true"/>
</Context>
I am stuck and can't move forward. Any suggestion will be very help right now.
Kind regards