Consultor Eletrônico



Kbase 20322: Setting up ServetExec 2.2 with AIA on Windows
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/02/2011
Solution ID: 20322

GOAL:

What are the guidelines to consider when configuring ServletExec 2.2 with AIA?

FACT(s) (Environment):

Progress 9.1B
Windows 32 Intel
Windows NT 32 Intel/Windows 2000

FIX:

1) After installing ServletExec, start the ServletExec Admin.

2) Select "Configure" under Servlets on the menu.

3) Configure the servlet for AIA.

a) Define the Servlet name, for example, Aia.

b) Enter com.progress.aia.Aia as the Servlet Class.

c)Code Base - classpath to where the aia.zip is installed, <progress-install-dir>/java/aia.zip

d) On the Initialization Arguments box, add the following parameters on one line only comma-separated string:

InstallDir=xxx,instanceName=xxx,PropertyFileName=xxx

where InstallDir is the Progress Install directory, instanceName is the name that you specified for the AIA instance in the ubroker.properties file, and PropertyFileName is the location of the properties file.
(<InstallDir>\properties\ubroker.properties).

4) Click on Submit.

5) Select "Aliases" under Servlets.

6) Create an alias for the Servlet you created on Step 5. For example, alias /aia/Aia for servlet Aia.

7) Click on Submit.

8) Select "VM Settings" under Advanced from the left-hand side menu.

9) Enter <InstallDir>/java/aia.zip in the empty field as an additional parameter for the Classpath, where <InstallDir> is the Progress installation directory.

10) Click Submit.

11) Restart your Web server. Whenever you make a change to the configuration of ServletExec, you must restart the web server.