Consultor Eletrônico



Kbase P123502: How to access AIA directly from the web server URL instead of the Tomcat URL?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/23/2007
Status: Unverified

GOAL:

How to access AIA directly from the web server URL instead of the Tomcat URL?

GOAL:

What is mod_jk ?

GOAL:

When to use mod_jk for the Apache/Tomcat/AIA ?

FACT(s) (Environment):

Tomcat
Apache
IIS
iPlanet 6.0
Progress 9.x
OpenEdge 10.x

FIX:

mod_jk is an Apache plugin that enables communication between Apache and Tomcat.
This plugin is available at :
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin

This plugin can also be built from the source code available form the Apache site.

This plugin should be used when the AIA needs to be accessed direclty out of the Apache web server url instead of the Tomcat one, which runs in a diferent TCP port.
Example:
Usual Tomcat URL to reach the AIA:
http://myserver:8080/aia/Aia1?AppService=asbroker1

When the mod_jk is installed and the Webserver is correctly set up use :
http://myserver/aia/Aia1?AppService=asbroker1

This component will also work for environments where the WebServer is not Apache but IIS or iPlanet.