NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Changes to Application

  • Add jbosssx.jar as dependency
  • Add CommonsGridLoginModule to security-config.xml (JAAS)
    • Define gridServicePrincipal & gridServiceCredential properties
                  <login-module code="com.fiveamsolutions.nci.commons.authentication.CommonsGridLoginModule" flag="optional">
                      <module-option name="gridServicePrincipal">${gridServicePrincipal}</module-option>
                      <module-option name="gridServiceCredential">${gridServiceCredential}</module-option>
                      <module-option name="gridServicePrincipalSeparator">||</module-option>
                  </login-module>
      

Changes to Grid Instance

  • No labels