Mark Eggers wrote: > However, this looks like it can be changed by editing > a system.xml file found in the WEB-INF directory of > the unpacked Xindice.war file. I am not quite sure > how it translates the default ./db/ to > C:\WINNT\system32\db, but it does.
Looks like Database.java prefixes the DB directory with a System property PROP_XINDICE_HOME(="xindice.home") when it is a relative directory. How much agony am I going to get if I set that property to ServletContext.getRealPath("/WEB-INF/Xindice")? Is it used for much else? And when/how do I set it anyway? Emile