Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Mashup Center wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category IBM Mashup Center 3.0.0.1 Documentation Custom Search Scope...
Search
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Anna G O'Neal
Contribution Summary:
  • Articles authored: 175
  • Articles edited: 274
  • Comments Posted: 34

Recent articles by this author

Maintaining page IDs when importing spaces

After exporting a space to one server and then importing that space to another server, you might notice that the original IDs for that space and all its pages and widgets change. In cases where you do not want the IDs to change, you can run a stableid import command to import the space ZIP file ...

Adding a custom widget to the mashup builder

You can add a custom widget to the mashup build directly from the Add to Mashup Builder window in the catalog. Do the following steps: 1. Open the catalog.xml file for the widget in edit mode, and add the line in italic font: definition ...

IBM Mashup Center Trial Edition, Version 3.0.0.1

This is an evaluation version of IBM Mashup Center, version 3.0.0.1. The product media contains all the functionality of a fully licensed version of IBM Mashup Center, except for the following limitations: This software is valid for 60 days from installation. This software is only available for ...

Date formats do not match browser settings for language

When browser settings for language are set to engb, certain widgets that display start and end dates of events might incorrectly display the dates in American English format ((MMDDYYYY)) instead of United Kingdom English format (DDMMYYYY). For example, when you view a series of events in the ...

Connecting to the Mashup Center WebDAV when working with themes and skins

This topic provides information on WebDAV, including how to connect to the file store to work with Page Builder 2 static resources.

Community articleDeploying IBM Mashup Center V1.1

Added by Anna G O'Neal | Edited by IBM contributor Anna G O'Neal on August 14, 2009 | Version 31
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: deploy, deploying
Original IBM content
English
Brazilian Portuguese
German
Japanese
Korean
Spanish
This topic describes the following five common deployment scenarios for IBM Mashup Center.


  • Scenario 1: Default installation of Lotus Mashups and InfoSphere MashupHub on a single server. Data repositories include file system and embedded Derby database.

  • Scenario 2: Clustered installation with a separate database and directory server used as the data repository.

  • Scenario 3: Non-clustered installation with a Web server, database and directory server. Includes single sign-on.

  • Scenario 4: Clustered installation with Web server, Web proxy, database, and directory server.

  • Scenario 5: Clustered installation with Web server, Web proxy, database, directory server, and separate widget server. Also includes the AJAX proxy.



Note: To learn about the test infrastructure used by the IBM System Verification Test (SVT) team, see IBM Mashup Center V1.1 test infrastructure.

Deployment scenario 1: Default installation of Lotus Mashups and InfoSphere MashupHub on a single server. Data repositories include file system and embedded Derby database


In this scenario, you install and deploy IBM Mashup Center in a non-clustered environment. You install both Lotus Mashups and InfoSphere MashupHub on a single server using the default installation wizard settings. For Lotus Mashups, you use the local file system to manage your mashup applications. For InfoSphere MashupHub, you use the WAS embedded Derby database as your data respository. Since IBM Mashup Center is a browser-based application, you install a Web server on a separate server to handle HTTP requests.

This scenario is the simplest of the five scenarios described in this topic.

Here are the details for the components that make up your environment:

Component
Description
Lotus Mashups
Installed on same server as InfoSphere MashupHub. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
InfoSphere MashupHub
Installed on same server as Lotus Mashups. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
Web server
IBM HTTP Server V6.1.0.13 running either Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit) on separate server.
Data respository
File system for Lotus Mashups, and the default embedded Derby database for InfoSphere MashupHub.

Here is a graphical overview of your environment:



