次のコマンドを実行します。
cd $openssozipdir/integrations/oracle; ant -f build.xml
このコマンドによって、リソースファイルが構築され、fam_oam_integration.jar が $openssozipdir/integrations/oracle/dist ディレクトリに生成されます。
認証モジュールを OpenSSO WAR ファイルにバンドルします。
一時的なディレクトリを作成して、opensso.war を解凍します。次に例を示します。
# mkdir /export/tmp # cd /export/tmp # jar -xvf opensso.war
これ以降は、/export/tmp を WAR のステージング領域として使用し、マクロ $WAR_DIR とともに表します。
$openssozipdir/integrations/oracle/dist/fam_oam_integration.jar を $WAR_DIR/WEB-INF/lib にコピーします。
$openssozipdir/integrations/oracle/config/OblixAuth.properties を $WAR_DIR/WEB-INF/classes にコピーします。
$openssozipdir/integrations/oracle/config/OblixAuthModule.xml を $WAR_DIR/config/auth/default および $WAR_DIR/config/auth/default_en ディレクトリにコピーします。
jar cvf opensso.war を使用して $WAR_DIR の opensso.war を再WAR化します。
例: 作成予定