Configure just the basic routing when domain partitioning
and routing are not required.
About this task
Configuration is performed using the
Integrated Solutions Console.
- Log in to the Integrated Solutions Console:
- Open a browser and navigate to the following
URL: https://host_name:port/ibm/console.
Where:
- host_name is the fully qualified host name
of the server where the application or the network deployment manager
is deployed.
- port is the secured port used to access the
console. The default port is 9043.
Note: The default unsecured port is 9060.
If you use 9060, you must have "http" instead of "https" in the URL.
- Enter an administrator user ID and password. (Omit the password if security is
not enabled.)
- Click Log in.
- Click .
- Go to the Resource Provider Environment for the Aggregation Proxy,
and configure the basic routing.
- Click Custom Properties under
additional properties.
- Click New. If you
are not using HTTPS, then create the following minimum custom properties:
Table 1. Minimum Resource Environment Provider Custom Properties for
Basic RoutingProperty |
Example Value |
Description |
Notes |
PROXY_ROOT |
http://example.com/services |
Context root of Aggregation Proxy |
|
HTTPS_PROXY_XDMS |
false |
Enable/disable HTTPS |
|
XDMS_URI |
http://sharedlist1.com: 9080/services# http://presrules1.com: 9081/services |
The list of the backend XDMS enablers serviced
by the Aggregation Proxy. |
List all enablers here, separated by a # symbol.
Enablers listed here are also known as the "Default" route. |
If you are using HTTPS, you need to add
the following custom properties instead: Table 2. Minimum Resource
Environment Provider Custom Properties for Secure HTTPS Basic RoutingProperty |
Example Value |
Description |
Notes |
PROXY_ROOT |
http://example.com/services |
Context root of Aggregation Proxy |
|
HTTPS_PROXY_XDMS |
true |
|
Must be enabled when using HTTPS |
XDMS_URI_HTTPS |
https://sharedlist1.com: 9080/services# http://presrules1.com: 9081/services |
The XUIs of the backend XDMS clusters serviced
by the Aggregation Proxy. |
List all XUIs here, separated by a # symbol. |