Running the JSPWiki on the Sun Java Application server.
Setting up a Wiki web site using JSPWiki, is straight forward. First setup the infrastructure:
* The Java SDK
* Install the Sun Java System Application Server Platform Edition 9.
* Install NetBeans 5.5.
*** Click here for more details on setting up the infrastructure. Follow sets 1 to 7.
Use my JSPWiki NetBeans project to deploy the wiki:
* Download jspwiki-NetBeans.zip, a JSPWiki NetBeans project.
* Unzip into directory: \java\projects\
* Before running the application, view the property file:
\java\projects\web20\jspwiki\web\WEB-INF\jspwiki.properties
- Wiki text name:
jspwiki.applicationName = Wiki
- Wiki data directory:
jspwiki.fileSystemProvider.pageDir = C:\\Java\\Projects\\web20\\jspwiki\\wikiData
jspwiki.basicAttachmentProvider.storageDir = C:\\Java\\Projects\\web20\\jspwiki\\wikiData
From NetBeans,
* Open the project, \java\projects\web20\jspwiki
* Run the project, and test. Note, all modifications to the pages are made in the directory: C:\java\Projects\web20\jspwiki\wikiData
Posted at 10:50AM Mar 16, 2007 by Stacy Thurston in Computers | Comments[0]

