SSL リダイレクトをセットアップするには、Web アプリケーション・サーバーで SSL を有効にし、 ブートストラップ設定を設定し、ベース URL を更新し、サインアウトします。
オプション | 説明 |
---|---|
WebSphere Application Server | WAS_HOME/profiles/default/installedApps/node_name/WorkplaceXT.ear/web_client.war |
JBoss Application Server | JBOSS_HOME/server/server_name/deploy/application_name.war または .ear |
変更前
<security-constraint>
<web-resource-collection>
<web-resource-name>action</web-resource-name>
<description>Define the container secured resource</description>
<url-pattern>/</url-pattern>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>All Authenticated</role-name>
</auth-constraint>
<user-data-constraint>
<description>User data constraints</description>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
変更後
<security-constraint>
<web-resource-collection>
<web-resource-name>action</web-resource-name>
<description>Define the container secured resource</description>
<url-pattern>/ ContainerLogin.jsp </url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>All Authenticated</role-name>
</auth-constraint>
<user-data-constraint>
<description>User data constraints</description>
<transport-guarantee> CONFIDENTIAL </transport-guarantee>
</user-data-constraint>
</security-constraint>
<url-pattern>/*</url-pattern>
<user-data-constraint>
<description>User data constraints</description>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
変更後
<user-data-constraint>
<description>User data constraints</description>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
SSL ホストの項目には Workplace XT サーバーの IP アドレスを 使用してください。
詳細については、初回ログイン時のブートストラップ・プロパティーの設定を参照してください。
詳細については、IBM FileNet P8 ヘルプのトピック 「ユーザー・ヘルプ」 > 「アクション、ユーザー設定、 およびツール」 > 「サイト設定」 > 「更新設定」を 参照してください。
ログインが SSL 対応のポートにリダイレクトされ、 ログインが完了した後に SSL 非対応のポートに戻ります。セキュア接続を介して ページにアクセスしていることを示す警告が表示され (ただし、このダイアログ・ボックスを オフにした場合は表示されません)、Workplace XT が 開きます。