Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Server Installation
  6. Hub Server Post-Installation Tasks
  7. Process Server Installation
  8. Process Server Post-Installation Tasks
  9. ActiveVOS Post-Installation Tasks for the Application Server
  10. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  11. Resource Kit Installation
  12. Resource Kit Post-Installation Tasks
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for IBM DB2 with Red Hat JBoss

Installation Guide for IBM DB2 with Red Hat JBoss

Edit the ActiveVOS Security Domain in JBoss

Edit the ActiveVOS Security Domain in JBoss

Enable container-based authentication in JBoss.
  1. Open the
    standalone-full.xml
    file is in the following directory:
    <
    JBoss installation directory
    >/standalone/configuration
  2. In the
    security-domain name="ActiveVOS"
    element, replace the
    login-module
    configuration with the following configuration:
    <login-module code="RealmUsersRoles" flag="required"> <module-option name="usersProperties" value="${jboss.server.config.dir}/application-users.properties"/> <module-option name="rolesProperties" value="${jboss.server.config.dir}/application-roles.properties"/> <module-option name="realm" value="ApplicationRealm"/> <module-option name="unauthenticatedIdentity" value="anonymous"/> </login-module>
  3. If the JBoss application server is running, restart the server.

0 COMMENTS

We’d like to hear from you!