1
Weblogicのセッションレプリケーションが動作しないようです。Weblogicセッションのレプリケーション
<session-descriptor>
<persistent-store-type>replicated_if_clustered</persistent-store-type>
</session-descriptor>
私のテストケースは、2つの管理している:私はセットアップを持って、私のweblogic.xmlで
<security-constraint>
<web-resource-collection>
<web-resource-name>redirect</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>Admin</role-name>
</auth-constraint>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
<login-config>
<auth-method>FORM</auth-method>
<realm-name>myrealm</realm-name>
<form-login-config>
<form-login-page>
/login.jsp
</form-login-page>
<form-error-page>
/login.jsp
</form-error-page>
</form-login-config>
</login-config>
: 私はすべての要求は、管理者の資格情報を必要とするように、私のweb.xmlに設定していますサーバー。
- 私のウェブページに移動します。
- 1つの管理対象サーバーを停止します。 (私が現在接続しているもの)
- フェールオーバーが発生し、資格情報を求められます。
私はで再度ログインする私をせずに、フェイルオーバーがシームレスに発生することが予想される。WebLogic管理コンソールでセッションレプリケーションオプションを有効にする