At line 1 changed one line |
dfsfsdfsdfsd!Wiki configuration |
!Wiki configuration |
At line 4 changed one line |
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. |
Also make 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. |
At line 6 added 18 lines |
!Unpacking a .war file |
The JSP Wiki web application files are distributed in a .war file. To unpack this file, change the file extension from .war to .zip then unzip the file using a windows utility. |
|
!Resetting a Password |
After running the Install.jsp page, an administrator account will be created with a username of 'admin' and a random password if want to access the 'admin' account or access any other account without the password, you can reset the password. |
|
Passwords are generally stored only as an encrypted hash so they can't be easily recovered, only reset. To reset a password, create a new dummy username and password in the usual way, open the userdatabase.xml file that resides in the WEB-INF directory and copy the password hash from the dummy username and paste it over the password hash that you want to reset. |
|
In windows you may have to change the security settings of the .xml file so you have permission to write to it. |
|
|
!Installing the core pages |
The core pages are distributed in a file with a name like 'JSPWiki-corepages_en.zip' and this file should be copied into the content folder. The address of the contect folder can be found in the JSPWiki.properties file and will be defined in a line similar to the following. |
|
\\jspwiki.fileSystemProvider.pageDir =/p/web/www-data/1000c/ \\ |
|
When these 'core files' are present, the wiki should have some basic content such as wiki etiquette, help files etc. |
|