+

Search Tips   |   Advanced Search

Verify application mappings

Verify that Connections applications are mapped to the webserver.

If we installed and configured IBM HTTP Server after you have installed IBM Connections, the Connections applications are automatically mapped to the web server. However, if you installed and configured IBM HTTP Server before installing IBM Connections, we must manually map the applications. To verify whether the mappings exist:

  1. From the WAS console, select Servers > Server Types > Web servers and then click the web server (webserver1).

  2. Click Generate Plug-in.

  3. Click the web server again and then click Propagate Plug-in.

    If we have trouble propagating the plug-in on Linux, restart IBM HTTP Server s:

      ./adminctl start ./apachectl -k stop ./apachectl -k start

  4. Wait until a confirmation message is displayed; for example:

      PLGC0062I: The plug-in configuration file is propagated from /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/servernameCell01/nodes/webserver1/servers/webserver1/plugin-cfg.xml to /opt/IBM/HTTPServer/Plugins/config/webserver1/plugin-cfg.xml.

    The message identifies where the plugin-cfg.xml file is on the system that hosts IBM HTTP Server. In this example, the file path is: /opt/IBM/HTTPServer/Plugins/config/webserver1/plugin-cfg.xml.

  5. Log on to the system that hosts IBM HTTP Server and open the plugin-cfg.xml file.

  6. Verify the URIs for the installed Connections applications are present. For example:
    <UriGroup Name="default_host_Cluster1_URIs">     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/activities/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/activities/quickrpicker/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/communities/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/communities/calendar/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/communities/recomm/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/forums/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/metrics/service/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/metrics/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/profiles/*"/>     
    <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/profiles/seedlist/*"/>  
    </UriGroup>

    If the Connections URIs are not present, complete the steps in the Mapping applications to IHS.


Parent topic:
Configure IBM HTTP Server for SSL


Related:

Mapping applications to IHS