Cocoon, pulled last week from cvs, is working with the embedded Xindice, but I need it to work with the external xindice. I have version 1.1b1 installed in tomcat, and its accessible via http://localhost:8080/xindice.
However, all the examples show the connection uri to xindice to be: xmldb:xindice://localhost:8080/db/collection, but that doesn't work. I tried: xmldb:xindice:localhost:8080/xindice/db/colledction, but it gets confused with the extra slash. How do set cocoon up with external xindice? Brian