hi and thank you again for all your
help,
here's a little summary of how far I
am.
(I want to use Xindice with Cocoon 2.1 and was
told to use the embedded mode instead of using the webapp...and I don't
care as long as it works finally):
1) got xml-xindice from cvs
2) "build"
3) created new folder "xindice" with the
following files from cvs/build:
bin/*; dist/*, java/lib/*,
config/*
4) set this folder
as %XINDICE_HOME%
5) added %XINDICE_HOME%\bin to the %PATH%
variable
6) added this to the
cocoon.xconf (at least the parts that were missing)
<component-instance
class="org.apache.cocoon.components.source.impl.XMLDBSourceFactory"
name="xmldb">
<driver
class="org.apache.xindice.client.xmldb.DatabaseImpl"
type="xindice"/>
<driver
class="org.apache.xindice.client.xmldb.embed.DatabaseImpl"
type="xindice"/>
</component-instance>