Code Search for Developers
 
 
  

INSTALL from GridBlocks at Krugle


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

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  lib/
    GridBank.jar
    c3p0-0.9.1-pre5a.jar
    portal-common-lib.jar
    portal-core-lib.jar
  src/
    conf/
      proxyextension.properties
      sourceid-core-config.xml
      sourceid-login-config.xml
      sourceid-provider-directory.xml
      sourceid-soap-auth.xml
      sourceid.keystore
    main/
      fi/
        hip/
          gb/
            gridlib/
              gridsp/
                adapters/
                  AuthnAdapterImpl.java
                  EventAdapterImpl.java
                  FederationStoreImpl.java
                  package.html
                security/
                  AssertionLoginModule.java
                servlet/
                  GridChequeConsumer.java
                  ProxyInfoServlet.java
                  SPServlet.java
                  package.html
                userbase/
                  HibernateFederationDatabase.java
                  PortalUser.java
                  package.html
                SPConstants.java
                package.html
    meta/
      jboss-web.xml
      web.xml
    resources/
      HibernateFederationDatabase.hbm.xml
      UserImpl.hbm.xml
      federationdatabase.hibernate.cfg.xml
      portal.userdatabase.hibernate.cfg.xml
      sourceid-log-messages.properties
      sourceid-url-resources.properties
    web/
      RenderAuthnRequestPost.jsp
      app.jsp
      cdcpage.jsp
      chequeInfo.jsp
      login.jsp
      logoutError.jsp
      pdSuccess.jsp
      proxyInfo.jsp
      ssoProblem.jsp
      ssoSuccess.jsp
  INSTALL
  build.xml
  module.properties