Salesforce

How to Setup Jrun 3.0 With AIA 9.1x on a UNIX Platform

« Go Back

Information

 
TitleHow to Setup Jrun 3.0 With AIA 9.1x on a UNIX Platform
URL Name20524
Article Number000151749
EnvironmentProgress 9.1x
UNIX
JRun 3.0
Question/Problem Description
How to Setup Jrun 3.0 With AIA 9.1x on a UNIX Platform
How to configure Jrun in combination with the AppServer Internet Adapter
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Guidelines to set up a servlet engine (Jrun 3.0) to work with the Progress AppServer Internet Adapter (AIA) Version 9.1B.
Follow these steps to set up Jrun 3.0 after an install:
1) Open the <Jrun-install-dir>/bin/jrun script for editing before
you start the servlet engine.

2) Near the top of the file, add the DLC, WRKDIR environment
settings. For example:

#!/bin/sh
#
# jrun -- start a new JVM and instantiate a class
#
# Usage:
# See usage function below.
#
# Limitations:
# each evaluation. \\a -> \a -> a
# 1 line continuation characters could also be easily supported.
#

# Save original args
DLC=<Path of the Progress-AIA/S install-dir>; export DLC
WRKDIR=<Path-to-working-directory>; export WRKDIR
APP_LIST=
NOHUP=
JAVA_EXE=
JAVA_ARGS=
USER_JAVA_ARGS=
CLASS=
CLASS_ARGS=
CLASSPATH=

3) Find export LD_LIBRARY_PATH and add the proper path on the
line above it (The following example is for HP-UNIX):

SHLIB_PATH=$DLC/lib:$SHLIB_PATH
export SHLIB_PATH

4) Find export CLASSPATH and add the proper path on the line
above it (example for HP-Unix):

CLASSPATH=<path-to-progress-install-dir>/java/aia.zip:$CLASSPATH
export CLASSPATH

5) Save the Jrun script.

6) Start the AdminServer from the Jrun/bin directory with:

./jrun -start

This should start a "jrun -admin" and a "jrun -default"
server or process.

7) To test configuration, open a browser and enter one of the
following lines in the location toolbar:



(General install defaults to 8001 if the port is available.)

        


(Defaults to 8101 if the port is available.)
Workaround
Notes
- You must have JRE/JDK Version 1.2.2 installed prior to the Jrun.
- If you have a configuration problem, refer to Jrun documentation at www.allaire.com.
Allaire Corporation's Jrun is a J2EE application server and integrated development environment for building and deploying server-side Java applications.
After you install the Jrun Java Servlet you must make sure that the servlet engine is working properly. Test at least one of the Jrun example servlets at http://hostname:8101/demo. If this test does not work, do not proceed until you get it working.
References to Written Documentation:

Progress Solutions:
20767, Could not instantiate AIA: JRUN with AIA
20333, NoClassDefFoundError: Promsgsfile on Unix
Keyword Phrase
Last Modified Date9/13/2015 5:28 PM

Powered by