Kbase P22951: How to set up TomCat for use with AIA.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/28/2005 |
|
Status: Unverified
GOAL:
How to set up TomCat for use with AIA.
FIX:
1) Check to see if TomCat is installed properly. Start the TomCat server (startup.bat or startup.sh) and bring up the default web page using the following URL:
"http://localhost:8080"
If encountering a configuration problem, please refer to online documentation at:
"http://jakarta.apache.org/tomcat/index.html"
Do not go any further until you have TomCat running properly!
2) Stop TomCat (shutdown.bat or shutdown.sh)
3) Under the $TOMCAT_HOME/webapps folder create the following 3 folders:
/aia/WEB-INF/lib
You directory tree should look like this:
$TOMCAT_HOME/webbapps/aia/WEB-INF/lib
4) Create a file named "web.xml" with the environment parameters for AIA and place the file in the WEB-INF folder.
See solution P21950 for instructions on how to create the web.xml file
5) Version 9.1x - Copy the file $DLC/java/aia.zip to $TOMCAT-HOME/common/lib. Rename aia.zip to aia.jar.
Release 10.x - Copy the file $DLC/java/aia.jar to $TOMCAT-HOME/common/lib.
6) Start the TomCat server (startup.bat or startup.sh) and test the AIA configuration.
"http://localhost:8080/aia/Aia"
You should see "Aia1 OK"