Install a plugin

For an example FooPlugin with package designation "com.acme.plugin.FooPlugin", contained in a foo.jar file:

  • copy the foo.jar file to a folder in the path, typically $WIKI_HOME/WEB-INF/lib/
  • in the Plugin search paths section of the $WIKI_HOME/WEB-INF/jspwiki.properties file, edit the comma-delimited "jspwiki.plugin.searchPath" property to include the package designation of the plugin
    • eg: com.acme.plugin
    • make sure the comma-delimited property is [comma] delimited, not [comma][space] delimited
    jspwiki.plugin.searchPath = org.example.wiki.otherplugin,com.acme.plugin
  • cycle the wiki

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-10) was last changed on 03-Aug-2007 00:02 by KarlHansen [RSS]