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