Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

 In the Bridgehead installation described here, the EAR will be installed in the AppsCluster, so all scopes are set to AppsCluster. If you want to deploy the EAR to a different Cluster, please adjust the scope.

1. Download and copy Files

In the ConnectionsExpert web interface, navigate to the Configuration view by clicking on the cogwheel icon (top-right corner). In the Configuration view you can download the ConnectionsExpert_Bridgehead.zip. This archive includes EAR and configuration files for the installation of the so called Bridgehead:

...


Please copy the folder "pbh" into the Connections customization directory.

2. Configure the adminclient.props settings:

Code Block
languagexml
themeEmacs
host=<dmgr_fqdn> <!--default: localhost-->
port=<dmgr_soap_port> <!--default: 8879-->
type=SOAP
securityEnabled=true 
username=<username> 
password=<password>
autoAcceptSignerForThisConnectionOnly=true 

...

  • Windows:
    <customer-specific>\WebSphere\AppServer\bin\PropFilePassword
    Encoder.<sh|bat> <path_to_pbh_dir>\adminclient.props password

3. Create WebSphere Cluster

In the WebSphere Integrated Solution Console (ICS) go to Clusters > WebSphere Application Clusters. Create a cluster with one or optionally more nodes.
Figure 5: Create Cluster 1

Figure 6: Create Cluster 2

Figure 7: Create Cluster 3

...