[TYPO3-Solr] Fw: Installationproblem with the trunk-Version
hawaiian at directbox.com
hawaiian at directbox.com
Tue Sep 6 17:41:19 CEST 2011
Hi there,
I am using Typo3 4.5.5, I want to use "apache-solr-3.3.0", and the current trunk-version 51680 (from https://svn.typo3.org/TYPO3v4/Extensions/solr/trunk).
Because I have a Windows-Server, I can't use the install-script, so that I had to install the extension manually, step by step according to the "install-solr.sh". Also I copied the trunk-folder "solr" to "typo3conf\ext".
It seems, that the Apache Solr server works fine (e.g. http://localhost:8080/solr/core_en/admin is reachable), but Typo3 can't contact the Apache Solr server (according to status report), although the report "Apache Solr Index" could establish the Solr connection.
Is it a language problem, or have I done an error?
TS
config.sys_language_uid = 0
config.language = de
config.index_externals = 1
config.index_enable = 1
config.locale_all = deu
page.config.index_enable = 1
...
plugin.tx_solr {
solr {
port = 8080
path = /solr/core_en/
host = localhost
}
}
best regards
Andreas
More information about the TYPO3-project-solr
mailing list