Skip to main content

WebSphere V3.5 and V4.0 / Domino Integration::Hybrid runtime patterns

Overview

The specific business functionality supported by applications that integrate WebSphere and Domino varies from one industry to another, and for each individual implementation of this type of solution. Patterns architects have performed a somewhat improvised assessment of the various solutions that might be created which combine WebSphere and Domino, and anticipated the most common problems developers would encounter when building these applications, along with solutions that can be used to address these problems. Such successful approaches are captured in the following hybrid Runtime patterns.

The designs are referred to as "hybrid Runtime patterns" because they show both the middleware nodes commonly seen on a normal Runtime pattern, plus a graphical representation of the Business and Integration patterns used in combination with one another to create this solution design.

Additionally, because these hybrid Runtime patterns are directly constructed with WebSphere and Domino in mind, the middleware node names are mapped directly to Domino, WebSphere, and related products in the figures, instead of generic node names that are used throughout the rest of the Web site. The following table displays the relationship between the generic node names and the actual products discussed in the following diagrams.

Note also that the terms "WebSphere" and "WebSphere Application Server" are used interchangeably here, even though WebSphere refers to an entire product line. Other products will be referred to by their full names.

Navigating the hybrid Runtime patterns

There are two methods you can use to navigate the following hybrid Runtime patterns. The first is simply to move through them in the linear order in which they are presented. This method provides an in-depth review of all the WebSphere/Domino Integration designs.

If you already have an understanding of the required functionality, complexity, and extensibility of the solution you're designing, use of the following table is recommended. It divides the WebSphere/Domino Integration designs into five categories based on focus of functionality. It then further divides the designs according to the complexity and extensibility of each.

The numbering system used to represent each solution design in the table below is based upon the chapter and section number where the design is found in the redbook, Applying the Patterns for e-business to Domino and WebSphere Scenarios.

Entry-Level More Advanced More Extensible
Collaboration-Centric 3.1.2, 3.1.3 3.1.5 3.1.12, 3.1.14, 8.8
Transaction-Centric 3.1.4 3.1.5 3.1.13
Dual Focus 3.1.5 8.1.2.1 3.1.6, 3.1.13, 8.1.2.1
Collaboration Only 3.1.7, 8.9 3.1.10 3.1.11, 8.3
Transaction Only See Self-Service business pattern

Domino application with WebSphere Integration platform (3.1.2)

Domino application with WebSphere Integration platform

In an environment where Domino is providing the interface to the client, connection to WebSphere can be achieved using any of the connection methods: OSE Remote, servlet redirector, IIOP, SOAP, and HTTP.


Associated Patterns

Three patterns combine to create this hybrid Runtime pattern:


Guidelines for use

The Domino application with WebSphere Integration platform hybrid Runtime pattern is common in sites where you are providing more than just a single application or system to the Web users. It is also relevant when:


Benefits

The benefits of this hybrid Runtime pattern include:


Limitations

One of the limitations of this hybrid Runtime pattern is that the only HTTP server that is used in the environment when using the OSE Remote is the Domino HTTP task or MS IIS. (Future versions of Domino may support other Web servers). This may introduce horizontal scalability issues at high usage. The Domino R5 HTTP task is based on the old Domino Go WebServer, which does not perform as well as, for example, the IBM HTTP server.

WebSphere loaded on a Domino Server (3.1.3)

WebSphere loaded on a Domino Server

Probably the simplest of all the hybrid Runtime patterns, loading WebSphere on top of a Domino server is often the simplest and best pattern for smaller systems. This pattern gives Domino the WebSphere servlet engine which is fast robust and scalable.

This hybrid Runtime pattern also enables more advanced features, such as Enterprise JavaBeans (EJBs), to be used if the advanced edition of WebSphere Application Server is loaded. However, EJBs are often used in applications that have scalability and availability requirements that, anyway, point to having Domino and WebSphere on different nodes.


Associated Patterns

Four patterns are combined to create the WebSphere loaded on a Domino Server hybrid Runtime pattern:

