Kbase P121552: How to setup Web Services Adapter with a remote AdminServer?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/02/2010 |
|
Status: Verified
GOAL:
How to setup Web Services Adapter with a remote AdminServer?
GOAL:
How to setup WSA with a remote AdminServer?
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
Web Services
OpenEdge Web Category: WebServices
FIX:
The Web Services Adapter (WSA) does not require an AdminServer be installed locally.
The WSA does need a syntactically correct ubroker.properties file.
An example of a ubroker.properties file from the WSA machine which has no AdminServer:
[WSA.wsa1]
location=remote
logFile=/usr1/OE_101awrk/wsa1.wsa.log
wsaUrl=http://uxtssolar3:80/wsa/wsa1
This example can be defined on the AdminServer machine as well however the location of the logfile would need to be adjusted to a location local to the machine.
Example of a ubroker.properties file of the AdminServer which is remotely monitoring the WSA:
[WSA.wsa1]
location=remote
logFile=c:\temp\wsa1.wsa.log
wsaUrl=http://uxtssolar3:80/wsa/wsa1