[{TableOfContents}] !! Microsoft Windows Issues !Wiki configuration The least painful approach to defining the location of your Wiki files is to have them located at the same drive as your Tomcat (or other web server) installation, and define the location in Unix format. For example, files in C:\JSPWiki\files are defined in the configuration file as /JSPWiki/files. Make also sure to change the setting for {{log4j.appender.~FileLog.File}} in {{jspwiki.properties}} if you want a log-file to be created. This setting is hidden quite well near the end of the config-file. The format is the same as the {{jspwiki.fileSystemProvider.pageDir}}-setting, i.e. backslashes must be duplicated. !How To Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector Comprehensive illustrated guide at [http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html#conConnector] !! UTF-8 Issues If you are having problems with Tomcat 5.x and JSPWiki with UTF-8, please note the following! You have to edit server.xml of Tomcat (is in the conf-directory of Tomcat). Please add to {{{}}} the term '{{{URIEncoding="UTF-8"}}}'. It should look like that: {{{ }}} Remember that if you use mod_jk, you should define the {{URIEncoding}} for the AJK Connector, too. ------ WARNING: Our Wikis running on 2.2.33 with jspwiki.properties set to UTF-8 did not display pages anymore that contained Umlaute after setting this. I had to disable the URIEncoding again. --[Christoph Sauer|http://www.jspwiki.org/wiki/ChristophSauer] 2-Sep.2006 ------ Using jk connector and Apache needs extra settings. This is my successful configuration. (Suse10.1 / Tomcat5.0 and 5.5 / JSPWiki v2.4.87) /etc/tomcat5/base/server.xml (based on "server-minimal.xml" by SuSE) {{{ ......... ......... ......... }}} --Kei Watanabe 10-jan.2007 / 21 Dec.2007 !! Other tips !Editing the menu on the left hand side. The menu on the left hand side (over there <-----) is just a standard Wiki page, called [LeftMenu]. If you (the administrator) don't want anyone else to modify it, you can always edit [LeftMenu], then make the page read-only on the hard drive itself ;-). The lower part of the left hand side is similarly called [LeftMenuFooter], and it is fully editable as well. !Enabling the [RSS|http://blogspace.com/rss/] feed In your jspwiki.properties -file, you'll need to set the "jspwiki.rss.generate" to "true", and also set the "jspwiki.baseURL" to point at your Wiki. Otherwise the RSS generator can't figure out how its links should go... :-) !I don't like ~ThingsSquashedTogether in the page titles. What can I do? As Finns say, "voe tokkiinsa", meaning "yes, of course". Just set the "jspwiki.breakTitleWithSpaces" property to "true" in your jspwiki.properties-file.