Sun Java System Application Server 9.1 リリースノート

解決方法

Application Server アップグレードを完了したあと、asadmin ツールを使用して次のコマンドを実行し、 domain.xml<auth-realm> を設定します。

  1. <appserver9.1-install-dir>/bin に移動して、次のコマンドを実行します。


    ./asadmin delete-auth-realm --host localhost --port 6489 certificate

    これにより、古い auth-realm 証明書があれば削除されます。

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


    ./asadmin create-auth-realm --terse=false --echo=true --interactive=true \ --user admin --host localhost 
    
    --port 6489 --classname \ com.sun.enterprise.security.auth.realm.certificate.CertificateRealm \ --property
    
     assign-groups=have.client.cert certificate

    これにより、新規の <auth-realm>assign-groups プロパティーを指定して作成されます。

  3. Application Server registry ドメインを停止して再起動します。