Oracle OpenSSO Update 2 リリースノート

ProcedureOracle Access Manager のソースファイルを構築する

  1. 次のコマンドを実行します。

    cd $openssozipdir/integrations/oracle; ant -f build.xml

    このコマンドによって、リソースファイルが構築され、fam_oam_integration.jar$openssozipdir/integrations/oracle/dist ディレクトリに生成されます。

  2. 認証モジュールを OpenSSO WAR ファイルにバンドルします。

    1. 一時的なディレクトリを作成して、opensso.war を解凍します。次に例を示します。

      # mkdir /export/tmp
      # cd /export/tmp
      # jar -xvf opensso.war

      これ以降は、/export/tmp を WAR のステージング領域として使用し、マクロ $WAR_DIR とともに表します。

    2. $openssozipdir/integrations/oracle/dist/fam_oam_integration.jar$WAR_DIR/WEB-INF/lib にコピーします。

    3. $openssozipdir/integrations/oracle/config/OblixAuth.properties $WAR_DIR/WEB-INF/classes にコピーします。

    4. $openssozipdir/integrations/oracle/config/OblixAuthModule.xml$WAR_DIR/config/auth/default および $WAR_DIR/config/auth/default_en ディレクトリにコピーします。

    5. jar cvf opensso.war を使用して $WAR_DIRopensso.war を再WAR化します。

    例: 作成予定