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. > > I'm thinking a fully specified path will allow you to > put the collection where you would like, but I have > not experimented with this.
I'll have to go experiment... but this doesn't exactly sound all too encouraging. I want the database to be WEB-INF - relative. Hardcoding a full path is going to make for annoying deployment hassles. Emile