As stated earlier, Domino/WebSphere integration with this hybrid Runtime pattern will usually be achieved by taking advantage of shared resources, for example, calling a JavaBean directly from application logic inside a Domino Database. Conversely, a JavaBean could directly manipulate the contents of a Domino database in the Domino server without the need to write CORBA code and enable communications over IIOP. However, you may want to use remote (CORBA) calls anyway to avoid future code changes in case you have to split Domino and WebSphere over two or more machines. Furthermore, using remote calls in the Domino API may actually give better performance. If using local calls, there is the overhead of creating and tearing down Notes threads for every invocation of every method that calls a Domino object.


Guidelines for use

This hybrid Runtime pattern is appropriate in situations where the transactional requirements are not enormous. Examples of such sites might include:

In all of these example sites, the common thread is that WebSphere has a relatively minor part to play in the functionality of the site. This hybrid Runtime pattern is also well suited to test environments and makes a good starting point for sites. Going forward, it leaves the way open to split the servers when it becomes necessary. The next step would normally be to separate WebSphere onto a separate server and connect to it via OSE Remote.


Benefits

The key benefits of this hybrid Runtime pattern are that it is simple to configure and maintain, and that it is low cost.


Limitations

Since there is no separation between Domino and WebSphere, this hybrid Runtime pattern won't scale well as it stands. It does provide a good starting point for implementations, and leaves open the option of splitting the Domino and WebSphere servers at a later stage when necessary.

WebSphere application with Domino services (3.1.4)

WebSphere application with Domino services

Like the previous example, different situations will dictate when to use this hybrid Runtime pattern. As a general rule, sites which are data-oriented are well suited to this design. Within this hybrid Runtime pattern, the WebSphere server will authenticate users if required.


Associated Patterns

The two patterns that form this hybrid Runtime pattern are:


Guidelines for use

There are a number of methods that can be used to establish connections between WebSphere and Domino in this hybrid Runtime pattern, including:

The choice of which method is most suitable for which situation is going to depend on a number of factors. The following table will help you decide which method is the most appropriate in your situation. It compares some of the features and the deployment types. Note that the implementation of these options is detailed in the redbook Domino and WebSphere Together Second Edition.

Feature HTTP OSE Remote Thin servler redirector
Compatible with WebSphere product security for applications yes yes no
(according to InfoCenter, but our test with application security "worked" )
Avoids data access from DMZ yes yes yes
Supports NAT yes yes no
Encryption of link between Web server and WebSphere application server (SSL - WebSphere) yes no
(but could use IPSec)
yes
DB password on HTTP - Domino computer no no no
WebSphere WLM enabled? yes yes yes
Performance relative to local OSE Untested, the documentation states it to be "relatively fast" 95 - 100+ % 70-85%
Administration Manual Manual Manual
Avoids single point of failure (Admin Server on WebSphere target server) yes yes no
Minimum Firewall Holes Minimum one (Port 80 for HTTP or port 443 for HTTPS). More ports are needed if multiple administration server clones are configured or WebSphere security is used on the machine hosting the Web server 1 (bootstrap - port 8110 for admin server - only used for initial configuration. This can be avoided by manual configuration), plus 1 per WebSphere Application Server 3 (RMI-IIOP, Location Service Daemon, bootstrap), plus 1 per Application Server


Feature Thick servlet redirector Thick servlet rediretor with admin IIOP SOAP
Compatible with WebSphere product security for applications yes yes yes yes
Avoids data access from DMZ no yes yes yes
Supports NAT no no yes yes
Encryption of link between Web server and WebSphere application server (SSL - WebSphere) yes yes yes yes
DB password on HTTP - Domino computer yes no yes yes
WebSphere WLM enabled? yes yes Untested Untested
Performance relative to local OSE 70-85% 70-85% Untested Untested
Administration Automatic Automatic Manual Manual
Avoids single point of failure (Admin Server on WebSphere target server) yes no yes yes
Minimum Firewall Holes 3, plus 1 per Application Server 3, plus 1 per Application Server 3 (RMI-IIOP, Location Service Daemon, bootstrap) 2 (HTTP and HTTPS)

Benefits

The key benefits to this hybrid Runtime pattern include:


Limitations

One of the limibations that this hybrid Runtime pattern suffers from is the great expense required in skills and time to develop the software to run within this design.

