DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=26456>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=26456 First Xindice DB is created in current directory (instead of WEB-INF?) ------- Additional Comments From [EMAIL PROTECTED] 2004-05-05 13:43 ------- Yes, if db-home path is relative, it will be resolved against current working directory, where Java was started. Alternatively, instead of starting DB via embedded driver, XindiceServlet can be deployed which resolves @dbroot (in system.xml, defaults to "./db/") relative to the WEB-INF. Then, instead of embedded driver, managed driver should be used, and no db-home parameter is necessary. Vadim
