Installing the EAR files on separate machines

Before you begin
This section describes how to install the presentation server and business logic server on two different machines. This section gives the instructions for WebSphere Application Server. The instructions for other platforms can be derived from this set of steps and the instructions for installing the sample on the same platform.
About this task
To install on two different machines using WebSphere Application Server, do the following steps:
  1. 1.Install the WebServiceSampleApplicationAccess.ear on machine A.
  2. 2.Install the BTT_WebServiceBusinessAppl.ear on machine B.
  3. Change the URLs in the WSDL files on machine B.
    1. In the file system, open the following file:

      WAS_installation\installedApps\node_name\BTT_WebServiceBusinessAppl.ear\BTT_WebServiceBusinessAppl.war\WEB-INF\wsdl\CustomerService.wsdl

    2. Change all the occurrences of the URL, http://localhost:9080/..., to http://machine_B_domain_name:9080/...
  4. Change the URLs in the invoker.xml files on machine A.
    1. In the file system, open the following file:

      WAS_installation\installedApps\node_name\BTT_WebServiceAccessAppl.ear\BTT_WebServiceAccessAppl.war\WEB-INF\classes\definitions/invoker.xml

    2. Change all the occurrences of the URL, http://localhost:9080/..., to http://machine_A_domain_name:9080/...