Release Notes
JAMWiki 0.3.3 is now available for download. This release is a bugfix release that contains a fix for a problem that affected users of the Resin web application server, as well as a fix for a problem escaping apostrophes with Internet Explorer.
See the README.txt and CHANGELOG.txt files for additional details about this release. Additional information and documentation can be found at http://jamwiki.org/.
JAMWiki is distributed as a WAR file that can be deployed like any other WAR file. After restarting the web application server view the URL http://www.yourserver.com/context/ to begin the configuration process (context is the web application context root). For existing JAMWiki users see the release notes for upgrade instructions.
IMPORTANT: While reasonably stable, the JAMWiki code is undergoing rapid development and should be considered beta software, not suitable for deployment on production systems. Feedback and bug reports are requested and can be left at http://jamwiki.org/wiki/en/Bug_Reports.
Changelog
- BUG: Internet Explorer displays ' instead of apostrophe (').
- BUG: Resin taglib handling throws an error on wiki.jsp.
- BUG: Second attempted fix for reported URL decoding issue.
- FEATURE: Updated Hungarian translations from bDaneE.
Upgrade Instructions
The process for upgrading JAMWiki is:
- Download the latest JAMWiki WAR file.
- Back up all database and/or file data prior to upgrading.
- Back up the jamwiki.properties file and the log4j.properties file that can be found in the /WEB-INF/classes directory.
- If you have created any virtual wikis, back up the web.xml file that can be found in the /WEB-INF directory.
- Install the new JAMWiki WAR file. See your web application server's documentation for instructions. Note that, if possible, any existing JAMWiki files should be deleted prior to upgrading.
- Copy the files backed up in steps three and four back into their old locations, overwriting any new files. You may also need to re-copy your JDBC jar file.
- View any page on the Wiki. You will be redirected to the upgrade page and any required upgrade steps will be automatically performed.