Single sign-on between Domino and WebSphere (3.1.5)

WebSphere application with Domino services

In an environment with both Domino and WebSphere, when switching to the other server, users would normally be prompted to log in. Implementing a single sign-on between WebSphere and Domino remedies that situation. It is accomplished by issuing a session token to the browser that is valid for both WebSphere and Domino. This hybrid Runtime pattern does not illustrate which of the two servers is actually the main source of the client interface. In fact, it could be both of them.


Associated Patterns

Four patterns are combined to create this hybrid Runtime pattern:


Guidelines for use

In a typical implementation of this hybrid Runtime pattern, both the Domino server and the WebSphere server will reside within the DMZ. This is because users need to be able to access both servers. Some other points that should be considered are:


Benefits

One of the benefits of this solution to the multiple server authentication problem is it's simplicity for both administrators and users. Once users have authenticated and hold a token, they can easily access resources on the other servers without the need to key in their ID and password again.


Limitations

The limitations of this hybrid Runtime pattern are:

Using a security server to manage authentication and connections (3.1.6)

Using a security server to manage authentication and connections

An alternative to depending on the Domino/WebSphere single sign-on is to use an authentication manager between the user and the servers. Tivoli Policy Director is one possible example of an authentication manager. It has the advantage of being expandable to manage authentication to multiple systems at once. In more complex environments, Policy Director will enable authentication to other systems such as Netscape, or Microsoft's Internet Information Server. The name of the Policy Director component that provides this Web single sign-on functionality is WebSEAL.

As depicted in the figure above, Policy Director WebSEAL will be implemented within the DMZ, and the WebSphere and Domino servers reside inside the corporate network (or within a secondary DMZ). Policy Director can be configured to:

The connection between Policy Director and WebSphere/Domino is via pre-defined connections (junctions) which define the servers and their properties. As far as WebSphere or Domino is concerned, Policy Director is just another client with an appropriate ID and password. No alterations to the applications are needed to insert Policy Director into an existing hybrid Runtime pattern. Policy Director is able to act as a reverse proxy for both the WebSphere and Domino servers simultaneously. Policy Director actually adds a level of trust for the backend application servers because all the connections coming from Policy Director WebSEAL have already been properly authenticated.


Associated Patterns

Four patterns are combined to create this hybrid Runtime pattern:


Guidelines for use

In a typical deployment of this hybrid Runtime pattern, Policy Director would reside in the DMZ, with both Domino and WebSphere behind the firewall in the internal network. Note that in testing we found that in order for Policy Director V3.6 to properly implement Web single sign-on, the single sign-on configuration (between Domino and WebSphere) must be disabled. However, with Policy Director V3.8 this restriction will be removed.


Benefits

The benefits of implementing this hybrid Runtime pattern include:


Limitations

The only real limitation that this environment imposes is greater capital outlay to install, configure, and buy the extra software and hardware to implement the hybrid Runtime pattern, as well as some additional administration cost.

Domino User-to-User hybrid Runtime pattern (3.1.7)

Domino user-to-user hybrid Runtime pattern

In looking at User-to-User patterns, probably the most basic one we can picture is one with just Domino. Users could be interacting with each other via e-mail, news groups, or Web discussion forums.

Connections in this environment could be over a number of protocols, all of which represent the Collaboration (aka User-to-User) business pattern:


Associated Patterns

The only pattern at work here is the User-to-User business pattern. It is User-to-User rather than User-to-Business because the primary purpose of all interactions mentioned in the previous section is to communicate with other users.


Guidelines for use

For external users, this hybrid Runtime pattern represent a fairly standard Domino installation with Domino typically residing in the DMZ. Internal users would normally have their own internal Domino server that they use. This internal Domino server would replicate with the DMZ Domino server.


Benefits

Being a straightforward installation, configuration and management is relatively easy. Maintenance is also straightforward.


Limitations

It is difficult with this basic hybrid Runtime pattern to move the Domino server to the internal network and still permit external users to interact with the server. The server, therefore, needs to reside within the DMZ and is more at risk located there.

Sametime User-to-User hybrid Runtime pattern (3.1.8)

Sametime User-to-User hybrid Runtime pattern

