Yonik Seeley wrote:
I am hoping I can change the default location for each webapp. Thanks!
It's not yet possible, but see this thread:
http://www.mail-archive.com/solr-dev@lucene.apache.org/msg00298.html
If I see it right, if I just rename the webapp to, say, "solrfoo" then
it still uses the system property solr.solr.home to search for the
configuration, *not* solrfoo.solr.home, right?
I'm searching for a way to have multiple webapps with different
configuration, too. I would really appreciate if that could be made
possible. (And sorry, I'd really like to do it myself, but my java
knowledge doesn not suffice for that.)
Another thing I would like to see is a complete detachment of the solr
configuration of that of the servlet container. Currently I have to
change the path to the configuration files by setting solr.solr.home or
(even worse!) by starting Tomcat (which I use) from it's base home dir.
A while ago I proposed to put solr's config into /etc/solr (for linux).
It was easily done (even for me) to add this directory to the places
being searched in Config.java. I thing if this is put in *additionally*
it should be no problem even for those people who just want to try out
solr and have no root privileges.
Marcus