Web Server Plug-ins のインストール情報

Web Server Plug-ins for IBM® WebSphere® Application Server のインストールおよびアンインストールに関するインストールの要件、例、その他の情報。

Web Server Plug-ins の概要

Web Server Plug-ins for IBM WebSphere Application Server は、WebSphere Application Server と IBM HTTP Server などの Web サーバーの間のインターフェースを提供します。Web サーバー・プラグインにより、サーブレットなどのクライアント要求のルーティング先とするべきサーバーが決定されます。

Web Server Plug-ins をインストールする前に、Web サーバー・トポロジーの計画を立て、各コンポーネントをインストールする場所を決定します。

各種アプリケーション・サーバーおよび Web サーバーのトポロジーについては、Web サーバーのトポロジー・ダイアグラムおよびロードマップの選択を参照してください。

要件

WebSphere Application Server オファリングをインストールするには、以下の要件に加えて、他の前提条件がシステムに必要な場合があります。 詳しくは、製品インストールのためのオペレーティング・システムの準備を参照してください。

  • [AIX Solaris HP-UX Linux Windows]
    移行ユーザーの方へ 移行ユーザーの方へ: IBM SDK, Java™ Technology Edition は、Web Server Plug-ins for WebSphere Application Server に組み込まれなくなりました。 Java SDK は、Web Server Plug-ins のインストール時にインストールしなければならない別個のオファリングとして利用可能です。IBM SDK, Java Technology Edition バージョン 8 は、WebSphere Application Server バージョン 9.0 の Java SDK バージョンです。trns
  • Web Server Plug-ins には最大 350 MB のディスク・スペースが必要です。

リポジトリーとオファリング ID

Web Server Plug-ins をオンライン・サービス・リポジトリーからインストールするには、Installation Manager で以下のリポジトリー URL を使用します。
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90
コマンド行または応答ファイルを使用して Web Server Plug-ins のインストール、アンインストール、あるいは変更を行う場合は、以下のオファリング ID を指定します。
com.ibm.websphere.PLG.v90

製品リポジトリーとオファリング ID の全リストについては、 WebSphere Application Server オファリング用のオンライン製品リポジトリーおよびサポートされるオペレーティング・システム用の WebSphere Application Server の製品オファリングを参照してください。

インストールの例

すべての WebSphere Application Server オファリングは、IBM Installation Manager を使用してインストールされます。

製品オファリングをインストールするためのステップバイステップの手順については、製品オファリングのインストールを参照してください。

[AIX Solaris HP-UX Linux Windows]重要: IBM SDK Java Technology Edition は製品に組み込まれなくなっているため、Web Server Plug-ins オファリング ID (com.ibm.websphere.PLG.v90) と IBM Java SDK オファリング ID (com.ibm.java.jdk.v8) の両方を指定する必要があります。Java SDK がなければ Web Server Plug-insをインストールすることはできません。
コマンド行の例

コマンド行を使用してインストールするためのステップバイステップの手順については、コマンド行を使用した製品オファリングのインストールを参照してください。

  • [Windows]
    imcl.exe install com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
      -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90 
      -installationDirectory "C:\Program Files\IBM\WebSphere\Plugins"
      -sharedResourcesDirectory "C:\Program Files\IBM\IMShared"
      -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false  -secureStorageFile C:¥IM¥credential.store -masterPasswordFile C:¥IM¥master_password.txt
      -log installv9plugins.xml
      -acceptLicense            -showProgress 
  • [Linux]
    ./imcl install com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
      -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90 
      -installationDirectory /opt/IBM/WebSphere/Plugins
      -sharedResourcesDirectory /opt/IBM/IMShared
      -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false  -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt
      -log installv9plugins.xml
      -acceptLicense            -showProgress 
  • [IBM i]
    ./imcl install com.ibm.websphere.PLG.v90
      -repositories https://downloads.mycorp.com:8080/WAS_90_repository
      -installationDirectory /QIBM/ProdData/WebSphere/Plugins/V9/webserver
      -properties was.install.os400.profile.location=/QIBM/UserData/WebSphere/Plugins/V9/webserver
      -sharedResourcesDirectory /QIBM/UserData/InstallationManager/IMShared
      -secureStorageFile $HOME/WASFiles/temp/credential.store
      -acceptLicense            -showProgress 
応答ファイルの例

応答ファイルを使用してインストールするためのステップバイステップの手順については、応答ファイルを使用した製品オファリングのインストールを参照してください。

  • [Windows]
    <?xml version="1.0" encoding="UTF-8"?>
    <agent-input clean="true" temporary="true">
    <server>
    <repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90" /> 
    </server>
    <install modify='false'>
    <offering id='com.ibm.websphere.PLG.v90' 
      profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0' 
      features='core.feature' installFixes='none'/>
    <offering id='com.ibm.java.jdk.v8'
      profile='IBM WebSphere Application Server V9.0'
      features='com.ibm.sdk.8'/>
    </install>
    <profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0' 
      installLocation='C:\Program Files\IBM\WebSphere\Plugins'>
    <data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\Plugins'/>
    <data key='user.import.profile' value='false'/>
    <data key='cic.selector.nl' value='en'/>
    </profile>
    </agent-input>
  • [IBM i]
    <?xml version="1.0" encoding="UTF-8"?>
    <agent-input >
    <server>
      <repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90'/>
    </server>
    <profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0' installLocation='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'>
      <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'/>
      <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/Plugins/V9/webserver'/>
      <data key='user.import.profile' value='false'/>
      <data key='cic.selector.nl' value='en'/>
    </profile>
    <install modify='false'>
      <offering id='com.ibm.websphere.PLG.v90'
      profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0' 
      features='core.feature'/>
    </install>
    <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/>
    <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
    <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/>
    <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
    <preference name='offering.service.repositories.areUsed' value='true'/>
    <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
    <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
    <preference name='http.ntlm.auth.kind' value='NTLM'/>
    <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
    <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
    <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
    <preference name='PassportAdvantageIsEnabled' value='false'/>
    <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
    </agent-input>

使用上の注意

versionInfo コマンドと historyInfo コマンドは、システム上で実行されるインストール、アンインストール、更新、および、ロールバックのすべてのアクティビティーに基づいて、Web Server Plug-ins のバージョンとヒストリー情報を戻します。

[IBM i]Web Server Plug-ins をインストールした後、manageprofiles コマンドを使用してプラグイン・プロファイルを作成することができます。以下は、manageprofiles コマンドを使用して、デフォルトのプラグイン・プロファイルを作成する場合の例です。
manageprofiles -create
  -templatePath /QIBM/ProdData/WebSphere/Plugins/V9/webserver/profileTemplates/http
  -profileName PluginsSrv01
注: プロファイルが正常に作成されると、コンソールは、成功を示し、AboutThisProfile.txt ファイルを確認するように勧めるメッセージを出力します。 ただし、IBM i でプラグイン・プロファイルを作成した場合、AboutThisProfile.txt ファイルは生成されません。

アンインストールの例

すべての WebSphere Application Server オファリングは、IBM Installation Manager を使用してアンインストールされます。

製品オファリングをアンインストールするためのステップバイステップの手順については、製品オファリングのアンインストールを参照してください。

トラブルの回避 (Avoid trouble) トラブルの回避 (Avoid trouble): 製品オファリングをアンインストールすると同時に IBM SDK, Java Technology Edition (com.ibm.java.jdk.v8) をアンインストールする必要があります。gotcha
コマンド行の例

コマンド行を使用してアンインストールするためのステップバイステップの手順については、コマンド行を使用した製品オファリングのアンインストールを参照してください。

  • [Windows]
    imcl.exe uninstall com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
      -installationDirectory "C:\Program Files\IBM\WebSphere\Plugins"
  • [HP-UX][Linux][Solaris]
    ./imcl uninstall com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
      -installationDirectory /opt/IBM/WebSphere/Plugins
  • [IBM i]
    ./imcl uninstall com.ibm.websphere.PLG.v90
      -installationDirectory /QIBM/ProdData/WebSphere/Plugins/V9/webserver
応答ファイルの例

応答ファイルを使用してアンインストールするためのステップバイステップの手順については、応答ファイルを使用した製品オファリングのアンインストールを参照してください。

  • [Windows]
    <?xml version="1.0" encoding="UTF-8"?>
    <agent-input clean='true' temporary='true'>
    <uninstall modify='false'>
    <offering id='com.ibm.websphere.PLG.v90' 
      profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0'/>
    <offering id='com.ibm.java.jdk.v8' 
      profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0' />
    </uninstall>
    <profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0' 
      installLocation='C:\Program Files\IBM\WebSphere\Plugins'>
    <data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\Plugins'/>
    <data key='user.import.profile' value='false'/>
    <data key='cic.selector.nl' value='en'/>
    </profile>
    </agent-input>
  • [IBM i]
    <?xml version="1.0" encoding="UTF-8"?>
    <agent-input clean='true' temporary='true'>
    <uninstall modify='false'>
    <offering id='com.ibm.websphere.PLG.v90' 
      profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0'/>
    </uninstall>
    <profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0' 
      installLocation='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'>
      <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'/>
      <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/Plugins/V9/webserver'/>
      <data key='user.import.profile' value='false'/>
      <data key='cic.selector.nl' value='en'/>
    </profile>
    </profile>
    </agent-input>

トピックのタイプを示すアイコン 参照トピック



タイム・スタンプ・アイコン 最終更新: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-dist&topic=rins_plugins_info
ファイル名:rins_plugins_info.html