[TYPO3-Solr] Installation of solr

Olivier Dobberkau olivier.dobberkau at dkd.de
Sun Jan 17 23:08:24 CET 2010


Am 17.01.10 16:48, schrieb Steffen Gebert:

> Steps 1-5 are clear for me as Tomcat newbie. But I ask myself, how
> Tomcat should find the files copied in step (6), but I think this is
> root of my problem. Should I really copy them to solr-tomcat/ or to any
> subdirectory of solr-tomcat/apache-tomcat/...? I already tried to place
> it there under webapps/, but this also didn't help.
> 
>> The default home directory will be /opt/solr-tomcat/solr, and we'll
>> needto put into some configuration files from the solr extension.
> Is this path hardcoded anywhere? Didn't find it anything...

Hi.

Have a look at the following file.

solr.xml

<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>

this file is in the catalina

/opt/solr-tomcat/apache-tomcat-6.0.20/conf/Catalina/localhost

olivier


More information about the TYPO3-project-solr mailing list