You can migrate a Web server from supporting an earlier version of WebSphere Application Server to support the current version.
See Configuring an HTTP server instance. There are two options from which to choose:
This method allows WebSphere Application Server V5.x or 6.0.x and V6.1 profiles to continue operating correctly.
This method changes the HTTP instance configuration to work with the WebSphere Application Server V6.1 profile and makes the WebSphere Application Server Version 5.x or 6.0.x profile no longer usable.
See Configuring virtual hosts.
This step ensures that both the host and HTTP transport port number exist in the virtual host list.
If you created a new HTTP server in the previous step or if you used the -portBlock parameter when performing the migration, the virtual host will not contain the correct port for communication with your HTTP server. You need to add a host alias for the port used by your HTTP server.
See Communicating with Web servers.
This step regenerates the plug-in configuration file, plugin-cfg.xml. It needs to be done after any configuration changes have been made.
Additional configuration is required if Secure Sockets Layer (SSL) is enabled on a plug-in transport. In addition to copying the .kdb file to the V6.1 profile, edit the plug-in to specify the .kdb file required for the plug-in to use the transport.
For more information on copying the .kbd files to the V6.1 profile, see the section on J2EE security in Configuration mapping during product-configuration migration.
Be aware that regenerating the plug-in configuration can overwrite manual configuration changes that you might want to preserve.
See Selecting a Web server topology diagram and roadmap or Setting up a remote Web server.
See Communicating with Web servers and Web server plug-in configuration properties.
See Selecting a Web server topology diagram and roadmap or Setting up a remote Web server.
See Communicating with Web servers and Web server plug-in configuration properties.
Migrating from WebSphere Application Server V6.0.x: This information is only applicable if you migrated from WebSphere Application Server V6.0.x; it is not applicable if you migrated from V5.x.
The configureWebserverDefintion.jacl script updates all of the information related to the Web server plug-in such as the locations of the plug-in installation root, log file, configuration file, and key store on the Web-server machine. However, the script does not update other properties related to the Web server if the Web server definition already exists.
$AdminTask deleteServer { -serverName webserver1 -nodeName WebserverHostName-node_node } $AdminTask removeUnmanagedNode { -nodeName WebserverHostName-node_node } $AdminConfig save