Kbase P22031: How to specify a non-default location for the ubroker.properties file for WebSpeed Messenger.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
GOAL:
How to specify a non-default location for the ubroker.properties file for WebSpeed Messenger.
FACT(s) (Environment):
WebSpeed 3.1C
WebSpeed 3.1D
FIX:
You might need to support multiple testing/development environments on one machine, each environment running AdminServer and services on different ports. The following steps show you how you can specify a non-default location for ubroker.properties.
On UNIX:
Modify wspd_cgi.sh file to use option 4 or 5 (remember to comment option 1), and specify the new ubroker.properties in -f option. Note that this is the location of ubroker.properties not AdminServerPlugins.dat. For example:
$DLC/bin/cgiip -i wsbroker1 -f /webspeed/ubroker/ubroker.properties
On Windows:
Modify cgiip.wsc file to use option 3 or 4 (remember to comment option 1), and specify the new ubroker.properties in -f option. Note that this is the location of ubroker.properties not AdminServerPlugins.dat. For example:
-i wsbroker1 -f /webspeed/ubroker/ubroker.properties