My PM Configuration ... can I expect any tables getting created when I Re start
my server ... I cant find any diff in mysqldump before and after this config.
Kindly Help .. Is there any thing I miss >>
<PersistenceManager
class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
<param name="driver" value="org.gjt.mm.mysql.Driver"/>
<param name="url"
value="jdbc:mysql://localhost:3306/jbossdb?useUnicode=true&#038;amp&#059;characterEncoding=UTF-8"
/>
<param name="user" value="root" />
<param name="password" value="" />
<param name="schema" value="sampleschema"/>
<param name="schemaObjectPrefix" value="J_PM_${wsp.name}_" />
<param name="externalBLOBs" value="false" />
</PersistenceManager>
---- On Mon, 30 Mar 2009 06:12:19 -0700 Thomas Müller
<[email protected]> wrote ----
Hi,
> I see the DataStore
> implementation creating a mysql table in db. Instead can I point the
> DataStore to my custom FileServer. Any configuration ?
Both DbDataStore (using MySQL, or another database) and FileDataStore
are supported. For configuration details, see
http://wiki.apache.org/jackrabbit/DataStore - if the documentation is
incomplete or unclear please ask again :-)
Regards,
Thomas