Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Begin
  4. Pre-Installation Tasks
  5. B2B Data Exchange Installation
  6. Post-Installation Tasks
  7. Installing the Partners Portal on Non-B2B Data Exchange Nodes
  8. Upgrading B2B Data Exchange
  9. Starting and Stopping B2B Data Exchange
  10. Optional B2B Data Exchange Configuration
  11. Migrating OEM Managed File Transfer Endpoint
  12. Installing and Configuring the B2B Data Exchange Accelerator for Data Archive
  13. Uninstallation

Installation and Configuration Guide

Installation and Configuration Guide

Configure a JAAS Module for the Operation Console

Configure a JAAS Module for the Operation Console

If you use
B2B Data Exchange
native authentication, you can create a JAAS login module to connect to the authentication server before you configure authentication to the Operation Console.
For more information about the JAAS login module, browse to the following websites:
http://download.oracle.com/javase/6/docs/technotes/guides/security/jaas /JAASRefGuide.html http://download.oracle.com/javase/6/docs/technotes/guides/security/jaas /JAASLMDevGuide.html
  1. After you create the JAAS login module, copy the JAR file to the following directory:
    <
    DX
    InstallationDir>/
    DataExchange
    /
    tomcat/
    shared/lib
  2. Go to the home directory of the user account that runs the instance of Apache Tomcat in
    B2B Data Exchange
    and locate the file named dx-console.login.config.
    On Windows 7, the default user home directory is
    C:\Username
    . On Windows XP the default user home directory is
    C:\Documents and Settings\UserName
    . On UNIX systems, the default user home directory is
    /home/UserName
    . If the file does not exist, create a text file with the name
    dx-security.login.config
    in the following directory:
    <
    DX
    InstallationDir>/
    DataExchange
    /
    tomcat/shared/classes
  3. Add the following lines of code to the file and specify the class name of the JAAS module and any options required:
    DX-SECURITY { <Class_Name_of_Login_Module> REQUISITE; };
  4. Save the file.

0 COMMENTS

We’d like to hear from you!