Kbase P89947: How to configure AIA to connect a remote AppServer client without Name Server
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/7/2004 |
|
Status: Unverified
GOAL:
How to configure AIA to connect a remote AppServer client without Name Server
FIX:
You can accomplish this by choosing one of the following options:
Using Progress Explorer:
1) Open the properties of the AIA instance by right clicking on the item and select properties.
2) Go to Controlling NameServer and check off the toggle item "Connect using Name Server"
3) In the same screen the fields "Host Name" and "Port Number" will become enable. For "Host Name" enter the hostname or ip address where the AppServer broker is running. For "Port number" enter the port number of the AppServer Broker
4) Close the properties by clicking OK
5) Restart your Servlet to make the changes take place
Editing ubroker.properties file.
1) Open the file and look for the AIA instance, ie: [AIA.Aia1]
2) Add or modify the parameter registerNameServer=0
3) To specify the host location of the AppServer broker add the parameter
Host=<hostname or ip address of the broker>
The default value is localhost .
4) To specify the port the AppServer broker add the parameter
Port=<port number>
The default value is 3090.
5) Save your changes and restart your Servlet to make the changes take place