Kbase 21080: How to specify a non-default location for the ubroker.properties file for the AdminServer in Progres
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to specify a non-default location for the ubroker.properties file for the AdminServer in Progress 9.1x.
GOAL:
How to use a different ubroker.properties file in Progress 9.1x.
GOAL:
How to point to a different ubroker.properties file in Progress 9.1x.
GOAL:
How to start the a Progress component with a specific ubroker.properties, other than the one located in the $DLC\properties directory in Progress 9.1x.
FACT(s) (Environment):
Progress 9.1C
Progress 9.1D
FIX:
Follow these steps:
1. Copy the $DLC/AdminServerPlugins.dat file into a new location
2. Add the new location of ubroker.properties within the AdminServerPlugins.dat file under the 'UBPropMgrPlugin' (Unified Broker Property Manager Plugin) section.
In Progress 9.1C, add the
ew_location/ubroker.properties underneath the "progress.zip" line.
Example:
# Unified Broker Property Manager Plugin
#
UBPropMgrPlugin
4325376,4718592,10747904,17432576,25165824,4980736,1245185,1310721,1048577,17563649
com.progress.ubroker.tools.PropMgrPlugin
progress.zip
ew_location/ubroker.properties
For Progress 9.1D, add the
ew_location/ubroker.properties underneath the "progress.jar" line.
Example:
# Unified Broker Property Manager Plugin
#
UBPropMgrPlugin
4325376,4718592,10747904,17432576,25165824,4980736,1245185,1310721,1048577,17563649
com.progress.ubroker.tools.PropMgrPlugin
progress.jar
ew_location/ubroker.properties
Please remember to not use variables to reference the location of the file.
3. Start the AdminServer with the -f parameter.
This parameter will specify the new location for the 'AdminServerPlugins.dat' file.
Example:
proadsv -f
ew_location/AdminServerPlugins.dat -start