KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: sureshbabubv on April 14, 2010, 01:14:09 pm

Title: SolrConfig Issue
Post by: sureshbabubv on April 14, 2010, 01:14:09 pm
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
Title: Re: SolrConfig Issue
Post by: julie on April 14, 2010, 01:40:01 pm
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.