• Welcome to KonaKart Community Forum. Please login or sign up.
 

SolrConfig Issue

Started by sureshbabubv, April 14, 2010, 01:14:09 pm

Previous topic - Next topic

sureshbabubv

Dear All,

I am using konakart enterprise trail version.

I moved the konakart, konakartadmin, birtviewer, solr folder from konakartinstallation/webapps to my tomcat/webapps folder to run the konakart in a stand alone tomcat server.

But I am getting an error solrConfig is not configured, when I went through the code, I found the application is using some configuration files of konakartinstallation/solr/conf folder,

Shall move this solr folder to tomcat root directory or if not suggest me the location  to move this conf folder in the tomcat server.


Thanks & Regards,
B.V.Suresh Babu

julie

If you take a look at startkonakart.bat (or .sh) you'll see that we set -Dsolr.solr.home="%CATALINA_HOME%/solr" in the CATALINA_OPTS . You need to modify this to your new position.