Sun Java System Access Manager 7.1 リリースノート

Weblogic および Webshpere で単一の Access Manager WAR の分散認証を機能させるには、変更が必要である (6554372)

Weblogic 8.1 と Websphere 5.1 のどちらでも、コンテナのバージョンが JDK14 であるため、分散認証 WAR には構文解析用の追加の jar ファイルが必要です。JDK14 の .jar ファイルは、.zip ファイルの次のディレクトリにあります。

ZIP-ROOT/applications/jdk14/jarFix

回避策:

Weblogic 8.1 の場合:

  1. 設定スクリプトを使用して分散認証を設定します。『Access Manager Post Installation Guide』の「Deploying a Distributed Authentication UI Server」を参照してください。

  2. 更新された分散認証 WAR を /tmp/dist-auth などの一時的な場所に展開します。

  3. ZIP-ROOT/applications/jdk14/jarFix にある xercesImpl.jar、dom.jarxalan.jar/tmp/dist_auth/WEB-INF/lib ディレクトリにコピーします。

  4. 一時的な場所にある分散認証 WAR を再生成し、配備します。詳細については、『Access Manager Post Installation Guide』の「Deploying a Distributed Authentication UI Server WAR File」を参照してください。

Websphere 5.1 の場合:

  1. 設定スクリプトを使用して分散認証を設定します。『Access Manager Post Installation Guide』の「Deploying a Distributed Authentication UI Server」を参照してください。

  2. 更新された分散認証 WAR を /tmp/dist_auth/ などの一時的な場所に展開します。

  3. ZIP-ROOT/applications/jdk14/jarFix にある xercesImpl.jar、dom.jarxalan.jar/tmp/dist_auth/WEB-INF/lib ディレクトリにコピーします。

  4. WEB-INF/web.xml ファイルを編集して、jar://web-app_2_3.dtdhttp://java.sun.com/dtd/web-app_2_3.dtd に置き換えます。

  5. 一時的な場所にある分散認証 WAR を再生成し、配備します。詳細については、『Access Manager Post Installation Guide』の「Deploying a Distributed Authentication UI Server WAR File」を参照してください。