Tigerfarm Tigerfarm

Computers, Localization, Travel, Southeast Asia, Sun Microsystems, Writing
« Java University at... | Main | Setup a New Windows... »

Open Source Course Content: Web 2.0 | Frameworks | Solaris
Friday Mar 16, 2007

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

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed