Tomcat に OpenAM の Agent インストール時のエラー Failed to get configuration file:OpenSSOAgentBootstrap.properties

以下のような例外時にやること

最初に権限周りをチェック

Agent を インストール(agentadmin –install)したディレクトリにある、 Agent_nnn ディレクトリの権限を変更
(tomcat:tomcat は各々の環境に応じてね)

次に、tomcat 起動時の環境変数を変更

agentadmin –install したときに、$CATALINA_HOME/bin/setenv.sh が作られているけど、tomcat のインストール方法次第(とうか、起動スクリプトの作りによって)は読み込まない。
なので、$CATALINA_HOME/bin/setenv.sh の内容を、 $CATALINA_HOME/conf/tomcat7.conf とか、tomcat 起動時に呼ばれる環境変数ファイルにいれてあげる。