While the previous hybrid Runtime pattern dealt with asynchronous User-to-User interaction, inserting Sametime introduces the idea of synchronous User-to-User interaction.

Connections to the Sametime server from the various client types (Sametime Connect, Sametime Meeting client, Broadcast client) will be via the appropriate protocols on the configured TCP/IP ports.

Note that when we talk about single sign-on between Sametime, Domino, and WebSphere, we look at accessing the Sametime server from a Web browser for functions like accessing the meeting center. The version of the Sametime Connect client we used could not be configured for single sign-on together with WebSphere.


Associated Patterns

The only pattern at work here is the Collaboration (aka User-to-User) pattern. It is User-to-User rather than User-to-Business because the primary purpose of all of the interactions (one-to-one, one-to-many, or many-to-many) is to communicate with other users.


Guidelines for use

For external users, this hybrid Runtime pattern represent a fairly standard Sametime installation with the Sametime server typically residing in the DMZ. Internal users would normally have their own internal Sametime server that they use. This internal server would communicate with the DMZ Sametime server.


Benefits

Being a straightforward installation, configuration and management is relatively easy. Maintenance is also straightforward.


Limitations

It is difficult with this basic hybrid Runtime pattern to move the Sametime server to the internal network and still permit external users to interact with the server. The server, therefore, needs to reside within the DMZ and is more at risk located there.

A Sametime server implemented using a standard install cannot support single sign-on with any other Domino or WebSphere servers. It is therefore more difficult to fully integrate with other Domino, or WebSphere-based applications.

Combined Sametime and Domino (single machine) (3.1.9)

Combined Sametime and Domino (single machine)

When Sametime is installed on a pre-existing Domino server, Sametime uses the core of the Domino server as it's basis. This means that if the user has authenticated with the Domino server already, they are automatically authenticated with the Sametime server as well.

Connections to the Sametime server from the various client types (Sametime Connect, Sametime Meeting client, Broadcast client) will be via the appropriate protocols on the configured TCP/IP ports.

Connections to the Domino server could be for HTTP sessions, but could also be for Notes clients, POP3, IMAP, or NNTP clients.


Associated Patterns

The three patterns at work in this hybrid Runtime pattern are:


Guidelines for use

For external users, Sametime implemented in this hybrid Runtime pattern would normally reside within the DMZ. In order to have internal users interact with the external users, an internal Sametime server would normally be installed. In order for the Sametime server to share it's single sign-on token with other Domino or WebSphere servers, Sametime must be installed over the top of a Domino 5.0.5 (or later) server. Servers implemented in this fashion should only be used for Sametime. They should not attempt to perform normal Domino server tasks. As such, when configuring the Domino server in this environment, you should remove unnecessary tasks from the servertasks line in the NOTES.INI file.


Benefits

Sametime servers implemented in this manner can be readily integrated into more complex Domino and WebSphere environments sharing the same single sign-on token between all of them. In that way, users will only be prompted once for their ID and password.


Limitations

Like the other Sametime topologies, this Sametime server needs to reside within the DMZ for external users to attach to it. Internal users will need their own internal Sametime server as well if they are to interact with the external users.

Combined Sametime and Domino (separate machine) (3.1.10)

Combined Sametime and Domino (separate machine)

Like the previous hybrid Runtime pattern, our primary interest in this design is in providing the infrastructure for user-to-user interactions. In this hybrid Runtime pattern, those interactions could be either synchronous via the Sametime server or asynchronous via the Domino server.

In this hybrid Runtime pattern, the Sametime server may be installed as an overlay of a Domino server, as described earlier. Sametime (2.0) server is based on the core of Domino 5.03; it does not contain the single sign-on enhancements that were added to Domino with R5.0.5. By installing Sametime over an existing Domino 5.0.5 or higher server, Sametime can then take advantage of the single sign-on features. Without this type of installation, users would be prompted for their ID and password when switching between Domino and Sametime services.

This hybrid Runtime pattern will enable you to create applications with user awareness built in. Applications with awareness are discussed in the Redbooks B2B Collaborative Commerce with Sametime, QuickPlace and WebSphere Commerce Suite and Lotus Sametime Application Development Guide.


