Preparing a remote web server
Install and configure the web server plug-in. The IBM WebSphere Application Server provides the plug-in. Configure the web server to communicate with HCL Digital Experience.
Procedure
- Install and configure the web server. Refer to the web
server documentation for information.Dynamic cluster: If you are creating a dynamic cluster environment, install and configure an OnDemand Router (ODR). Go to Creating and configuring ODRs for information.
-
If you are using Microsoft™ Internet
Information Server, update the
UrlSegmentMaxLength Registry key. Change it to a value of 0 to eliminate potential problems in a HCL Portal environment with the default IIS limitation on the
length of URL path segments. Update the AllowRestrictedChars Registry key to
a value of 1 to accept hex-escaped characters in request URLs
that decode to the U+0000 - U+001F and U+007F - U+009F ranges.
Refer to Configuring Microsoft Internet Information Services (IIS) for information.
Note: Refer to Http.sys registry settings for IIS for information. - If you are using IBM® Domino®, edit the NOTES.INI file on the web server. Set the HTTPEnableConnectorHeaders and HTTPAllowDecodedUrlPercent parameters to 1. Also, if you are using WebDAV, enable it in the Domino® web server administrative console.
-
If you are using IBM HTTP Server or Apache Server, edit the httpd.conf file on the web server. Set the AllowEncodedSlashes directive to On. Add the
directive to the root level as a global directive.
Table 1. Links to HTTP and Apache server documentation HTTP server type Documentation link Read the appropriate HTTP Server documentation IBM HTTP Server Read the appropriate Apache Server documentation AllowEncodedSlashes directives - Stop the web server.
- Install and configure the web server plug-in on the system
where the web server is located. Use the plug-ins installation wizard
that is provided with WebSphere® Application Server.
Refer to the following topic for information:
- AIX®HP-UXIBM® i: Linux™SolarisWindows™: Selecting a Web server topology diagram and road map
- z/OS®: Implementing a web server plug-in
Important: Depending on how you use the web server, you 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 you must increase this value if you are retrieving data from a database. To update this value, locate and open your plugin-cfg.xml file and set ServerIOTimeout to an appropriate value. -
If you are using an Oracle iPlanet web server, some portlets
require that you disable 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 your environment.
Note: If you are using Oracle iPlanet web server Version 7, you must disable uri-clean.
- Web 2.0 REST features in portal might require an enabled
PUT and DELETE method. If your 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 your web server to enable PUT and DELETE requests.
- Start the web server.
- Optional: Complete the following steps if you
plan to use the Web Application Bridge feature:
- Optional: If you want to use the short version of vanity URLs, add a rewrite rule to your web server. For more information, read Providing short vanity URLs.