Informations sur l'installation de Web Server Plug-ins

Configuration requise, exemples et autres informations pour l'installation et la désinstallation de Web Server Plug-ins for IBM® WebSphere Application Server.

A propos de Web Server Plug-ins

Web Server Plug-ins for IBM WebSphere Application Server fournit une interface entre WebSphere Application Server et un serveur Web, comme IBM HTTP Server. Le plug-in de serveur Web détermine le serveur auquel une demande (telle que des servlets) d'un client doit être envoyée.

Avant d'installer Web Server Plug-ins, planifiez votre topologie de serveur Web et déterminez l'emplacement de chaque composant.

Pour toute information sur les différentes topologies de serveur d'applications et de serveur Web, voir Sélection d'un diagramme et d'un organigramme topologique de serveur Web.

Conditions préalables

Outre les exigences suivantes, votre système peut avoir besoin d'autres prérequis pour vous permettre d'installer des offres WebSphere Application Server. Pour plus d'informations, voir Préparation du système d'exploitation en vue de l'installation du produit.

  • [AIX Solaris HP-UX Linux Windows]
    Pour les utilisateurs en transition Pour les utilisateurs en transition: IBM SDK, Java™ Technology Edition n'est plus intégré aux plug-ins de serveur Web pour WebSphere Application Server. Java SDK est disponible sous la forme d'une offre distincte qui doit être installée en même temps que les plug-ins de serveur Web.IBM SDK, Java Technology Edition version 8 est la version SDK Java pour WebSphere Application Server Version 9.0.trns
  • Web Server Plug-ins requiert jusqu'à 350 Mo d'espace disque.

Référentiels et ID offre

Pour installer Web Server Plug-ins depuis le référentiel de service en ligne, utilisez l'URL de référentiel suivante avec Installation Manager :
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90
Lorsque vous utilisez la ligne de commande ou des fichiers de réponses pour installer, désinstaller ou modifier de toute autre manière Web Server Plug-ins, spécifiez l'ID offre suivant :
com.ibm.websphere.PLG.v90

Pour une liste complète des référentiels de produit et ID offre, voir Référentiels de produit en ligne pour les offres WebSphere Application Server et Offres du produit WebSphere Application Server pour les systèmes d'exploitation pris en charge.

Exemples d'installation

Toutes les offres WebSphere Application Server sont installées via IBM Installation Manager.

Pour obtenir les instructions détaillées relatives à l'installation des offres produit, voir Installation des offres produit.

[AIX Solaris HP-UX Linux Windows]Important : IBM SDK Java Technology Edition n'étant plus intégré au produit, vous devez spécifier à la fois l'ID offre Web Server Plug-ins (com.ibm.websphere.PLG.v90) et l'ID offre IBM Java SDK (com.ibm.java.jdk.v8). Web Server Plug-ins ne peut pas être installé sans kit SDK Java.
Exemples de ligne de commande

Pour obtenir les instructions détaillées relatives à l'installation à l'aide de la ligne de commande, voir Installation des offres produit via la ligne de commande.

  • [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
Exemple de fichier de réponses

Pour obtenir les instructions détaillées relatives à l'installation à l'aide d'un fichier de réponses, voir Installation des offres produit à l'aide de fichiers de réponses.

  • [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>

Remarques relatives à l'utilisation

Les commandes versionInfo et historyInfo permettent de renvoyer les informations de version et d'historique pour Web Server Plug-ins basées sur toutes les activités d'installation, de désinstallation, de mise à jour et de rétrogradation effectuées sur le système.

[IBM i]Après avoir installé Web Server Plug-ins, vous pouvez créer un profil de plug-in à l'aide de la commande manageprofiles. Voici un exemple d'utilisation de la commande manageprofiles pour créer un profil de plug-in.
manageprofiles -create
  -templatePath /QIBM/ProdData/WebSphere/Plugins/V9/webserver/profileTemplates/http
  -profileName PluginsSrv01
Remarque : Une fois qu'un profil a été créé, la console affiche un message indiquant que la création a abouti et vous recommande de consulter le fichier AboutThisProfile.txt. Toutefois, aucun fichier AboutThisProfile.txt n'est généré lorsque vous créez un profil de plug-in sur un IBM i.

Exemples de désinstallation

Toutes les offres WebSphere Application Server sont désinstallées via IBM Installation Manager.

Pour obtenir les instructions détaillées relatives à la désinstallation des offres produit, voir Désinstallation des offres produit.

Eviter les incidents Eviter les incidents: IBM SDK, Java Technology Edition (com.ibm.java.jdk.v8) doit être désinstallé en même temps que l'offre produit. gotcha
Exemples de ligne de commande

Pour obtenir les instructions détaillées relatives à désinstallation à l'aide de la ligne de commande, voir Désinstallation des offres produit via la ligne de commande.

  • [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
Exemple de fichier de réponses

Pour obtenir les instructions détaillées relatives à désinstallation à l'aide d'un fichier de réponses, voir Désinstallation des offres produit à l'aide de fichiers de réponses.

  • [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>

Icône indiquant le type de rubrique Rubrique de référence



Icône d'horodatage Dernière mise à jour: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-dist&topic=rins_plugins_info
Nom du fichier : rins_plugins_info.html