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 与 Web 服务器(例如 IBM HTTP Server)之间的接口。Web 服务器插件确定客户机请求(例如 Servlet)需要路由到的服务器。

在安装 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 服务器插件时必须安装此 SDK。IBM SDK Java Technology Edition V8 是 WebSphere Application Server V9.0 的 Java SDK 版本。trns
  • Web Server Plug-ins 最多需要 350 MB 的磁盘空间。

存储库和产品标识

要从在线服务存储库安装 Web Server Plug-ins,请将以下存储库 URL 与 Installation Manager 配合使用:
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90
使用命令行或响应文件来安装、卸载或以其他方式修改 Web Server Plug-ins 时,请指定以下产品标识:
com.ibm.websphere.PLG.v90

要获取产品存储库和产品标识的完整列表,请参阅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 供应项目标识 (com.ibm.websphere.PLG.v90) 和 IBM Java SDK 供应项目标识 (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>

使用说明

versionInfohistoryInfo 命令根据系统上执行的所有安装、卸载、更新和回滚活动返回 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 进行卸载。

有关卸载产品供应项目的逐步指示信息,请参阅卸载产品

避免故障 避免故障: 卸载产品的同时,必须卸载 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