Kbase P25780: How to access a test application or a production application via Progress WebClient using a hard cod
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/06/2009 |
|
Status: Verified
GOAL:
How to access a test application or a production application via Progress WebClient using a hard coded partition name in an application.
GOAL:
How to hard code a partition name.
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
Set up two AppServer brokers.
Set each broker to register with the same name server.
Set first broker with the Application service name to the production application.
Set second broker with the Application service name to the test application.
Modify The appsrvtt.d file that was downloaded with the web client.
The original appsrvtt.d file points to the hard coded partition name and the production application service.
Change the Application service name in the appsrvtt.d file to the test service name.
When the appsrvtt.d file is accessed by the hard coded partition name, it will now call on the test Application.