Consultor Eletrônico



Kbase 20189: Setting up ServletExec 3.0 Application Server with AIA 9.1B up to 10.0B on Windows
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/27/2009
Status: Verified

GOAL:

How to setup Progress 9.1x AIA with ServletExec Application Server ?

GOAL:

AIA

FACT(s) (Environment):

Progress 9.1x
ServletExec 3.x

FIX:

New Atlanta's ServeletExec application provides a web application server and servlet engine that implements Java Servlet API and JavaServer Pages (JSP) components of the Sun Java2 Platform, Enterprise Edition (J2EE) to build portable web applications that can be deployed on any major Web server and operating system.

There are two Servlet engines for ServletExec 3.0; The ISAPI plug-in Servlet Engine and the Application Server. The setup guidelines for the application Server are:
For the ISAPI Servlet Plug in Engine please see solution id:


To configure ServeletExec's Application Server Engine with the AIA perform the following:

1) Install ServletExec.

2) Edit the StartServletExec.bat located in the file to add the <Progress InstallDir>/java/aia.zip file to the -classpath parameter. Ensure the whole parameter remains in quotes and each value is separated by semi-colon.

3) Start the Servlet engine.
Execute the StartServletExec.bat file or start the ServletExec NT service.

4) Start the ServletExec Admin.

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

6) Click on Add Servlet.

7) Define the Servlet Name.
a) For Servlet Class enter com.progress.aia.Aia
b) Under the Initialization Parameters, add:

InstallDir = Progress Install Dir
instanceName = The name specified for the AIA instance in the ubroker.properties file.
PropertyFileName = Location of the properties file. \properties\ubroker.properties)
9) Click on Submit.

10) Restart the Servlet Engine Server. NOTE: Whenever a change is made to the configuration of ServletExec, a restart is required.

To test the connection to the AIA, go to http://host-name/servlet/Aia,
An Aia OK message will appear if the AIA servlet was queired.