Setting up single sign-on with LTPA between two servers
You can set up a single sign-on environment between two computers that run IBM® WebSphere® Application Server. Then, users can log on to an application on WebSphere Application Server on one computer and access an application on WebSphere Application Server on a second computer without logging on to the second computer.
Before you begin
- Both computers must have static IP addresses. Otherwise, see "Adding IP addresses to host files" in this topic.
- WebSphere Application Server 8.0 must be installed on each computer.
- The IBM Rational® Asset Manager server must be installed on each instance of WebSphere Application Server. Security on both of the servers must be configured to the same user registry.
- You must be able to log in to both instances of Rational Asset Manager.
Procedure
Adding IP addresses to host files
If you are using two computers that have dynamic IP addresses, you might need to add entries into the host file of each computer. Whenever the IP addresses of the computers change, you must update the hosts files and restart the servers.
- On the first computer, open C:\WINDOWS\system32\drivers\etc\hosts.
- On a new line, enter the IP address of the first computer, such
as: Draft comment:
LJW: If any part of the next line is a variable, place that text in the <varname> tags and explain what the variable represents127.0.0.1 computer1.example.com - On a new line, enter the IP address of the second computer, such
as:Draft comment:
LJW: If any part of the next line is a variable, place that text in the <varname> tags and explain what the variable representscomputer2.example.com - Save the file.
- On the second computer, open C:\WINDOWS\system32\drivers\etc\hosts.
- On a new line, enter this text:Draft comment:
LJW: If any part of the next line is a variable, place that text in the <varname> tags and explain what the variable represents127.0.0.1 computer2.example.com - On another new line, enter this text:Draft comment:
LJW: If any part of the next line is a variable, place that text in the <varname> tags and explain what the variable representsIP address of first computer computer1.example.com - Save the file.
Draft comment:
LJW: Be sure to add related links to this topic
LJW: Be sure to add related links to this topic
LJW: This step implies that you must know the fully qualified host name and port number. Will most users know that information? If not, add this line to the "Before you begin" section: "You must know the fully qualified host names and port numbers for the instances of WebSphere Application Server on both computers." RRP - For the admin audience doing this task, they'll know it and/or know how to get it.