Hi there, Does anyone know how to connect to an
Xindice 1.1 database running under Tomcat, created
from the WAR file? With version 1 I used: db = (Database)Class.forName ("org.apache.xindice.client.xmldb.DatabaseImpl").newInstance (); DatabaseManager.registerDatabase (db); col = DatabaseManager.getCollection ("xmldb:xindice:///db"); Which worked when Xindice was running as an application. Any help would be much appreciated. Cheers Matt ----------------------------------------- |
- RE: Using Xindice 1.1 from JSP/Java Matt Allbeury
- RE: Using Xindice 1.1 from JSP/Java Trevor Leung