Julie McCabe wrote:
I am using Xindice 1.1, Tomcat 4.1.27, Red Hat Linux 9.0.
...
5644 [main] WARN org.apache.xindice.server.XindiceServlet - The database 'db' root directory has been set to /opt/jakarta-tomcat-4.1.27/webapps/xindice/WEB-INF/db. Keep in mind that if a war upgrade will take place the database will be lost.
...
8337 [main] WARN org.apache.xindice.client.xmldb.embed.DatabaseImpl - The database configuration file is not specified and there was no xindice.db.home property set, so Xindice was unable to determine a database location. Database will be created relative to the current directory.
...
10615 [main] WARN org.apache.xindice.client.xmldb.embed.DatabaseImpl - The database configuration file is not specified and there was no xindice.db.home property set, so Xindice was unable to determine a database location. Database will be created relative to the current directory.
Is there any reason that you start 2 (or 3) databases simultaneously? One database is started by XindiceServlet and located in:
/opt/jakarta-tomcat-4.1.27/webapps/xindice/WEB-INF/db
another started by Embedded driver and located in:
`pwd`/db
Vadim
