I don't think there is anyway to do what you describe at the moment ...
SOLR-79 was an attempt at allowing variabes representing system
properties to be used in the solrconfig.xml, but it hasn't been commited
because it's an incomplete solution.
what you could do, is create a seperate Solr "home"
You can specify a configuration file when jetty starts. Take a look at:
http://wiki.apache.org/solr/SolrJetty
then you can start jetty with:
java -jar start.jar yourjettyconfig.xml
On 1/8/07, Brian Whitman <[EMAIL PROTECTED]> wrote:
I would like to specify the solr dataDir on launch of jetty