+

Search Tips   |   Advanced Search

Configure the Oracle iPlanet web server

Configure the communication between IBM WebSphere Portal and the Oracle iPlanet web server.

  1. Install and configure the web server plug-in on the system where the web server is located. Use the plug-ins installation wizard provided with WAS. Refer to the following topic for information:

    Depending on how we use the web server, we must adjust the ServerIOTimeout parameter. It defines how long the plug-in must wait for a response from the application. The minimum value is 60 but we must increase this value if we are retrieving data from a database. To update this value, locate and open plugin-cfg.xml and set ServerIOTimeout to an appropriate value. For information, read Common questions about the Web server plug-in.

  2. For an Oracle iPlanet web server, some portlets require disabling the unix-uri-clean or nt-uri-clean directives. Edit the obj.conf file to enable or disable these directives. Refer to the Oracle iPlanet web server documentation to determine the appropriate setting for the environment.

    If we are using Oracle iPlanet web server v7, disable uri-clean.

  3. Web 2.0 REST features in portal might require an enabled PUT and DELETE method. If the web server has these methods disabled, complete one of the following options:

    • Enable HTTP tunneling to simulate PUT and DELETE requests, which means that POST requests are used instead. See the "Switch for tunneling of HTTP methods" link for information.

    • Follow the instructions for the web server to enable PUT and DELETE requests.

  4. Start the web server.

  5. Optional: If we want to use the short version of vanity URLs, add a rewrite rule to the web server. For more information, read Provide short vanity URLs.


Parent Configure a remote web server