Kbase 19710: Apptivity 3.2 Configuring Managers with JDK 1.2 as NTService
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How to install the Progress Apptivity Distribution Manager and Component Manager.
GOAL:
Apptivity 3.2 Configuring Managers with JDK 1.2 as NTService
FACT(s) (Environment):
Apptivity 3.2
FIX:
This solution details the steps to install the Progress Apptivity Distribution Manager and Component Manager as NT Service with Java Development Kit (JDK) 1.2. On the NT 4.0 SP6a test machine used to document this solution, pcrwe2 JDK 1.2 is installed at E:\jdk1.2\jre and the ApptivityServer is installed at D:\Apptivity32\Server
Follow these steps:
1) Add to the location of the Java JDK 1.2 Interpreter
(E:\jdk1.2\jre\bin) to the path environment variable.
Using the Set Path command within a command box results in:
Path=D:\WINNT\system32;D:\WINNT;D:\WINNT\system32\nls\English;
E:\jdk1.2\jre\bin;Z:.;C:\Novell\Client32;
PATHEXT=.COM;.EXE;.BAT;.CMD
Within the example E:\j12jar\apprt.jar is a copy of
D:\Apptivity32\Server\Unix\32Runtime\32Runtime.jar, and
E:\j12jar\rt.jar is a copy of E:\jdk1.2\jre\lib\rt.jar.
2) Look at the contents of the directory containing the
archives and properties files (E:\j12jar):
04/18/00 11:51a <DIR> .
04/18/00 11:51a <DIR> ..
10/29/99 12:39p 6,084,548 apprt.jar
03/15/00 12:11p 362 cm.prop
03/15/00 12:11p 188 CM1_start.properties
08/03/99 04:04p 64 CM1_stop.properties
03/15/00 12:08p 173 DM_start.properties
08/04/99 12:01p 62 DM_stop.properties
12/01/98 04:37p 10,478,246 rt.jar
10 File(s) 16,563,643 bytes
3) Modify the Registry key
[HKEY_CURRENT_USER\Software\Apptivity30\Server\JavaVM]
to point to the JDK 1.2. Interpreter:
E:\jdk1.2\jre\bin\java.exe
The exported registry key may look like:
[HKEY_CURRENT_USER\Software\Apptivity30\Server\JavaVM]
@="e:\\jdk1.2\\jre\\bin\\java.exe"
4) Create the Distribution Manager Service (DMS) by editing
adm.bat to:
AppServ -install DM32J12S
progress.apptivity.dmanager.DistributionManager
-Dorg.omg.CORBA.ORBClass=IE.Iona.OrbixWeb.CORBA.ORB
-Dorg.omgorba.ORBSingletonClass=IE.Iona.OrbixWeb.CORBA.singletonORB
-classpath
.;E:\j12jar\rt.jar;e:\j12jar\apprt.jar -Xbootclasspath:.;e:
\j12jar\apprt.jar;e:\j12jar\rt.jar
-start=e:\j12jar\DM_start.properties -stop=e:
\j12jar\DM_stop.properties
-Dapptivity.dmanager.host=pcrwe2
5) Create the Component Manager Service (CMS) by editing
acm.bat to:
AppServ -install CM32J12S
Progress.apptivity.cmanager.ComponentManager
Dorg.omg.CORBA.ORBClass=IE.Iona.OrbixWeb.CORBA.ORB
Dorg.omg.Corba.ORBSingletonClass=IE.Iona.OrbixWeb.CORBA.singletonORB
classpath
;E:\j12jar\rt.jar;e:\j12jar\apprt.jar -Xbootclasspath:.;e:
\j12jar\apprt.jar;e:\j12jar\rt.jar
-start=e:\j12jar\CM1_start.properties -stop=e:
\j12jar\CM1_stop.properties
apptivity.properties.file=e:\j12jar\cm.prop
6) Give the specific user rights to log on as a service and
log on as batch.
7) Retype the passwords for the Distribution Manager and the
Component Manager Service at:
Control Panel > Services > DM32J12S > Startup
Control Panel > Services > CM32J12S > Startup
8) Start the services at:
Control Panel -> Services -> DM32J12S
Control Panel -> Services -> CM32J12S
9) Connect to the Service using the Windows Explorer at:
Lookup in Name Service - Specify Host and Port.