All,

The unstable builds of Presentation Server now feature the latest
stable version of eXist (eXist-1.0b2-build-1107). This fixes the issue
of connecting to an external eXist instance.

Here is an example datasource.xml to connect to a standalone eXist:

<datasource>
    <!-- Specify the driver for the eXist database -->
    <driver-class-name>org.exist.xmldb.DatabaseImpl</driver-class-name>
    <!-- Example of URL for a non-embedded use -->
    <uri>xmldb:exist://localhost:8080/exist/xmlrpc</uri>
</datasource>

A few notes:

1. You may want to start eXist on a different port than the default
   8080 if you have other software alread running on that port. In my
   case, I just modified eXist's tools/jetty/etc/jetty.xml and
   examples-setup.xml (there may be other places where the port is
   specified, but this allowed me to run eXist).

2. If you specify the following collection name in the XML:DB
   processor configurations:

     /db/orbeon/bizdoc-example

   Then the datasource setting above will generate XML-RPC connections
   to the following URL:

     xmldb:exist://localhost:8080/exist/xmlrpc/db/orbeon/bizdoc-example

More information about eXist:

  http://exist.sourceforge.net/

-Erik


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to