In http://wiki.apache.org/jackrabbit/IndexingConfiguration, the
indexing configuration file is located at ${wsp.home}:
<param name="indexingConfiguration"
value="${wsp.home}/indexing_configuration.xml"/>
But this path (${wsp.home}) is created on repository initialization.
So, it does not exists before. How can I put a config file in a path
which is not created? Or perhaps I should start the application,
create the respository, stop the application, put the configuration
file and start again my application? Can I put this file in a folder
relative to the repository.xml file (Or in the same directory)?