At line 2 removed one line |
|
At line 5 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. |
|
At line 15 changed one line |
* You also mardsfgdy need to set the LOGNAME environment variable; see [JSPWikiOnWindows] for more details. |
* You also may need to set the LOGNAME environment variable; see [JSPWikiOnWindows] for more details. |
At line 23 changed one line |
* In the properties file make sure you path names use double back slashes; alternatively you can replace them with single forward slashes |
* In the properties file make sure your path names use double back slashes; alternatively you can replace them with single forward slashes |
At line 25 changed one line |
* In the properties file make sure your URL contains the port number. For example, enter something like http://localhost:8080. |
* In the properties file make sure your URL contains the port number. For example, enter something like [http://localhost:8080]. |
At line 45 added 11 lines |
|
!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] |
|
!Further notes! |
|
* [Can't use mapped drive in Windows as page directory|CanNotUseMappedDriveInWindowsAsPageDirectory] |
---- |
See [InstallAtAformatik] and [WindowsInstallQuestion] for an example and more information. |
---- |