You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by "A. Lotfi" <ma...@yahoo.com> on 2013/03/16 02:14:25 UTC

any example with a mysql script ?

Hi, 
Is there any example with a script to create a mysql data and use it in solr ?
thanks

where is the solr.war exploded ?

Posted by "A. Lotfi" <ma...@yahoo.com>.
Hi,

I just installed solr in Tomcat7, 
/usr/share/tomcat7

/opt/solr/solr/

solr.xml  in :

[sp@fuzztest8:~/usr/share/apache-tomcat-7.0.37/conf/Catalina/localhost/solr]$ ls
solr.xml

<?xml version="1.0" encoding="utf-8"?>
<Context docBase="/opt/solr/solr-4.2.0.war" debug="0" crossContext="true">
    <Environment name="solr/home" type="java.lang.String" value="/opt/solr" override="true"/>
</Context>

so where was the solr.war exploded as a solr application ?
thanks.