Kbase P94909: How to specify a non-default location for ubroker.properties file for 10.0B on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/05/2006 |
|
Status: Unverified
GOAL:
How to specify a non-default location for ubroker.properties file for 10.0B.
GOAL:
How to move location of ubroker.properties file for 10.0B on WINDOWS
FACT(s) (Environment):
OpenEdge 10.0B
Windows 32 Intel
FIX:
1. Copy %DLC%\properties\AdminServerPlugins.properties to new location.
2. Add new location of ubroker.properties file to AdminServerPlugins.properties.
3. Add new location under UBPropMgrPlugin section.
Example:
UBPropMgrPlugin
4325376,4718592,10747904,17432576,25165824,4980736,1245185,1310721,1048577,17563649
com.progress.ubroker.tools.PropMgrPlugin
progress.jar
pluginargs=\new location\ubroker.properties
4. Start AdminServer with -f parameter which specified location of AdminServerPlugins.properties file.
Example:
proadsv -f \path to new location\AdminServerPlugins.properties -start