Consultor Eletrônico



Kbase P94699: How to specify a non-default location for the ubroker.properties file for the AdminServer in OpenEdg
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/01/2008
Status: Unverified

GOAL:

How to specify a non-default location for the ubroker.properties file for the AdminServer in OpenEdge 10.x.

GOAL:

How to use a different ubroker.properties file in OpenEdge 10.x.

GOAL:

How to point to a different ubroker.properties file in OpenEdge 10.x.

GOAL:

How to start the a Progress component with a specific ubroker.properties, other than the one located in the $DLC\properties directory in OpenEdge 10.x.

FACT(s) (Environment):

OpenEdge 10.x
UNIX

FIX:

Follow the steps below:

- Copy the $DLC/properties/AdminServerPlugins.properties file into a new location
- Edit the new copy of AdminServerPlugins.properties file and look for the [Plugin.UBPropMgr] section; it will read something like:

[Plugin.UBPropMgr]
license=4325376,4718592,10747904,17432576,25165824,4980736,1245185,1310721,1048
577,17563649
classname=com.progress.ubroker.tools.PropMgrPlugin
dependancy=Plugin.System

Add the *pluginargs* parameter at the end of the section. After the modification, it should read as follows:

[Plugin.UBPropMgr]
license=4325376,4718592,10747904,17432576,25165824,4980736,1245185,1310721,1048
577,17563649
classname=com.progress.ubroker.tools.PropMgrPlugin
dependancy=Plugin.System
pluginargs=<New Location Path>/ubroker.properties

- Save the file.
- Start up proadsv with the -f option pointing to the new copy of AdminServerPlugins.properties, for example:

proadsv -f <Path to the new AdminServerPlugins.properties>/AdminServerPlugins.properties -start