Consultor Eletrônico



Kbase 19895: Using Multiple Versions of the JVM on the Same Machine
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How can potential problems be reduced when there are multiple JVMs on the same AS/400 ?

FACT(s) (Environment):

OS/400 V4R4
Progress 9.1x

FIX:

JVM version 1.1.7 is required when you run the Progress/400 AppServer.

If multiple JVMs are installed on the same AS/400 machine, the system property 'java.version' must be set to 1.1.7 before the Progress/400 AppServer is started.
Assuming that Progress is the default user specified when Progress/400 is installed, do the following:

1) Execute : mkdir /home/PROGRESS

2) Execute : edtf '/home/PROGRESS/SystemDefault.properties'

3) Once in EDTF, add a line as follows: java.version=1.1.7

4) Save the changes before you exit.

5) Execute : CHGUSRPRF USRPRF(PROGRESS)
HOMEDIR('/home/PROGRESS')