The Source for Java Technology Collaboration


The Roller JSPWiki plugin

Applies to Roller 3.0 release

Here's what you'll need to do to configure the JSPWiki plugin in Roller:

Download the JSPWiki plugin

  • Download the plugin-jspwiki-X.Y.tar.gz file and extract the files from the download area
  • Copy all of the jar files extracted into the Roller WEB-INF/lib directory
  • Copy the jspwiki.properties file into WEB-INF

Set JSPWiki properties

After you extract the optional plugin files, edit the jspwiki.properties file in Roller's WEB-INF directory. If you'd like the WikiWords? you create in your blog posts to point into a live JSPWiki instance, then you should add the URL to that wiki in that file. So change http://localhost:8080/wiki to the URL of your JSPWiki.

Add JSPWiki plugin to your Roller properties override file

Follow the instructions in the Roller Installation Guide (Step 8) that explain how to create your own property override file. Add the JSPWiki page plugin to the list of page plugines defined by the variable page.plugins. For example, here's what the page.plugins property would look like with all the built-in Roller plugins plus the JSPWiki plugin (at the end):

   # Weblog entry plugins
   plugins.page=\
   org.apache.roller.ui.rendering.plugins.ConvertLineBreaksPlugin \
   ,org.apache.roller.ui.rendering.plugins.TopicTagPlugin \
   ,org.apache.roller.ui.rendering.plugins.ObfuscateEmailPlugin \
   ,org.apache.roller.ui.rendering.plugins.SmileysPlugin \
   ,net.java.dev.roller.plugins.weblogentry.jspwiki.WikiPlugin

Start up Roller

Once you've installed and configured the optional plugins, you'll should find the new plugin in the list of plugins on the Roller Weblog Editor (New Entry) page and on the Weblog Preferences Settings page.

Topic JSPWikiPlugin . { Edit | Ref-By | Printable | Diffs r4 < r3 < r2 < r1 | More }
 XML java.net RSS

Revision r4 - 03 Jan 2007 - 13:39:50 - Main.snoopdave
Parents: RollerWeblogger > OptionalPluginsForRoller