On iSeries, you cannot uninstall the web server plugins without installing the WebSphere Application Server product. If you wish to simply delete a web server's definition, use the removeOs400WebServerDefinition script. For example, to remove the definition for the Web server WEBSERVER1, which is associated with a stand-alone application server profile called myHttpProfile, run this command from Qshell:
/QIBM/ProdData/WebSphere/AppServer/V6/Base/bin/removeOs400WebserverDefinition -webserver.name WEBSERVER1 -profileName myHttpProfile
If you are running WebSphere Application Server Network Deployment, and the Web server definition for WEBSERVER1 that is associated with a deployment manager profile called myHttpManager, run this command from Qshell:
/QIBM/ProdData/WebSphere/AppServer/V6/ND/bin/removeOs400WebserverDefinition -webserver.name WEBSEVER1 -profileName myHttpManager
On non-iSeries platforms, follow these instructions to uninstall a web server plug-in:
You can uninstall Web server plug-ins for WebSphere Application Server without uninstalling the supported Web server or the Application Server.
This topic describes uninstalling the Web server plug-ins for WebSphere Application Server.
If you used the IBM Key Management wizard to create SSL key files in the Web server Plug-ins home directory, back up the files to a directory outside of the Web server Plugins directory. After the uninstall procedure is complete, you can delete the SSL key files if they are no longer required.
After uninstalling the Web server plug-ins for WebSphere Application Server, you can reinstall them using any of the installation procedures described in Installing Web server plug-ins
This procedure occasionally refers to the installation root directory as the plug-ins_install_root directory.
The Plug-ins installation wizard does not uninstall GSKit 7 because there is no registry describing products that are enrolled to use the GSKit. Without this critical information, uninstalling the GSKit product might affect other products that use GSKit.
You can uninstall GSKit once it is no longer in use on your systems.
On Solaris systems, also uninstall GSKit 4 in addition to GSKit 7.
The Plug-ins uninstaller program unregisters the GSKit. The registry key is HKEY_LOCAL_MACHINE > SOFTWARE > IBM > GSK7 > REGAPPS > WASPlugins60_unique_key .
If the registry key WASPlugins60_unique_key is the last remaining key in the GSKit registry entry, the wizard also uninstalls the GSK7 product. If another product, such as IBM HTTP Server, is registered to use GSKit, the wizard does not uninstall the GSKit. The wizard always unregisters the registry key for the Web server plug-ins for WebSphere Application Server, which is WASPlugins60_unique_key.
The GSKit uninstall log is the plug-ins_install_root/log/uninstall/uninstallGSKit.log file.
The uninstaller program for the Web server plug-ins for WebSphere Application Server does not delete Web server definitions. However, you can delete a Web server definition using the following wsadmin commands:
$AdminTask deleteServer { -serverName webserver1 -nodeName webserver1_node } $AdminTask removeUnmanagedNode { -nodeName webserver1_node } $AdminConfig save
After you exit from the plug-ins_install_root/_uninstPlugin directory, the directory is removed. The only remaining directory is the plug-ins_install_root/logs directory. The logs directory contains the install process log, the uninstall process log, and the Web server creation logs.
Important: The only other files that might exist are the SSL key files that you can create using the IBM Key Management Wizard. You can move these files to a safe location before using the manual uninstalling procedure, if necessary.
To reinstall the Web server plug-ins for WebSphere Application Server, launch the installation procedure again.
To reinstall the Web server plug-ins for WebSphere Application Server into the original directory, delete the existing installation root directory for the plug-ins before reinstalling.
See Installing Web server plug-ins for information about installation scenarios for reinstalling Web server plug-ins.
See Manually uninstalling Web server plug-ins for WebSphere Application Server for information about manually uninstalling Web server plug-ins.
Manually uninstalling Web server plug-ins for WebSphere Application Server