Set Plugin search-path in JSPWiki#
- Create/edit properties file see example
- Save to webapp location
- Add the package lu.intrasoft.jspwiki.plugin to the plugin searchpath in the file WEB-INF/jspwiki.properties:
############################################################################# # # Plugin search paths. # # Define here the packages you want to use for searching plugins, # separated with commas. # For example, use the following command to add "org.myorganisation.jspwiki.myplugins" # and "com.foobar.myplugins" to the search path. # # The default path is "com.ecyrd.jspwiki.plugins", and it will be always # the last item on the path. This allows you to override JSPWiki default # plugins. Note that you are only adding to the path, not replacing it (ie. # the default path is never removed.) # # jspwiki.plugin.searchPath = org.myorganisation.jspwiki.myplugins,com.foobar.myplugins # jspwiki.plugin.searchPath = lu.intrasoft.jspwiki.plugin,de.java2html.plugin.jspwiki
Add new attachment
Only authorized users are allowed to upload new attachments.