Consultor Eletrônico



Kbase P1176: How to define different PROPATH directories for multiple WebSpeed 3.x brokers on the same machine?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

How to define different PROPATH directories for multiple brokers on the same machine from the same installation?

GOAL:

How to define different PROPATH for different brokers from the same installation?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

Currently there are two options

Option 1: Set the PROPATH within the ubroker.properties file for each broker
Option 2: Use different "web-disp.p" files for each broker

Option 1.
Set the PROPATH within the ubroker.properties file for each broker. This is the the easiest and most common way to use a different PROPATH for different brokers. Use the Progress Explorer to manage the correct information in the ubroker.properties file. This is the recommended way.

Options 2.
However, there may be times, when Option 1 may not be feasible. And for those cases, you may use different web-disp.p files for each WebSpeed broker.

1. Copy the web-disp.p from the DLC\src\web\objects\ directory
2. Place the file into a new location
3. Add the different PROPATH in each web-disp.p
(PROPATH = "D:\NewFolder," + PROPATH).
4. Change the path so the broker can use the new copies of web-disp.p.

Do this through the ubroker file directory or through the Progress Exp.

Edit the ubroker.properties, alter the section 'srvrStartupParam' and add;
=-p D:\newlocation\web-disp.p -weblogerror

With Progress Explorer, go to the properties of the broker, then it can be altered in the 'Agent Startup parameters' field;
-p D:\newlocation\web-disp.p -weblogerror.