Kbase 21789: How To Hard Code the Host Name of the AdminServer for V9.1C
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/02/2002 |
|
SUMMARY:
This Knowledge Base Solution provides the steps required to hard code the Host name of the AdminServer in Progress Version 9.1C.
EXPLANATION:
In some Networking configurations, it might be a requirement to start the AdminServer using localhost as the Host name.
SOLUTION:
Follow these steps to hard code the Host name used by the AdminServer.
-- On UNIX
Start AdminServer using the Java system properties:
java.rmi.server.hostname.
The Java system properties for the AdminServer can be modified by
using a proset.env file. Create proset.env, if it does not already exist, and place it in your PROPATH.
Add these lines in the proset.env file and save:
JVMARGS="$JVMARGS
-Djava.rmi.server.hostname=<hostname>"
-- On Windows NT/2000
Change the value of the Registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\9.1C\StartupCmd\Chimera
by adding the string:
-Djava.rmi.server.hostname=<hostname>
just before:
com.progress.chimera.adminserver.AdminServerType
References to Written Documentation:
Progress Knowledge Base Solution 20141, "How to Connect a Multi-homed AdminServer from 2 Subnetworks"