Associated Patterns

The patterns involved in this hybrid Runtime pattern depend to an extent on how Sametime is installed (that is, if it is installed over an existing Domino server).


Guidelines for use

For external users, Sametime and Domino implemented in this Runtime pattern would normally reside within the DMZ. In order to have internal users interact with the external users, an internal Sametime and Domino servers would normally be installed.

In order for the Sametime server to share it's single sign-on token with the Domino server, Sametime must be installed over the top of a Domino 5.0.5 (or later) server. Users would then be able to authenticate with Domino, for instance, and then begin using Sametime with the Sametime server knowing who the user is and that they are entitled to use Sametime.


Benefits

One of the benefits to this solution to the multiple server authentication problem is its simplicity for both administrators and users. Once users have authenticated and hold a token, they can easily access resources on the other server without needing to key in their ID and password again.


Limitations

This hybrid Runtime pattern has some limitations. They include:

Sametime and Domino with Policy Director (3.1.11)

Sametime and Domino with Policy Director

By inserting Policy Director between the users and the servers, we can take advantage of Policy Director's ability to provide Web single sign-on across multiple disparate systems.

In this hybrid Runtime pattern, because Policy Director is managing the authentication back to the Sametime and Domino servers, we could use the standard (non-overlay) install of Sametime and still avoid the user having to authenticate with both servers individually. This Runtime pattern also enables us to move our Sametime and Domino servers from the DMZ. Depending on requirements, they could be placed on the internal network or in a secondary DMZ.

Exactly the same application integration that occurred in the previous hybrid Runtime pattern will apply with this design as well. The only difference with this hybrid Runtime pattern is how the Access Integration is implemented.


Associated Patterns

The patterns involved in this hybrid Runtime pattern do not depend on how Sametime is installed, as they did in the previous design. The patterns are:


Guidelines for use

In a typical deployment of this hybrid Runtime pattern, Policy Director would reside in the DMZ, with both Domino and Sametime behind the firewall in the internal network.

Our Sametime server can now be a standard non-overlay install of Sametime because Policy Director will maintain the authenticated session with Sametime on behalf of the user.

Since the Sametime server is now on the internal network, internal users can access it directly, which eliminates the requirement to have additional Sametime servers (provided they have the spare capacity, of course).


Benefits

The benefits of implementing this Runtime pattern are:


Limitations

The only real limitation that this environment imposes is greater capital outlay to install, configure, and buy the extra software and hardware to implement the hybrid Runtime pattern.

Single sign-on with Sametime, Domino, and WebSphere (3.1.12)

Single sign-on with Sametime, Domino, and WebSphere

When we combine WebSphere with Domino and Sametime in a hybrid Runtime pattern we find that we are extending previous designs, namely 3.1.5, Single sign-on between Domino and WebSphere, and 3.1.10, Combined Sametime and Domino (separate machines). This hybrid Runtime pattern, like the two previous designs, is dependent on implementing the single sign-on between all three servers. As mentioned earlier, in order to implement this feature, the Domino, Sametime, and WebSphere servers must be at certain minimum revision levels. Domino servers must be at least R5.0.5, Sametime must be loaded over an existing Domino R5.0.5 server, and WebSphere must be at least version 3.5 with fix pack 2 (3.5.3) with eFix PQ45555. Note also, that we achieve single sign-on for the Sametime functions we access on the server via a Web browser. The version of the Sametime Connect client we used still requires a separate login.

We are starting to get into quite complex hybrid Runtime patterns which can be used to implement powerful Web environments with many uses. While WebSphere can be used for user-to-user interaction, in this design, the better tools for the job are the Domino and Sametime servers.

This hybrid Runtime pattern would typically require the Sametime server and either the Domino server or WebSphere to be in the DMZ.


Associated Patterns

The patterns at work in this hybrid Runtime pattern are:


Guidelines for use

To implement this hybrid Runtime pattern for external users, Sametime and either Domino or WebSphere would normally reside within the DMZ. The third server (Domino or WebSphere) could also reside in the DMZ, or it could be in the internal network behind the firewall. This is because Sametime cannot be used to serve the site, so whichever server is going to interact with the users should reside in the DMZ.

