Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.
The following page has been changed by SteveDalton:
http://wiki.apache.org/jackrabbit/JackRabbitOnTomcat6
------------------------------------------------------------------------------
{{{
<PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
- <param name="url" value="jdbc:mysql://127.0.0.1:3306/jackrabbit?useUnicode=true&characterEncoding=UTF-8"/>
+ <param name="url" value="jdbc:mysql://localhost:3306/jackrabbit"/>
<param name="user" value="jackrabbit" />
<param name="password" value="jackrabbit" />
<param name="schema" value="mysql"/>
- <param name="schemaObjectPrefix" value="pm_someuniqueprefix_"/></PersistenceManager>
+ <param name="schemaObjectPrefix" value="pm_someuniqueprefix_"/>
+ </PersistenceManager>
}}}
Make sure you change the part someuniqueprefix to something unique for the type of repository
configuration item you are modifying (ie. workspace, versioning etc)
|