Example: Setting custom properties for an HTTP transport

WebSphere Application Server - Express has several transport properties that are not shown in the WebSphere administrative console in the settings page for an HTTP transport. They are as follows:

To specify values for these custom properties for a specific transport on the HTTP Transport Custom Properties page:

  1. Access the settings page for transport properties in the WebSphere administrative console:

    1. In the navigation menu, click Servers --> Application Servers --> server --> Web Container --> HTTP Transport, where server is the name of your application server.
    2. Click the host whose properties you want to set.
    3. Under Additional Properties click Custom Properties.
    4. On the Custom Properties page, click New.

  2. On the settings page for a new property, enter the name of the transport property and the value to which you want it set. For example, if you want the transport to wait a maximum of 60 seconds when trying to read or write data during a request, enter ConnectionIOTimeout for the name and 60 for the value. Then click OK.

  3. Click Save on the console taskbar and save the changes to the configuration.

  4. Restart the server.

  5. Regenerate the Web server plug-in.