Try OpenEdge Now
skip to main content
Progress Application Server for OpenEdge Configuration
Managing OpenEdge ABL applications deployed to a PAS for OpenEdge instance : Managing PAS for OpenEdge transport services : Managing APSV transports : Configuring APSV transport properties
 
Configuring APSV transport properties
Each PAS for OpenEdge instance can have a different transport mechanism for all its deployed services based on sessions, timeouts, and other advanced properties. You can configure your APSV transport configurations using the APSV transport configuration for ABL Application <ABL application name> WebApp <webapp name> page.
To set APSV transport properties:
1. Click Resources > Go to Resources in the OpenEdge Management console menu.
All resources managed by your console appear in the grid frame.
2. Filter or search for, and select the required PAS for OpenEdge instance.
For example, type the default PAS for OpenEdge instance name, oepas1, in the Filter field or select Progress Application Server as the selection in the Type drop-down menu and select the PAS instance.
The Progress Application Server: <instance name> page appears.
3. Click an ABL application listed in the ABL Applications section.
The ABL Application: <ABL application name> page appears.
You can configure the properties of a transport service of a local PAS for OpenEdge instance even when the OpenEdge manager web application, oemanager, is not installed and the instance is not running. However, to configure the properties of a transport service of a remote PAS for OpenEdge instance, ensure that the oemanager is installed and the instance is running.
4. Click an ABL Web application listed in the ABL WebApps section.
The ABL WebApp: <webapp name> page appears.
5. Click Configuration under the APSV Transport section.
The APSV transport configuration for ABL Application <ABL application name> WebApp <webapp name> page appears.
6. Set the following properties in the APSV Transport Properties section:
Table 21. APSV Transport properties
Parameter
Default
Description
Status enabled
1
Returns the status of the server or APSV transport in JSON format.
Enable request chunking
1
Enables chunking for the ABL client. This results in a better performance when transferring large amounts of data.
Allow runtime updates
0
If the value is 0, it does not allow certain properties to be updated dynamically.
Collect metrics
1
Collects the metrics used by oemanager.
Adapter enabled
1
Enables the APSV transport from servicing requests.
Use HTTP sessions
1
Enables HTTP sessions for the ABL client. An HTTP session is created when the ABL client connects.
7. Click:
*Save to save the changes.
*Cancel to reject the recent changes.
*Reset to apply the last-saved settings.