In order for the Sametime server to share it's single sign-on token with both the Domino and WebSphere servers, Sametime must be installed over the top of a Domino 5.0.5 (or later) server. Users would then be able to authenticate with Domino, for example, and then begin using Sametime with the Sametime server knowing who the user is and that they are entitled to use Sametime.


Benefits

One of the benefits to this solution to the multiple server authentication problem is its simplicity for both administrators and users. Once users have authenticated and hold a token, they can easily access resources on the other server without need to key in their ID and password again.


Limitations

The Runtime pattern has some limitations. They are:

Combined Sametime, Domino, and WebSphere with Policy Director (3.1.13)

Combined Sametime, Domino, and WebSphere with Policy Director

This hybrid Runtime pattern is similar to the previous one except we are no longer making use of the Domino/WebSphere single sign-on token. Not being dependent on the Domino/WebSphere single sign-on token has a number of implications:

  1. Sametime no longer needs to be installed as on overlay on an existing Domino installation.
  2. All of the servers (Sametime, Domino, and WebSphere) can be moved back into the internal network (or second level DMZ) with only the Policy Director in the DMZ.
  3. The Domino server could potentially be any version from R4.5 onward and still be able to maintain the global sign-on integration.
  4. WebSphere could be at any version and still be able to maintain the global sign-on integration.
  5. Users no longer need to support cookies in order to authenticate across multiple systems.

Associated Patterns

The patterns associated with this hybrid Runtime pattern are:


Guidelines for use

In a typical deployment of this hybrid Runtime pattern, Policy Director would reside in the DMZ, with Domino, Sametime, and WebSphere behind the firewall in the internal network.

Note that in testing we found that in order for Policy Director V3.6 to properly implement Web single sign-on, the single sign-on configuration (between Domino, Sametime, and WebSphere) must be disabled. This is not the case for Policy Director V3.8.

Our Sametime server can now be a standard non-overlay install of Sametime because Policy Director will maintain the authenticated session with Sametime on behalf of the user.

Since the Sametime server is now on the internal network, internal users can access it directly, which eliminates the requirement to have additional Sametime servers (provided they have the spare capacity, of course).


Benefits

The benefits of implementing this hybrid Runtime pattern are:


Limitations

The only real limitation that this environment imposes is greater capital outlay to install, configure, and buy the extra software and hardware to implement the Runtime pattern, as well as some additional administration cost.

Domino as a central loosely-coupled broker (3.1.14)

Domino as a central loosely-coupled broker

It is possible to use Domino as a central hub in an environment where a number of disparate systems need to be coordinated and where user interaction is also needed. IBM MQSeries and MQSeries Integrator provide an effective way to connect heterogeneous systems asynchronously. Where Domino becomes an appropriate choice in this type of environment is when the core applications are collaborative applications.

Typically, MQSeries Integrator (MQSI) would be used to integrate multiple systems such as in this Runtime pattern. The user interface is to be provided by WebSphere. For more details see the redbook User-to-Business Patterns Using WebSphere Advanced and MQSI: Patterns for e-business Series. Sections 3.1, "Runtime topology A", and 3.2, "Topology A variation 1" of this redbook describe MQSI and WebSphere integration topologies.

In environments that require less transactional processing and more collaboration, user communication, and workflow, Domino is a more suitable solution for the user interaction.

The one point that distiguishes this Runtime pattern from a typical MQSI Runtime pattern is the integration of users with user interactions that Domino servers are better suited to. This integration might include areas of strength for Domino such as workflow or document management. While it would be possible to develop this functionality for WebSphere servers, it would take a considerable amount of development effort to match that which comes standard with Domino, let alone the rapid build environment that Domino provides for those types of applications.


Associated Patterns

The following patterns are in use in this complex hybrid Runtime pattern:


Guidelines for use

Since the Domino server is interacting directly with the users, the Domino server should be located within the DMZ while all of the other servers (WebSphere and MQSI) could potentially reside on the internal network at less risk. We have a number of options with communications to both the WebSphere server and the MQSI server. For WebSphere, these options are:

For the interaction with MQSI, the options are:


Benefits

The benefits of this Runtime pattern include:


