Get Version => 2.11.3 (22.03.2023)#
see SystemInfoInstallation#
Download
Unpack war file with
Option 1 unzip JSPWiki.war -d JSPWiki Option 2 (no extra folder is created) apt install default-jdk # jar is part of jdk cd /usr/lib/jvm/ # see java versions jar -xvf JSPWiki.warCopy folder JSPWiki to <tomee_home>\webapps
Configuration#
Initial setup is done with ../JSPWiki/Install.jsp
The jspwiki.properties file is now embedded in the \WEB-INF\lib\jspwiki-war-2.10.1.jar file (\ini\jspwiki.properties).
If you want to change it, you need to create a custom (second) file called jspwiki-custom.properties, see Advanced Installation. You can place it under /tomee/lib/ (done) or under /JSPWiki/WEB-INF/
Here are all configuration options
Upgrade#
- Replace webapps/JSPWiki with new version
- ../JSPWiki/Install.jsp => note down the admin password !!!
- keep default > Setup
- our jspwiki-custom.properties is in /tomee/lib, so no need to adopt
- stop tomee, clean temp folder, start tomee
- JSPWiki is up and running, but change admin password
cd ../webapps/JSPWiki copy -r * ../backup/.. rm -r * Download at https://archive.apache.org/dist/jspwiki/ > binaries > webapp > JSPWiki.war jar -xvf JSPWiki.war rm JSPWiki.war restart tomee https://www.inetone.de/JSPWiki/Install.jsp Edit: Anwendungsname = ... Seitenspeicherung = ... Hit Next => Copy admin password !! Restart tomee Change admin password
Additional settings#
> locale -a echo LANG=de_DE.UTF-8 > /etc/locale.conf echo KEYMAP=de-latin1-nodeadkeys > /etc/vconsole.conf ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime LANG=de_DE.UTF-8;export LANG KEYMAP=de-latin1-nodeadkeys;export KEYMAP
Edit catalina.sh:
JAVA_OPTS="-Dfile.encoding=UTF-8"
Markup#
%%collapsebox-closed ! Heading ... box ... /%Escape character for JSPWiki is a tilde (~)
~ Example: double underscore (instead of bold style) Preface~_~_Ending Example: link with brackets (instead of indicating another link) http://www.testserver.de?show=data~[32~]&language=de Alternative for links is using hex-codes: http://www.testserver.de?show=data%5B32%5D&language=de
This answers lots of questions:
Ldap Integration | JSPWiki@WikiMatrix
http://www.jspwiki.org/wiki/JSPWikiFAQ
AdministeringJSPWiki + Page Security
Security via ACL#
Roles- Anonymous
- Asserted
- Authenticated
- All
- view
- edit
- comment
- rename
- delete
[{ALLOW view Janne,Mike Morris,Authenticated}] [{ALLOW edit Janne,Managers}]
[{ALLOW view All}] [{ALLOW edit Authenticated}]
Quick start#
- For testing things, try the SandBox.
- For a quick look on what Wiki is, check out OneMinuteWiki.
- For a guideline on good working habits with wiki, see WikiEtiquette.
Installation issues#
- If you run Microsoft Windows, or you are having trouble with UTF-8 then you probably want to take a look at InstallationTips for further information.
Documentation#
- Text formatting rules
- For all of the Wiki markup features, see TextFormattingRules.
- Entry point for full JSPWikiDocumentation
Miscellaneous#
- There are several ways you can get in touch with JSPWiki Community. Check them out!
- To see what this particular wiki is about, click on the Wiki name on the top left corner of the browser window, or click here.