To install, configure, and deploy the components for scenario 1, do the following steps:

  • Install both Lotus Mashups and InfoSphere MashupHub on a single server. For installation instructions, see the IBM Mashup Center Quick Start Guide.
  • Do the following steps to install IBM HTTP Server V6.1.0.13 on a different server. For more information about installing IBM HTTP Server (IHS), see the Installing IBM HTTP Server topic in the WAS Information Center.

  • Install IBM HTTP Server 6.1 from the WAS Network Deployment 6.1 download CD.
  • During the installation process, do the following steps:

  • Set the installation location, for example C:\IBM\HTTPServer.
  • Select Run HTTP server as the Windows server and IBM HTTP Administration as the Windows Service. Log on using the specified user account, and type the system administrator's user name and password.
  • Specify the HTTP adminstrator's user ID and password. Click Next.
  • Select to install the IHS plug-in for WAS, and specify the Web server definition and the host name for WAS. Click Next to finish.
  • Go to the IBM Support site and download IHS 61013 fixpack (6.1.0-WS-IHS-WinX32-FP0000013.pak and plug-in fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak).
  • Install the IHS 61013 fixpack 6.1.0-WS-IHS-WinX32-FP0000013.pak on IBM HTTPServer using the Update Installer.
  • Install the IHS plug-in 61013 fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak on IBM HTTPServerPlugin using the Update Installer.
  • Deployment scenario 2: Clustered installation with a separate database and directory server used as the data repository

    In this scenario, you install and deploy IBM Mashup Center in a horizontally clustered WAS environment. The basic configuration is the same as Deployment scenario 1, except for the cluster. You install Lotus Mashups and InfoSphere MashupHub as two separate nodes and federate them into the cluster.

    Next, you install and configure a separate database as your data repository. In this scenario, the database can be DB2, Oracle, or SQL Server. You enhance the performance of the database and improve manageability by installing a directory server on top of the database. The directory server can be either Microsoft Active Directory, Tivoli Directory Server, or another supported LDAP server.

    After you get all the components installed and configured, you are ready to start unlocking information sources such as SAP, databases, and desktop and departmental information in spread sheets by creating consumable feeds. Using the feed-generation capabilities of IBM Mashup Center, you can easily connect to your back-end data sources, transform the data into a "mashable" feed format, publish the new data to your catalog, and then use it in your mashup applications.

    This scenario is more common than the first scenario.

    For more information about installing and configuring a cluster, see Configuring a clustered server environment for IBM Mashup Center.

    Here are the details for the components that make up your environment:

    Component
    Description
    Lotus Mashups
    Installed on same server as InfoSphere MashupHub. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    InfoSphere MashupHub
    Installed on same server as Lotus Mashups. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    Web server
    IBM HTTP Server V6.1.0.13 running Windows 2003 Server on Red Hat Enterprise Linux V5 (32bit) separate server.
    Database
    One of the following options:

    • DB2 Enterprise Edition V9.5 running Windows 2003 Server

    • DB2 Enterprise Edition V9.5 (64bit) running Red Hat Enterprise Linux V5 (64bit)

    • DB2 Express Edition V9.5 running Red Hat Enterprise Linux V5 (32bit)

    • Oracle 10.2.0.1 running either Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit)

    • Microsoft SQL Server 2005 (requires the IBM Mashup Center V1.1.0.1 fixpack, available here)

    • IBM Informix (InfoSphere MashupHub only)
    Directory server
    One of the following options:

    • Microsoft Windows Server 2003 Active Directory running Windows 2003 Server

    • IBM Tivoli® Directory Server 6.1 running Windows 2003 Server

    • Other supported LDAP server


    Here is a graphical overview of your environment:



    To install, configure, and deploy the components for scenario 2, do the following steps:

  • Install both Lotus Mashups and InfoSphere MashupHub on a single server. For installation instructions, see the IBM Mashup Center Quick Start Guide.
  • Configure DB2, Oracle, or SQL Server for Lotus Mashups. For information about creating the database, the Lotus Mashups resources, and the data source, see either Confguring DB2 for IBM Lotus Mashups, Configuring Oracle for IBM Lotus Mashups, or Configuring SQL Server for IBM Lotus Mashups.
  • Configure the database for InfoSphere MashupHub. See the IBM InfoSphere MashupHub User and Administrator Guide for details.
  • Configure the LDAP directory server on the WAS Deployment Manager.
  • Do the following steps to install IBM HTTP Server V6.1.0.13 on a different server. For more information about installing IBM HTTP Server, see the Installing IBM HTTP Server topic in the WAS Information Center.

  • Install IBM HTTP Server 6.1 from the WAS Network Deployment 6.1 download CD.
  • During the installation process, do the following steps:

  • Set the installation location, for example C:\IBM\HTTPServer.
  • Select Run HTTP server as the Windows server and IBM HTTP Administration as the Windows Service. Log on using the specified user account, and type the system administrator's user name and password.
  • Specify the HTTP adminstrator's user ID and password. Click Next.
  • Select to install the IHS plug-in for WAS, and specify the Web server definition and the host name for WAS. Click Next to finish.
  • Go to the IBM Support site and download IHS 61013 fixpack (6.1.0-WS-IHS-WinX32-FP0000013.pak and plug-in fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak)
  • Install the IHS 61013 fixpack 6.1.0-WS-IHS-WinX32-FP0000013.pak on IBM HTTPServer using the Update Installer.
  • Install the IHS plug-in 61013 fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak on IBM HTTPServerPlugin using the Update Installer.
  • Set up the WAS horizontal cluster with Lotus Mashups and InfoSphere MashupHub as two separate nodes. For details, see Configuring a clustered server environment for IBM Mashup Center.

  • Deployment scenario 3: Non-clustered installation with a Web server, database and directory server. Includes single sign-on

    In this scenario, you install and deploy Lotus Mashups and Mashup Hub on two separate servers. During the installation process, you have the option to install them separately for each server.

    Similar to the first scenario, you install a Web server to handle HTTP requests.

    Next, you install and configure a separate database as your data repository. In this scenario, the database can be DB2, Oracle, or SQL Server. You enhance the performance of the database and improve manageability by installing a directory server on top of the database. The directory server can be either Microsoft Active Directory, Tivoli Directory Server, or another supported LDAP server.


    Next, because Lotus Mashups and InfoSphere MashupHub are installed separately, you configure single sign-on for end users. This means that users will only have to authenticate with the server the first time they log on. You set up single sign-on directly from the WAS administrative console.

    After you get all the components installed and configured, you are ready to start unlocking information sources such as SAP, databases, and desktop and departmental information in spread sheets by creating consumable feeds. Using the feed-generation capabilities of IBM Mashup Center, you can easily connect to your back-end data sources, transform the data into a "mashable" feed format, publish the new data to your catalog, and then use it in your mashup applications.

    Here are the details for the components that make up your environment:

    Component
    Description
    Lotus Mashups
    Installed on a single node with WebSphere Application Server. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    InfoSphere MashupHub
    Installed on a single node with WebSphere Application Server. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    Web server
    IBM HTTP Server V6.1.0.13 running Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit) on separate server.
    Database
    One of the following options:

    • DB2 Enterprise Edition V9.5 running Windows 2003 Server

    • DB2 Enterprise Edition V9.5 (64bit) running Red Hat Enterprise Linux V5 (64bit)

    • DB2 Express Edition V9.5 running Red Hat Enterprise Linux V5 (32bit)

    • Oracle 10.2.0.1 running either Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit)

    • Microsoft SQL Server 2005 (requires the IBM Mashup Center V1.1.0.1 fixpack, available here)

    • IBM Informix (InfoSphere MashupHub only)
    Directory server
    One of the following options:

    • Microsoft Windows Server 2003 Active Directory running Windows 2003 Server

    • IBM Tivoli® Directory Server 6.1 running Windows 2003 Server

    • Other supported LDAP server


    Here is a graphical overview of your environment:



    To install, configure, and deploy the components for scenario 3, do the following steps:

  • Install Lotus Mashups and InfoSphere MashupHub on two different servers. For installation instructions, see the IBM Mashup Center Quick Start Guide.
  • Configure DB2, Oracle, or SQL Server for Lotus Mashups. For information about creating the database, the Lotus Mashups resources, and the data source, see either Confguring DB2 for IBM Lotus Mashups, Configuring Oracle for IBM Lotus Mashups, or Configuring SQL Server for IBM Lotus Mashups.
  • Configure the database for InfoSphere MashupHub. See the IBM InfoSphere MashupHub User and Administrator Guide for details.
  • Configure the LDAP directory server on the WAS Deployment Manager.
  • Do the following steps to install IBM HTTP Server V6.1.0.13. For more information about installing IBM HTTP Server, see the Installing IBM HTTP Server topic in the WAS Information Center.

  • Install IBM HTTP Server 6.1 from the WAS Network Deployment 6.1 download CD.
  • During the installation process, do the following steps:

  • Set the installation location, for example C:\IBM\HTTPServer.
  • Select Run HTTP server as the Windows server and IBM HTTP Administration as the Windows Service. Log on using the specified user account, and type the system administrator's user name and password.
  • Specify the HTTP adminstrator's user ID and password. Click Next.
  • Select to install the IHS plug-in for WAS, and specify the Web server definition and the host name for WAS. Click Next to finish.
  • Go to the IBM Support site and download IHS 61013 fixpack (6.1.0-WS-IHS-WinX32-FP0000013.pak and plug-in fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak)
  • Install the IHS 61013 fixpack 6.1.0-WS-IHS-WinX32-FP0000013.pak on IBM HTTPServer using the Update Installer.
  • Install the IHS plug-in 61013 fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak on IBM HTTPServerPlugin using the Update Installer.
  • Configure single sign-on on the Lotus Mashups and InfoSphere MashupHub servers using the WAS administrative console. For more infomation, see Configuring single sign-on for users. Also see this topic in the WAS Information Center.
  • Deployment scenario 4: Clustered installation with Web server, Web proxy, database, and directory server

    In this scenario, you install and deploy IBM Mashup Center in a horizontally clustered WAS environment. A horizontal cluster has cluster members on multiple nodes. In this case, Lotus Mashups is installed on multiple nodes federated to a cluster to the same cell as the InfoSphere MashupHub cluster that is installed on multiple nodes. Since the Lotus Mashups and InfoSphere MashupHub clusters are in the same cell, you do not need to perform any steps to enable single sign-on.

    Similar to the previous scenarios, you install a Web server to handle HTTP requests. In addition, you install a second Web server for high availability, and you configure an HTTP proxy on the separate server to channel HTTP requests from the client to the Web server.

    Next, you install and configure a separate database as your data repository. In this scenario, the database can be DB2, Oracle, or SQL Server. You enhance the performance of the database and improve manageability by installing a directory server on top of the database. The directory server can be Microsoft Active Directory, Tivoli Directory Server, or another supported LDAP server.

    After you get all the components installed and configured, you are ready to start unlocking information sources such as SAP, databases, and desktop and departmental information in spread sheets by creating consumable feeds. Using the feed-generation capabilities of IBM Mashup Center, you can easily connect to your back-end data sources, transform the data into a "mashable" feed format, publish the new data to your catalog, and then use it in your mashup applications.

    Here are the details for the components that make up your environment:

    Component
    Description
    Lotus Mashups
    Installed as a separate node in a horizontally clustered WAS environment. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    InfoSphere MashupHub
    Installed as a separate node in a horizontally clustered WAS environment. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    Web server
    IBM HTTP Server V6.1.0.13 running Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit) on separate server.
    Web server proxy
    IBM Edge Caching Proxy Version 6.1 running Windows 2003 Server.
    Database
    One of the following options:

    • DB2 Enterprise Edition V9.5 running Windows 2003 Server

    • DB2 Enterprise Edition V9.5(64bit) running Red Hat Enterprise Linux V5 (64bit)

    • DB2 Express Edition V9.5 running Red Hat Enterprise Linux V5 (32bit)

    • Oracle 10.2.0.1 running either Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit)

    • Microsoft SQL Server 2005 (requires the IBM Mashup Center V1.1.0.1 fixpack, available here)

    • IBM Informix (InfoSphere MashupHub only)
    Directory server
    One of the following options:

    • Microsoft Windows Server 2003 Active Directory running Windows 2003 Server

    • IBM Tivoli® Directory Server 6.1 running Windows 2003 Server

    • Other supported LDAP server


    Here is a graphical overview of your environment:



    To install, configure, and deploy the components for scenario 4, do the following steps:

  • Install IBM Mashup Center. For installation instructions, see the IBM Mashup Center Quick Start Guide.
  • Configure DB2, Oracle, or SQL Server for Lotus Mashups. For information about creating the database, the Lotus Mashups resources, and the data source, see either Confguring DB2 for IBM Lotus Mashups, Configuring Oracle for IBM Lotus Mashups, or Configuring SQL Server for IBM Lotus Mashups.
  • Configure the database for InfoSphere MashupHub. See the IBM InfoSphere MashupHub User and Administrator Guide for details.
  • Configure the LDAP directory server on the WAS Deployment Manager.
  • Do the following steps to install IBM HTTP Server V6.1.0.13. For more information about installing IBM HTTP Server, see the Installing IBM HTTP Server topic in the WAS Information Center.

  • Install IBM HTTP Server 6.1 from the WAS Network Deployment 6.1 download CD.
  • During the installation process, do the following steps:

  • Set the installation location, for example C:\IBM\HTTPServer.
  • Select Run HTTP server as the Windows server and IBM HTTP Administration as the Windows Service. Log on using the specified user account, and type the system administrator's user name and password.
  • Specify the HTTP adminstrator's user ID and password. Click Next.
  • Select to install the IHS plug-in for WAS, and specify the Web server definition and the host name for WAS. Click Next to finish.
  • Go to the IBM Support site and download IHS 61013 fixpack (6.1.0-WS-IHS-WinX32-FP0000013.pak and plug-in fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak)
  • Install the IHS 61013 fixpack 6.1.0-WS-IHS-WinX32-FP0000013.pak on IBM HTTPServer using the Update Installer.
  • Install the IHS plug-in 61013 fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak on IBM HTTPServerPlugin using the Update Installer.
  • Configure IBM Edge Caching Proxy Version 6.1.
  • Configure a horizontal clustered WAS server environment Lotus Mashups server, the InfoSphere MashupHub server, and the Web server. For details, see Configuring a clustered server environment for IBM Mashup Center.


  • Deployment scenario 5: Clustered installation with Web server, Web proxy, database, directory server, and separate widget server. Also includes the AJAX proxy.

    In this scenario, you install and deploy IBM Mashup Center in a horizontally clustered WAS environment. A horizontal cluster has cluster members on multiple nodes. In this case, Lotus Mashups is installed on multiple nodes federated to a cluster to the same cell as the InfoSphere MashupHub cluster that is installed on multiple nodes. Since the Lotus Mashups and InfoSphere MashupHub clusters are in the same cell, you do not need to perform any steps to enable single sign-on.

    In this scenario, you create a separate widget server cluster. You will mostly use this server to deploy your custom widget applications. This helps maintain the performance of the Lotus Mashups server in case any widgets become. This also helps distribute custom application processing. You could also deploy some of the inbox widgets to this new cluster.

    Similar to Deployment scenario 4, you install a Web server to handle HTTP requests, and you configure an HTTP proxy on a separate server to channel HTTP requests from the client to the Web server.

    Next, you install and configure a separate database as your data repository. The database can be DB2, Oracle, or SQL Server. You enhance the performance of the database and improve manageability by installing a directory server on top of the database. The directory server can be Microsoft Active Directory, Tivoli Directory Server, or another supported LDAP server.

    Now, you configure the AJAX proxy. The AJAX proxy provides security by restricting access to trusted origins in a more flexible way than a browser-based solution. Standard installation comes pre-configured for basic needs. For advanced configuration and more information about the AJAX proxy, see Configuring the HTTP proxy for AJAX applications. You can configure the AJAX proxy for any of the scenarios described above.

    After you get all the components installed and configured, you are ready to start unlocking information sources such as SAP, databases, and desktop and departmental information in spread sheets by creating consumable feeds. Using the feed-generation capabilities of IBM Mashup Center, you can easily connect to your back-end data sources, transform the data into a "mashable" feed format, publish the new data to your catalog, and then use it in your mashup applications.

    Here are the details for the components that make up your environment:

    Component
    Description
    Lotus Mashups
    Installed in a horizontally clustered WAS environment. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    InfoSphere MashupHub
    Installed in a horizontally clustered WAS environment. Supported operating systems include Windows 2003 Server and Red Hat Enterprise Linux V5.
    Widget server
    Installed in a horizontally clustered WAS environment or any widget application supported environment. Supported operating systems are limited to the widget hosting environment that you choose. From widget implementation perspective, you are no limited, because widgets can use an back-end support to support its functionality.
    Web server
    IBM HTTP Server V6.1.0.13 running Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit) on separate server.
    Web server proxy
    IBM Edge Caching Proxy Version 6.1 running Windows 2003 Server.
    Database
    One of the following options:

    • DB2 Enterprise Edition V9.5 running Windows 2003 Server

    • DB2 Enterprise Edition V9.5(64bit) running Red Hat Enterprise Linux V5 (64bit)

    • DB2 Express Edition V9.5 running Red Hat Enterprise Linux V5 (32bit)

    • Oracle 10.2.0.1 running either Windows 2003 Server or Red Hat Enterprise Linux V5 (32bit)

    • Microsoft SQL Server 2005 (requires the IBM Mashup Center V1.1.0.1 fixpack, available here)

    • IBM Informix (InfoSphere MashupHub only)
    Directory server
    One of the following options:

    • Microsoft Windows Server 2003 Active Directory

    • IBM Tivoli® Directory Server 6.1 running Windows 2003 Server

    • Other supported LDAP server


    Here is a graphical overview of your environment:



    To install, configure, and deploy the components for scenario 5, do the following steps:

  • Install IBM Mashup Center. For installation instructions, see the IBM Mashup Center Quick Start Guide.
  • Install and configure a separate server for your widgets.
  • Configure DB2, Oracle, or SQL Server for Lotus Mashups. For information about creating the database, the Lotus Mashups resources, and the data source, see either Confguring DB2 for IBM Lotus Mashups, Configuring Oracle for IBM Lotus Mashups, or Configuring SQL Server for IBM Lotus Mashups.
  • Configure the database for InfoSphere MashupHub. See the IBM InfoSphere MashupHub User and Administrator Guide for details.
  • Configure the LDAP directory server on the WAS Deployment Manager.
  • Do the following steps to install IBM HTTP Server V6.1.0.13. For more information about installing IBM HTTP Server, see the Installing IBM HTTP Server topic in the WAS Information Center.

  • Install IBM HTTP Server 6.1 from the WAS Network Deployment 6.1 download CD.
  • During the installation process, do the following steps:

  • Set the installation location, for example C:\IBM\HTTPServer.
  • Select Run HTTP server as the Windows server and IBM HTTP Administration as the Windows Service. Log on using the specified user account, and type the system administrator's user name and password.
  • Specify the HTTP administrator's user ID and password. Click Next.
  • Select to install the IHS plug-in for WAS, and specify the Web server definition and the host name for WAS. Click Next to finish.
  • Go to the IBM Support site and download IHS 61013 fixpack (6.1.0-WS-IHS-WinX32-FP0000013.pak and plug-in fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak)
  • Install the IHS 61013 fixpack 6.1.0-WS-IHS-WinX32-FP0000013.pak on IBM HTTPServer using the Update Installer.
  • Install the IHS plug-in 61013 fixpack 6.1.0-WS-PLG-WinX32-FP0000013.pak on IBM HTTPServerPlugin using the Update Installer.
  • Configure IBM Edge Caching Proxy Version 6.1.
  • Configure a horizontal clustered WAS server environment, the Lotus Mashups server, the InfoSphere MashupHub server, the widget server, and the Web server. For details, see Configuring a clustered server environment for IBM Mashup Center.
  • expanded Attachments (0)
    collapsed Attachments (0)
    expanded Versions (42)
    collapsed Versions (42)
    Version Comparison     
    VersionDateChanged by              Summary of changes
    48Aug 18, 2009 10:05:11 AMAnna G O'Neal  IBM contributor
    47Aug 17, 2009 11:49:26 AMAnna G O'Neal  IBM contributor
    46Aug 17, 2009 11:48:10 AMAnna G O'Neal  IBM contributor
    45Aug 17, 2009 11:35:15 AMAnna G O'Neal  IBM contributor
    44Aug 17, 2009 11:22:01 AMAnna G O'Neal  IBM contributor
    43Aug 17, 2009 10:56:22 AMAnna G O'Neal  IBM contributor
    42Aug 17, 2009 10:52:59 AMAnna G O'Neal  IBM contributor
    41Aug 17, 2009 10:31:59 AMAnna G O'Neal  IBM contributor
    40Aug 17, 2009 10:29:24 AMAnna G O'Neal  IBM contributor
    39Aug 17, 2009 10:11:43 AMAnna G O'Neal  IBM contributor
    38Aug 17, 2009 10:09:59 AMAnna G O'Neal  IBM contributor
    37Aug 14, 2009 4:11:43 PMAnna G O'Neal  IBM contributor
    36Aug 14, 2009 4:03:06 PMAnna G O'Neal  IBM contributor
    35Aug 14, 2009 3:52:27 PMAnna G O'Neal  IBM contributor
    34Aug 14, 2009 3:47:01 PMAnna G O'Neal  IBM contributor
    33Aug 14, 2009 3:18:08 PMAnna G O'Neal  IBM contributor
    32Aug 14, 2009 3:11:35 PMAnna G O'Neal  IBM contributor
    This version (31)Aug 14, 2009 3:00:19 PMAnna G O'Neal  IBM contributor
    30Aug 14, 2009 2:57:58 PMAnna G O'Neal  IBM contributor
    29Aug 12, 2009 9:56:05 AMAnna G O'Neal  IBM contributor
    28Aug 12, 2009 8:35:04 AMAnna G O'Neal  IBM contributor
    27Aug 12, 2009 8:32:04 AMAnna G O'Neal  IBM contributor
    26Aug 12, 2009 8:26:31 AMAnna G O'Neal  IBM contributor
    25Aug 12, 2009 8:23:29 AMAnna G O'Neal  IBM contributor
    24Mar 12, 2009 11:41:32 AMAnna G O'Neal  IBM contributor
    23Mar 12, 2009 11:24:50 AMAnna G O'Neal  IBM contributor
    22Mar 12, 2009 11:14:28 AMAnna G O'Neal  IBM contributor
    21Mar 12, 2009 11:12:53 AMAnna G O'Neal  IBM contributor
    20Mar 11, 2009 1:47:48 PMAnna G O'Neal  IBM contributor
    19Mar 11, 2009 11:45:23 AMAnna G O'Neal  IBM contributor
    18Mar 11, 2009 11:45:23 AMAnna G O'Neal  IBM contributor
    17Mar 11, 2009 11:42:19 AMAnna G O'Neal  IBM contributor
    16Mar 11, 2009 11:35:38 AMAnna G O'Neal  IBM contributor
    15Mar 11, 2009 11:32:54 AMAnna G O'Neal  IBM contributor
    14Mar 11, 2009 10:56:46 AMAnna G O'Neal  IBM contributor
    13Mar 11, 2009 9:32:21 AMAnna G O'Neal  IBM contributor
    12Mar 11, 2009 9:29:27 AMAnna G O'Neal  IBM contributor
    11Mar 11, 2009 9:24:28 AMAnna G O'Neal  IBM contributor
    10Mar 11, 2009 9:19:19 AMAnna G O'Neal  IBM contributor
    9Mar 11, 2009 9:17:57 AMAnna G O'Neal  IBM contributor
    8Mar 10, 2009 5:28:54 PMAnna G O'Neal  IBM contributor
    6Mar 10, 2009 5:27:12 PMAnna G O'Neal  IBM contributor
    Copy and paste this wiki markup to link to this article from another article in this wiki.
    Go ElsewhereStay ConnectedHelpAbout
    • IBM Collaboration Solutions wikis
    • IBM developerWorks
    • IBM Software support
    • Twitter LinkIBMSocialBizUX on Twitter
    • FacebookIBMSocialBizUX on Facebook
    • ForumsLotus product forums
    • BlogsIBM Social Business UX blog
    • Community LinkIBM Collaboration Solutions
    • Wiki Help
    • Forgot user name/password
    • Wiki design feedback
    • Content feedback
    • About the wiki
    • About IBM
    • Privacy
    • Accessibility
    • IBM Terms of use
    • Wiki terms of use