This topic describes the manual steps that you might need to perform to complete the migration process. These are steps that are not performed automatically by the WebSphere Application Server - Express migration tools.
Change the HTTP transport after migration
If the -portBlock parameter was not specified in the WASPostUpgrade script, you need to use the WebSphere Application Server - Express administrative console to adjust the ports manually after migration has completed.
Migrate the web server plug-in
If the WebSphere Application Server Version 3.5.x plug-in for your web server
uses Open Servlet Engine (OSE) transport, you must switch to HTTP transport when migrating to WebSphere Application Server - Express.
The following instructions are specific to the Web server being supported and assume that you can successfully migrate existing Web applications:
Plug-in migration has been tested with the following Web server products:
Use the following steps to migrate the plug-in configuration:
Update the HTTP server instance configuration for the Websphere Version 3.5.x instance that is being migrated. This method changes the HTTP instance configuration to work with the WebSphere Application Server - Express instance and makes the Websphere Version 3.5.x instance no longer usable.
For more information, see Start the HTTP Server Administration interface.
Configure the virtual host
for the WebSphere Application Server - Express instance.
This step ensures that both the host and HTTP transport port number exist in the virtual host list. For more information, see Manage virtual hosts for your application server in the Administration topic.
Regenerate the Web server plugin configuration
This step needs to be done after any configuration changes have been made.
Change the ConnectionIOTimeOut properties for the Web container
Peformance changes to the WebSphere HTTP plug-ins may result in InterruptedIOTimeout exceptions while reading large requests, such as receiving file uploads to a servlet. Increase the ConnectionIOTimeout value in the Web Container of your application as follows:
After you add a virtual host alias, you must restart the application server. See Start and test your application server in the Administration topic for more information.