hy,
i use cocoon and xindice.
i use the Xindice serlvet (xindice.war) and i configure cocoon with this driver "org.apache.xindice.client.xmldb.DatabaseImpl". the cocoon call is : xmldb:xindice://localhost:8080/db
So this use the network protocol XML-RPC
but i don't need the xml-rpc protocol because cocoon is a local application.
(is the network call (in local) is realy slower than a local call ?)
there a embed mode but i dont know how configure it to cocoon..
someone can me help ?
Put xmldb-* and xindice jar into cocoon WEB-INF/lib folder, and use xmldb:xindice-embed:///db URL for embedded mode. You won't need xindice.war anymore, and yes, embedded mode is faster.
You can use system property xindice.configuration to specifiy location of the configuration file, and xindice.db.home for db home directory.
Vadim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
