: Damn sorry Yonik I wasn't clear. I have no visible "conf" or "data" folders.

: > Interesting, these files that you speak of are not even in my ftp site.
: > They must not be part of the war file. This might actually make sense
: > because they are actually the config files that "run" the Solr model if I'm
: > not mistaken (excuse my simpleness here).

right ... the "Solr home dir" is not part of the war, you are expected to
provide that yourself, and it should contain the conf directory with your
solrconfig.xml and schema.xml, it should also have a data directory which
is writable by the user tomcat is running as.

the "example" directory that comes with the nightly builds shows you an
example of what the "Solr home dir" should look like, and the wiki's yonik
pointed to discuss the different ways you can make sure Solr finds it (cwd
tomcat is run in, a system property, an a JNDI lookup)

See also...

http://wiki.apache.org/solr/SolrInstall


: > > The system property you would want to set is solr.solr.home
: > > http://wiki.apache.org/solr/ConfiguringSolr
: > >
: > > Or if you have access to the Tomcat config directories, you could use
: > > the method described under "Multiple Solr Webapps" here:
: > > http://wiki.apache.org/solr/SolrTomcat



-Hoss

Reply via email to