Hi, I am trying to setup Solr in WebSphere 7.1 version with RAD 8.
Downloaded Solr 4.5.1 Used below link to build EAR file with Solr WAR to make it work in WebSphere 7.1 version. https://wiki.base22.com/display/btg/How+to+install+and+configure+Solr+v4.3.1+on+IBM+WebSphere+Application+Server+v8.0 After EAR installed and tried to go http://localhost:9080/solr/ Below error is coming on Solr Admin page SolrCore Initialization Failures test-solr: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load config file C:\Solr\test-solr\conf\solrconfig.xml I created C:\Solr folder in c drive and copied Examples Sor folder to C:\Solr renamed collection1 folder to test-solr and modified solr.xml file below is entry done in this file. <solr> <cores adminPath="/admin/cores"> <core name="test-solr" instanceDir="C:\Solr\test-solr\conf" /> </cores> </solr> Did not modify anything in solrConfig.xml, just using as it gets from examples folder. Greatly appreciate if somebody can help me to resolve this issue. Pls advise. Regards, kiran. ----------------------------------------- This message, and any attachments to it, may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are notified that any use, dissemination, distribution, copying, or communication of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete the message and any attachments. Thank you.