Kbase P182266: Having problems starting multiple appservers simultaneously.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/9/2011 |
|
Status: Unverified
SYMPTOM(s):
Having problems starting multiple appservers simultaneously.
Can only start one appserver at a time. Whichever one is started first will run.
multiple appservers set as default appservice
FACT(s) (Environment):
Products / Versions
All Supported Operating Systems
CHANGE:
Manually edited ubroker.properties to create new AppServer definition from old AppServer definition.
CAUSE:
There can be only one AppServer configured to run as the default AppServer.
FIX:
The entry in the ubroker.properties:
defaultService=1
Defines the AppServer as default.
If more than one AppServer has this line remove it from all but one AppServer.
Leave this line only for the AppServer which should by default handle requests.
It is not necessary to have any AppServer listed as default but if none is listed then all application calls to the machine must list the AppService that must satisfy the request.