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. Customize ActiveVOS
  12. Troubleshooting the MDM Hub
  13. Uninstallation

Installation Guide for IBM Db2 with Red Hat JBoss

Installation Guide for IBM Db2 with Red Hat JBoss

Configuring Your Application Server for Java Standard Edition 17 Support in RedHat JBoss EAP 8.x

Configuring Your Application Server for Java Standard Edition 17 Support in RedHat JBoss EAP 8.x

Set the following security configuration changes to enable Java Standard Edition version 17 support in RedHat JBoss EAP version 8.x:
  1. Edit the
    standalone-full.xml
    using a text editor.
  2. Find the
    <security-domain>
    tag.
  3. To update the security domain configuration, add the following configuration directly under the
    <security-domain>
    tag:
    <security-domain name="ActiveVOS" default-realm="ActiveVOSSecurityRealm" permission-mapper="default-permission-mapper"> <realm name="ActiveVOSSecurityRealm" role-decoder="groups-to-roles"/> <realm name="local"/> </security-domain>
  4. To configure the ActiveVOS Security Realm properties, add the following
    ActiveVOSSecurityRealm
    property to the
    <security-realms>
    tag:
    <properties-realm name="ActiveVOSSecurityRealm"> <users-properties path="applicationUsers.properties" relative-to="jboss.server.config.dir"/> <groups-properties path="applicationRoles.properties" relative-to="jboss.server.config.dir"/> </properties-realm>
  5. Add the following HTTP authentication configuration to the
    http-authentication-factory
    tag.
    <http-authentication-factory name="activevos-http-authentication" security-domain="ActiveVOS" http-server-mechanism-factory="global"> <mechanism-configuration> <mechanism mechanism-name="BASIC"> <mechanism-realm realm-name="ActiveVOSSecurityRealm"/> </mechanism> <mechanism mechanism-name="FORM"> <mechanism-realm realm-name="ActiveVOSSecurityRealm"/> </mechanism> <mechanism mechanism-name="CLIENT_CERT"> <mechanism-realm realm-name="ActiveVOSSecurityRealm"/> </mechanism> </mechanism-configuration> </http-authentication-factory>
  6. To modify the Undertow SubSystem, change the
    default-security-domain
    value to
    ActiveVOS
    in the
    urn:jboss:domain:undertow:12.0
    subsystem tag as shown in the following example:
    <subsystem xmlns="urn:jboss:domain:undertow:12.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="ActiveVOS" statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
  7. To add the user and role properties files, add the
    applicationUsers.properties
    and
    applicationRoles.properties
    files to the
    <jboss-server-path>\standalone\configuration
    directory.

0 COMMENTS

We’d like to hear from you!