Download
K-Wf Grid portlets are distributed in several formats for your convenience.
Requirements
| JDK | 1.4.2 or above (link) |
| Application Server | Apache Tomcat version 4 or above (recommended version 5) (link) |
| Build Tool | Apache Ant 6 or above (link) |
| Portal Framework | GridSphere 2.2.7 or above (link) |
| System Requirements | There are no special operating system and hardware requirements. Installation from source code requires approximately 200MB free disk space. |
Installation Instructions
Pre-installation steps
- Make sure that your system has met every requirements.
- Install GridSphere 2.2.7 (or above) into web application and make sure, that gridsphere works correctly.
- Install other portal components like UAA, WXA, WSRF2OWLS and Dipas. Note: K-Wf portal requires UAA component to be installed.
Installation
- Extract files from 'kwf_portlets' package. Open file 'build.properties' and change properties as required.
- Make available resources stored in the 'kwfdata' directory.
- a. This directory can be moved to the apache server root directory (defalult is /var/www/html)
- b. Register current location of 'kwfdata' directory by editing the apache configuration file '/etc/httpd/conf/httpd.conf'.
..
<IfModule mod_alias.c>
..
Alias /kwfdata "/home/install/kwfdata" # add new line
..
</IfModule>>
# allow access to directory
<Directory "/home/install/kwfdata">>
Options -Indexes
Order allow,deny
Allow from All
</Directory>
- Run following Ant build script
- If K-Wf Grid portlets are installed properly, the new web application is available for importing into the GridSphere.