Vladimir R. Bossicard wrote: > > How much agony am I going to get > > if I set that property to ServletContext.getRealPath("/WEB-INF/Xindice")? > > Xindice is not meant to be only run within a servlet-container: i.e. > there won't be any reference to the ServletContext in the core Xindice > code (embed/xml-rpc drivers). > > But you can still change that in your local version. Simply don't > expect your changes to be integrated into further versions.
I don't think I'm expressing myself clearly... I don't want this Xindice to be accessible by the outside world. I would only use it from within my app (which just happens to be a servlet... I don't think it'll make a difference to the embedded Xindice) to store, retrieve and query XML data. Emile