Andrew Clegg wrote:
>
>
> hossman wrote:
>>
>>
>> This is why the examples of using context files on the wiki talk about
>> keeping the war *outside* of the webapps directory, and using docBase in
>> your Context declaration...
>> http://wiki.apache.org/solr/SolrTomcat
>>
>>
>
> Great
hossman wrote:
>
>
> : Hi all, I'm having problems getting Solr to start on Tomcat 6.
>
> which version of Solr?
>
>
Sorry -- a nightly build from about a month ago. Re. your other message, I
was sure the two machines had the same version on, but maybe not -- when I'm
back in the office tom
: Now I've got a completely different error:
: "org.apache.lucene.index.CorruptIndexException: Unknown format version: -9".
: I think it might be time for a fresh install...
I've added a FAQ for this...
http://wiki.apache.org/solr/FAQ#What_does_.22CorruptIndexException:_Unknown_format_version.22
: Hi all, I'm having problems getting Solr to start on Tomcat 6.
which version of Solr?
: Tomcat is installed in /opt/apache-tomcat , solr is in
: /opt/apache-tomcat/webapps/solr , and my Solr home directory is /opt/solr .
if "solr is in /opt/apache-tomcat/webapps/solr" means that you put the
Constantijn Visinescu wrote:
>
> This might be a bit of a hack but i got this in the web.xml of my
> applicatin
> and it works great.
>
>
>
>solr/home
>/Solr/WebRoot/WEB-INF/solr
>java.lang.String
>
>
>
That worked, thanks. You're right though, it is a
This might be a bit of a hack but i got this in the web.xml of my applicatin
and it works great.
solr/home
/Solr/WebRoot/WEB-INF/solr
java.lang.String
On Tue, Sep 29, 2009 at 2:32 PM, Andrew Clegg wrote:
>
> Hi all, I'm having problems getting Solr to start on