比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

 自動起動スクリプトを利用すると便利です。ZIPを解凍後にtomcat6起動スクリプトファイルをコピーします。 (*は用意されている起動スクリプトのファイル名にあわせて記述して下さい)

ヒント
title実習セミナー

・自動起動スクリプトは、「/root/PKG」配下にあります。

 以下のコマンドで移動してから、以降の手順を実施してください。
 # cd /root/PKG

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# unzip shibboleth-identityprovider-2.?.?-bin.zip
# cd shibboleth-identityprovider-2.?.?
# chmod a+x install.sh
# ./install.sh

 install.shシェルを実行すると、以下のような問い合わせがあります。shシェルスクリプトを実行すると、以下のような問い合わせがあります。
手順に従って、進めてください。

ヒント
title実習セミナー

・インストール時に設定するホスト名は、各自IdPサーバのホスト名を設定してください。
 例)1番を割り振られた場合
   ex-idp-test01.ecloud.nii.ac.jp

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# mkdir $CATALINA_HOME/endorsed
# cp endorsed/*.jar $CATALINA_HOME/endorsed

...

以下はIdP 2.3.6の場合のファイル名例

serializer-2.10.0.jar
xalan-2.7.1.jar
xercesImpl-2.10.0.jar
xml-apis-2.10.0.jar
xml-resolver-1.2.jar

...

インストールが完了したら,サイト情報等の設定を行って下さい.

...



...