Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63258
Collapse All | Expand All

(-)jspwiki.properties.orig (-6 / +6 lines)
Lines 24-30 Link Here
24
#  Note that if you're upgrading from JSPWiki 1.x, then you need to remove the
24
#  Note that if you're upgrading from JSPWiki 1.x, then you need to remove the
25
#  "com.ecyrd.jspwiki." part from the beginning of the path.
25
#  "com.ecyrd.jspwiki." part from the beginning of the path.
26
#
26
#
27
jspwiki.pageProvider = FileSystemProvider
27
jspwiki.pageProvider = RCSFileProvider
28
28
29
#
29
#
30
#  Set to true, if you want to cache page data into memory.  This is
30
#  Set to true, if you want to cache page data into memory.  This is
Lines 46-52 Link Here
46
#  
46
#  
47
#  jspwiki.fileSystemProvider.pageDir = C:\\Data\\jspwiki
47
#  jspwiki.fileSystemProvider.pageDir = C:\\Data\\jspwiki
48
#
48
#
49
jspwiki.fileSystemProvider.pageDir = /p/web/www-data/jspwiki/
49
jspwiki.fileSystemProvider.pageDir = /opt/tomcat5/webapps/JSPWiki/data/pages/
50
50
51
#
51
#
52
#  The JSPWiki working directory.  If not set, a temporary path will
52
#  The JSPWiki working directory.  If not set, a temporary path will
Lines 56-62 Link Here
56
#  The working directory is used to cache things like Lucene search
56
#  The working directory is used to cache things like Lucene search
57
#  results.
57
#  results.
58
#
58
#
59
#jspwiki.workDir =
59
jspwiki.workDir = /opt/tomcat5/webapps/JSPWiki/data/work/
60
60
61
#
61
#
62
#  ATTACHMENTS:
62
#  ATTACHMENTS:
Lines 80-86 Link Here
80
#  
80
#  
81
#  jspwiki.basicAttachmentProvider.storageDir = C:\\Data\\jspwiki
81
#  jspwiki.basicAttachmentProvider.storageDir = C:\\Data\\jspwiki
82
#
82
#
83
jspwiki.basicAttachmentProvider.storageDir = /p/web/www-data/jspwiki/
83
jspwiki.basicAttachmentProvider.storageDir = /opt/tomcat5/webapps/JSPWiki/data/attachs
84
84
85
#
85
#
86
#  You can limit the maximum size of an attachment by setting this
86
#  You can limit the maximum size of an attachment by setting this
Lines 227-233 Link Here
227
#  "Main", but now you can easily change the default front page here.  If not
227
#  "Main", but now you can easily change the default front page here.  If not
228
#  defined, uses "Main".
228
#  defined, uses "Main".
229
#
229
#
230
#jspwiki.frontPage = Main
230
jspwiki.frontPage = Main
231
231
232
#
232
#
233
#  If set to true, all outward links have a small icon attached.  The icon
233
#  If set to true, all outward links have a small icon attached.  The icon
Lines 458-464 Link Here
458
log4j.appender.FileLog = org.apache.log4j.RollingFileAppender
458
log4j.appender.FileLog = org.apache.log4j.RollingFileAppender
459
log4j.appender.FileLog.MaxFileSize    = 10MB
459
log4j.appender.FileLog.MaxFileSize    = 10MB
460
log4j.appender.FileLog.MaxBackupIndex = 14
460
log4j.appender.FileLog.MaxBackupIndex = 14
461
log4j.appender.FileLog.File = /tmp/jspwiki.log
461
log4j.appender.FileLog.File = /opt/tomcat5/webapps/JSPWiki/data/logs/jspwiki.log
462
log4j.appender.FileLog.layout = org.apache.log4j.PatternLayout
462
log4j.appender.FileLog.layout = org.apache.log4j.PatternLayout
463
log4j.appender.FileLog.layout.ConversionPattern=%d [%t] %p %c %x - %m%n
463
log4j.appender.FileLog.layout.ConversionPattern=%d [%t] %p %c %x - %m%n
464
464

Return to bug 63258