user manual

80 BES Developers Guide
Configuring your Apache web server to invoke a CORBA server
method is a request from a browser: HttpRequest, and the output for the
process() method is an html page contained in: HttpResponse.
Configuring your Apache web server to invoke a CORBA server
Before an Apache web server can invoke a CORBA server, you must modify
the lines of code that pertain to the IIOP connector in the httpd.conf file. For
detailed information, go to Chapter 5, Web server to web container
connectivity.
Figure 8.1 Connecting from Apache to a CORBA server
Apache IIOP configuration
The Apache IIOP connector has a set of configuration files that you must
update with web server cluster information. By default, these IIOP connector
configuration files are located in:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/mos/apache2/conf
Note "cluster" is used to represent a CORBA object instance(s) that is known to the
system by a single name or URI. The IIOP connector is able to load-balance
across multiple instances, hence the term "cluster" is used.