Download

K-Wf Grid portlets are distributed in several formats for your convenience.

FileChecksum
K-Wf Portlets (tar.gz)kwf_portlets-1.9.1.tar.gzkwf_portlets-1.9.1.tar.gz.md5
K-Wf Portlets (zip)kwf_portlets-1.9.1.zipkwf_portlets-1.9.1.zip.md5

Requirements

JDK1.4.2 or above (link)
Application ServerApache Tomcat version 4 or above (recommended version 5) (link)
Build ToolApache Ant 6 or above (link)
Portal FrameworkGridSphere 2.2.7 or above (link)
System RequirementsThere 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
  • bash$ ant deploy
  • If K-Wf Grid portlets are installed properly, the new web application is available for importing into the GridSphere.