220 Patterns: Extended Enterprise SOA and Web Services
For Windows hosts open:
<WINDOWS_HOME>\system32\drivers\etc\hosts
For Linux/Unix hosts open:
/etc/host.conf
2. Add the following statement to the hosts file. This ensures that all requests
sent to appsrv1a.itso.ral.ibm.com are redirected to your local machine.
127.0.0.1 appsrv1a.itso.ral.ibm.com
3. In addition, add statements which will assign host addresses for the
ITSOGood and Manufacturer services. If you are hosting the ITSOGood and
Manufacturer servers on the same physical machine, map these to 127.0.0.1
as shown below:
127.0.0.1 itsogood.itso.ral.ibm.com
127.0.0.1 manufacturera.itso.ral.ibm.com
4. [Optional] If you intend to install ManufacturerB and ManufacturerC, add an
entry in the hosts ...