IBM


7.2.6 WebSphere data source configuration

After you have created or restored your database configure a data source in WebSphere so that your Web applications can access the database. There are two reasons for the way we configure the data source: - We are using an independent ASP for our main application data storage.

- We are using clustering so the primary copy of the database could switch to a different system.

Although the database appears local to one WebSphere node, it is a remote database for the rest. Plus, during a failure, the database could switch to a different machine. So, we are going to handle that event in the pool by configuring all connections on all machines as remote database connections, even if the database is on the local system. Then, we configure and direct the connections to the IP takeover address so that when a switch happens, the pool rebuilds the connections to the new database host, which assumes ownership of the IP takeover address.


Redbooks ibm.com/redbooks

Next