[TYPO3-Solr] Solr on Windows...
Olivier Dobberkau
olivier.dobberkau at dkd.de
Sat Apr 17 22:13:50 CEST 2010
Am 17.04.10 17:12, schrieb Jigal van Hemert:
> I tried to install it according to the notes under "Tomcat on Windows"
> [1]. And afterwards copied the resources/solr/schema.xml and
> solrconfig.xml files according to [2] and disabled the dataDir.
there are 3 files that you need to take for:
for apache solr:
- schema.xml
- solrconfig.xml
for tomcat:
- solr.xml
i would take the wild guess that you have to set solr.xml correctly.
on linux solr.xml looks like:
<Context
docBase="/opt/solr-tomcat/apache-tomcat-6.0.20/webapps/solr.war"
debug="0" crossContext="true" >
<Environment name="solr/home" type="java.lang.String"
value="/opt/solr-tomcat/solr" override="true" />
</Context>
and it resides in:
/opt/solr-tomcat/apache-tomcat-6.0.20/conf/Catalina/localhost
please let me know if this was it.
olivier
More information about the TYPO3-project-solr
mailing list