Consultor Eletrônico



Kbase P68593: How to set up the AIA servlet on ServletExec 5.0
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

How to set up the AIA servlet with ServletExec 5.0

FACT(s) (Environment):

Progress 9.x

FIX:

These directions are for ServletExec/ISAPI. After installing ServletExec, start the ServletExec Admin.

1) Select 'manage' under Web Applications on the menu.

2) You can use either 'default-app' or create your own web application

3) Select 'web-xml' which will bring up the web application setup window

4) Select 'manage' under Servlets on the menu.

5) If you haven't created a servlet already, click on 'Add Servlet'

a) Servlet name - Aia

b) Servlet Class - com.progress.aia.Aia

c) Add following parameters in the Initialization Parameters section :


NAME VALUE
instanceName aia1
InstallDir <InstallDir>
propertyFileName <InstallDir>/properties/ubroker.properties
'InstallDir' is the Progress install directory.
'instanceName' is the name that you specified for the AIA instance in the ubroker.properties file.

Click on Submit

6) Select 'mapping' under Servlets on the menu.


7) Add the following parameters:

Url Pattern Name
/aia/* Aia
(the asterisk (*) is mandatory)
Click on Submit and close the web applications setup window.

8) Select 'classpath' under Virtual Machine on the menu.

9) Enter: <InstallDir>\java\aia.zip

Click on Submit

10) Logout and Restart the web server. Whenever you make a change to the configuration of ServletExec, you must restart the web server.

11) To test the connection to the AIA.
http://host-name/aia/Aia