Thomas Kratz wrote: > <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex"> > > <param name="path" > value="${rep.home}/workspaces/mango/index"/>
this is a hard coded path for the index in your workspace. you should rather use: <param name="path" value="${wsp.home}/index"/> regards marcel