Define IBM® HTTP Server to manage web connections.
If you select to configure HTTP Server at the beginning of the Connections installation, you would
perform this task at that point; otherwise you would perform this after installation
completes.
About this task
IBM Connections
uses a web server as the entry point for all the applications.
This
procedure describes how to create a web server using the Integrated
Solutions Console. There are other ways to create the web server.
See the WebSphere® Application
Server knowledge center for more information.
To define IBM HTTP Server, complete the following
steps:
Procedure
- Start the IBM HTTP
Administration Server:
- AIX® or Linux®:
- Open a command prompt and navigate to the following directory:
- AIX: /usr/IBM/HTTPServer/bin
- Linux: /opt/IBM/HTTPServer/bin
- Enter the following command: ./adminctl start
- Windows®:
- Open the Services window in the Windows Control
Panel.
- Verify that the IBM HTTP
Administration Server service is started. If this service is not running,
start it
- Log in to the WebSphere Application
Server Integrated Solutions Console on the Deployment Manager and
select .
- Select Unmanaged node and click Next.
- Specify the properties of the node by providing values
in the following fields:
- Name
- Enter the name of the node.
- Host Name
- Enter the fully qualified DNS host name for IBM HTTP Server. For example: webserver.example.com.
- Platform
- Select the operating system type that hosts your IBM HTTP Server.
Click
OK and then click
Save.
- Select and
click New.
- Provide values for the following fields:
- Select node
- Select the node that you specified in Step 4.
- Server name
- Enter the name of the your web server. The default value is webserver1.
- Type
- Select IBM HTTP Server.
- Click Next.
- Select the default web server template and click Next.
- On the Enter the properties for the new web
server page, check the paths and make adjustments if necessary,
and then enter the user name and password that you specified when
you installed IBM HTTP Server.
Confirm the password and click Next.
- Confirm that you want to create the new web server.
- Click Finish and then click Save.
- Synchronize all the nodes.
- Select and click the link
to your web server.
- Select the check box for your web server.
- Click Generate Plug-in.
- Select the check box for your web server.
- Click Propagate Plug-in.
- Select and click the link
to your web server.
- Click Plug-in properties and then
click Copy to Web Server key store directory.
Note: If the plugin-key.kdb file is on
a different system from the IBM HTTP
Server system, copy it manually from the WebSphere Application Server system to
the IBM HTTP Server system.
- Restart IBM HTTP
Server.
What to do next
Complete the steps in the Configuring IBM HTTP Server for SSL topic.
Configure IBM HTTP Server to handle file downloads
from the Activities, Files, Libraries, Mobile, and Wikis applications.
For information on this configuration, refer to Configuring
file downloads through IBM HTTP Server.
If IBM HTTP
Server does not load the plug-in, check whether the
httpd.conf points
to the file in
../IBM/WebSphere/Plugins/config/webserver1,
which is an incorrect path. If so, comment out this configuration
and replace it with the following IBM HTTP Server directory. For example:
# WebSpherePluginConfig "C:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml"
WebSpherePluginConfig "C:\IBM\HTTPServer\Plugins\config\webserver1\plugin-cfg.xml"