Magnolia Repository Tools

Check and repair your Jackrabbit repository from the Magnolia admin interface.

Magnolia Repository Tools

Magnolia Repository Tools is a simple Magnolia module which adds a GUI for running maintenance operations on the underlining Jackrabbit repository and Lucene Index.

It adds a GUI into the Magnolia admin interface from which you can run:

- an index repository check, without having to shutdown your magnolia instance and to manually edit jackrabbit workspace configuration files

- a persistence manager check, if you are using the "bundle" implementation of Jackrabbit Persistence Managers

Screenshots

You will find a new page "Repository tools" under the Tools menu in admin interface.

media

Installation

Copy the module jar file into your Magnolia instances' WEB-INF/lib folder, just like any other module.

If you're using Maven, simply declare the dependency in your pom.xml like this

<dependency>
  <groupId>net.sourceforge.openutils</groupId>
  <artifactId>openutils-mgnlrepoutils</artifactId>
  <version>[module version here]</version>
</dependency> 

 

Bookmark and Share