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.Install the WebServiceSampleApplicationAccess.ear on machine
A.
- 2.Install the BTT_WebServiceBusinessAppl.ear on machine
B.
- Change the URLs in the WSDL files on machine B.
- In the file system, open the following file:
WAS_installation\installedApps\node_name\BTT_WebServiceBusinessAppl.ear\BTT_WebServiceBusinessAppl.war\WEB-INF\wsdl\CustomerService.wsdl
- Change all the occurrences of the URL, http://localhost:9080/...,
to http://machine_B_domain_name:9080/...
- Change the URLs in the invoker.xml files on machine A.
- 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
- Change all the occurrences of the URL, http://localhost:9080/...,
to http://machine_A_domain_name:9080/...