When a Domain Manager node is started, it automatically starts a Web Server to support the TIBCO BusinessEvents® Extreme Administrator access to the domain.
The URL for the TIBCO BusinessEvents® Extreme
Administrator can be found
using the display manager
command after the domain
manager has been installed and started. For example:
// // Display the URL for administrator // Manager Service Name = ActiveSpaces Transactions Adminstrator Manager URL = http://127.0.0.1:8080 Manager State = Active Service Discovery State = Enabled Service Discovery Name = domainmanager
The TIBCO BusinessEvents® Extreme
Administrator configuration has a
configuration type of km
.
Activating the TIBCO BusinessEvents® Extreme Administrator configuration starts the Web Server. Deactivating the configuration stops the Web Server.
Table 2.5, “TIBCO BusinessEvents® Extreme Administrator Web Server configuration” defines the TIBCO BusinessEvents® Extreme Administrator configuration parameters.
Table 2.5. TIBCO BusinessEvents® Extreme Administrator Web Server configuration
An example TIBCO BusinessEvents® Extreme Administrator Web Server configuration is below.
Example 2.3. Example TIBCO BusinessEvents® Extreme Administrator server configuration
// // Version 3.0 of a TIBCO BusinessEvents® Extreme Administrator Web Server configuration // configuration "asta" version "3.0" type "km" { configure kabman { Configuration { serviceName = "TIBCO BusinessEvents® Extreme Adminstrator"; description = "TIBCO BusinessEvents® Extreme Administrator web server"; listenerAddresses = { "TCP:192.168.71.129:80" }; }; }; };
The IP address of the machine on which the Domain Manager is running must be resolvable by host name, not an IP address. If it is not, the TIBCO BusinessEvents® Extreme Administrator web display will still work, but response time will be very slow. Example 2.4, “/etc/hosts File” shows an example host file entry that will perform IP address resolution by name.