Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6. Add this cluster snippet editing the elements highlighted in red to fit your custom configuration (do not close this file till you do step 7 and step 8):

Note: Please, as long as highlighting text is not allowed inside the { code } snippet, just remember editing all the custom elements –> mysql user, mysql password and /Users/carlos paths.

Code Block
languagexml
themeConfluence
titlejackrabbit-bundle-mysql-search.xml
collapsetrue
<Cluster id="cid_pub1" syncDelay="2000">
   <Journal class="org.apache.jackrabbit.core.journal.DatabaseJournal">
 	  <param name="revision" value="/Users/carlos/shared_data/revision.log" />
	  <param name="driver" value="com.mysql.jdbc.Driver" />
	  <param name="url" value="jdbc:mysql://localhost:3306/magnolia_public" />
	  <param name="user" value="root" />
	  <param name="password" value="rootPassword" />
	  <param name="schema" value="mysql" />
	  <param name="schemaObjectPrefix" value="journal_" />
   </Journal>
</Cluster>

...