Show INSTALL syntax highlighted
GridBlocks GridLib - GridSP Service - Installation Guide
========================================================
1. Compile the Liberty ID-FF Proxy Extension
- Go to the 'gb-security/gb-gridlib/proxy-extension/' directory
- Type 'ant jar'
2. Configure the Proxy Extension
- Go to the 'gb-security/gb-gridlib/gridsp/src/conf' directory
- Edit 'proxyextension.properties' file
3. Configure SourceID SSO (Liberty ID-FF functionality)
- Go to the 'gb-security/gb-gridlib/gridsp/src/conf' directory
- Edit 'sourceid-core-config.xml' file (atleast LocalSystemId)
- Edit 'sourceid-provider-directory.xml' file (IDP = IDB)
- Edit 'sourceid-soap-auth.xml' file
- Finally copy 'sourceid*' to your JBoss conf directory
4. Configure the compilation parameters (JBoss directories)
- Go to the 'gb-security/gb-gridlib/gridsp/' directory
- Edit 'module.properties' file
5. Compile and deploy the GridSP service
- Go to the 'gb-security/gb-gridlib/gridsp/' directory
- Type 'ant deploy'
The GridSP service should be accessible at https://localhost:<port>/gridsp/sp
port depending on your JBoss configuration parameters.
(Currently, the integration with JBoss Portal is under construction. The
instructions to get the service working with the portal will follow.)
See more files for this project here