Hi,
I would like to create an uber-jar of my application that utilises Spring, Hibernate and Lucene, and have the end user specify the path to where the lucene indexes can be stored using a -D command line variable.
The place I want to put it is here, in my applicationContext.xml: <prop key="hibernate.search.default.indexBase">/chosen/path/to/indexes</prop>
Any ideas?
Thanks!
--
Dan Hardiker
Adaptavist.com Ltd


Reply With Quote