Limitations

Provided this Runtime pattern is positioned in a process-oriented environment, there are no significant limitations. Scaling can be achieved by using both horizontal and vertical scaling techniques. This Runtime pattern should not be used for transactional systems, but is well suited to people and process systems.

Combining caching proxy and load balancer (8.1.2.1)

Combining caching proxy and load balancer

In this section we discuss the benefits of combining caching proxy serving as a reverse proxy and the load balancer (Network dispatcher) to improve your organization's security and scalability. The above figure shows a highly available and secure topology.

In this topology, we have two sets of load balancers (Network Dispatchers), one within the DMZ between the company firewall and the internal domain firewall and another in the internal network of the enterprise. The primary and backup network dispatchers inside the firewall provide a more available and scalable front end for the Web users. The Backup Network Dispatcher never comes into play unless the Primary Network Dispatcher is down, and in that case, it automatically takes over the control. They both serve redundant Caching Proxy servers inside the firewall.

The internal domain firewall is set to allow traffic only to and from caching proxy servers. The caching proxy servers in turn request and retrieve data from Domino and/or WebSphere domains. The internal primary and backup network dispatchers intercept the caching proxy requests and perform necessary load balancing for the Domino clusters and WebSphere clones.

This ensures that there is no single point of failure for most parts of the network, making this very suitable for serving mission-critical information. Also, since the Web users can never see the internal network and therefore its servers, this is highly secure in addition to being robust and scalable.


Domino usage notes

You have to take care with the specification of paths to be mapped to different servers because Domino generates references relative to root ("/"). By default, references to icons are generated as, for example: <IMG SRC="/icons/vwicn137.gif">
Other references are generated as, for example: <A HREF="/dwa/dwa2.nsf/5b7..f7f9!Navigate&To=Prev">

If you use WTE as a reverse proxy in front of several Domino servers, you will probably also need to include a proxy statement in the configuration file mapping server_root ("/") to a specific server on which you will at least have a centralized repository for icon files.

Using Tivoli Policy Director as a load balancer (8.3)

Using Tivoli Policy Director as a load balancer

Tivoli Policy Director can also be made to work as a basic load balancer for Domino, WebSphere, or any back-end Web application server that is a part of the namespace. The figure above illustrates how Policy Director could handle multiple clustered servers.

Policy Director can also be combined with one or more IBM Edge Server Load Balancers to prevent single points of failure. The figure below is a sample topology of how Policy Director and IBM Edge Server Load Balancer could be combined.

Using Tivoli Policy Director as a load balancer

Domino usage notes

Tivoli Policy Director can provide protected access to WebSphere servers and Domino servers using LDAP authorization via a shared LDAP directory. LDAP servers supported for this purpose include IBM LDAP, Netscape LDAP, and (new to 3.8) the MS Active Directory. In such a configuration Domino could be configured to use the IBM LDAP server (for example), but Domino itself is not supported as an LDAP server.

Recommendations (8.8)

Based upon the issues we have we covered in the discussion of these designs, we offer the following recommendations for using Domino together (or perhaps not together) with the WebSphere Edge Server.

A note about tools and techniques (8.9)

Even though not directly related to our topic, we include here some information on tools and techniques we find useful when working with Domino and WebSphere e-business solutions.


HTTP tracing tools

In order to understand the commands issued by browsers and HTTP servers, and in particular the commands which affect caching, you need a tool which can display all the headers sent in each direction. Among them are:


Sample DSAPI code for HTTP headers

A good write-up of the Domino caching situation and downloadable DSAPI sample code can be found on the Original Business Systems site. We have not evaluated the sample code in the course of writing up this information.

Collaboration-Centric Custom designs

WebSphere/Domino custom designs that are classified as Collaboration-Centric are primarily based upon functionality enabled through the Domino Server. Along with this Domino collaboration functionality, however, they do feature transactional functionality by accessing WebSphere resources.

Transaction-Centric Custom Designs

WebSphere/Domino custom designs that are classified as Transaction-Centric are primarily based upon functionality enabled through the WebSphere Application Server. Along with this WebSphere transactional functionality, however, they do feature collaboration functionality by accessing Domino Server resources.