--- jspwiki.properties.orig 2005-07-18 19:00:48.000000000 -0500 +++ jspwiki.properties 2005-07-18 19:07:44.000000000 -0500 @@ -24,7 +24,7 @@ # Note that if you're upgrading from JSPWiki 1.x, then you need to remove the # "com.ecyrd.jspwiki." part from the beginning of the path. # -jspwiki.pageProvider = FileSystemProvider +jspwiki.pageProvider = RCSFileProvider # # Set to true, if you want to cache page data into memory. This is @@ -46,7 +46,7 @@ # # jspwiki.fileSystemProvider.pageDir = C:\\Data\\jspwiki # -jspwiki.fileSystemProvider.pageDir = /p/web/www-data/jspwiki/ +jspwiki.fileSystemProvider.pageDir = /opt/tomcat5/webapps/JSPWiki/data/pages/ # # The JSPWiki working directory. If not set, a temporary path will @@ -56,7 +56,7 @@ # The working directory is used to cache things like Lucene search # results. # -#jspwiki.workDir = +jspwiki.workDir = /opt/tomcat5/webapps/JSPWiki/data/work/ # # ATTACHMENTS: @@ -80,7 +80,7 @@ # # jspwiki.basicAttachmentProvider.storageDir = C:\\Data\\jspwiki # -jspwiki.basicAttachmentProvider.storageDir = /p/web/www-data/jspwiki/ +jspwiki.basicAttachmentProvider.storageDir = /opt/tomcat5/webapps/JSPWiki/data/attachs # # You can limit the maximum size of an attachment by setting this @@ -227,7 +227,7 @@ # "Main", but now you can easily change the default front page here. If not # defined, uses "Main". # -#jspwiki.frontPage = Main +jspwiki.frontPage = Main # # If set to true, all outward links have a small icon attached. The icon @@ -458,7 +458,7 @@ log4j.appender.FileLog = org.apache.log4j.RollingFileAppender log4j.appender.FileLog.MaxFileSize = 10MB log4j.appender.FileLog.MaxBackupIndex = 14 -log4j.appender.FileLog.File = /tmp/jspwiki.log +log4j.appender.FileLog.File = /opt/tomcat5/webapps/JSPWiki/data/logs/jspwiki.log log4j.appender.FileLog.layout = org.apache.log4j.PatternLayout log4j.appender.FileLog.layout.ConversionPattern=%d [%t] %p %c %x - %m%n