Configuring a mid tier to launch a browser in a different mid tier
You can configure a central Mid Tier to launch a browser on another Mid Tier. Perform this procedure on the central server for each remote server that you are configuring.
Before you start this procedure, review Multiple browser sessions in a distributed mid tier environment.
If you use BMC Helix ITSM applications, see Registering hub and spoke servers.
To configure a Mid Tier to render content in a different Mid Tier
- On the central AR System server, add a new entry to the AR System server to Key Map form for the remote AR System server.
In the Server Name field, type the name of the server used for the remote AR System server in the Mid Tier Configuration Tool of the remote Mid Tier.
If you enter the Fully Qualified Domain Name (FQDN) of the AR System server, make sure that the FQDN of the remote AR System server can be resolved by using the domain name system (DNS) from the central Mid Tier server and from the remote mid tier server.
If the FQDN of a remote AR System server is invalid, make sure the Server Name value for the remote server is valid in the AR System server to Key Map form on the central server. Make sure the valid remote Server Name can be resolved from outside the specific DNS.- In the Public Key field, copy the Public Key for the remote AR System server.
Click the expand box of the Public Key field, and copy the Public Key into the expand box. The Public Key for the remote AR System server is in the server's entry on the AR System server to Key Map form hosted on the remote AR System server (for example, http:///midtierservername:port///arsys**). In a server group, the group shares the same Public/Private key pair. In the Web Path field, enter the mid tier base URL for the remote Mid Tier.
If there is a load balancer situated between the browser and the remote Mid Tier, type the URL of the load balancer instead of the mid tier base URL.
- Write a workflow that invokes an Open Window action on the remote AR System server.
See the example below.
You can process requests in only one session at a time. Therefore, click Open in New Window only once and then process that request. If you log on to the remote server in another browser window on the remote AR System server, and then close the new window without logging off, you can receive an error while attempting to process a request in the original session. This error is caused by concurrent sessions.
Example of creating an Open Window action workflow
- Using SAMPLEDATA source, specify the following:
- Sample Server Name as the central AR System server (such as arscentral.bmc.com)
- Sample Form as User
- Runtime Server Name as $Srv$
- Runtime Form Name as $Form$
- Set up Window Type as Submit.
- Set up Target location as New.
- Set the Login Name field (field ID 101) to User.
- Save the active link.