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 WEB transports
 

Managing WEB transports

PAS for OpenEdge supports deployment of WebSpeed applications and you can manage your WEB transport services using the ABL WebApp: <webapp name> page.
To manage the WEB services deployed on PAS for OpenEdge:
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.
Note: The OpenEdge manager web application, oemanager, must be installed on PAS for OpenEdge for you to manage OpenEdge ABL applications and transport services while the PAS for OpenEdge instance is running.
4. Click an ABL Web application listed in the ABL WebApps section.
The ABL WebApp: <webapp name> page appears. You can view the following information about the WEB transport:
Table 23. WEB Transport Summary
Field
Description
State
State of the WEB transport (ENABLED or DISABLED)
Access URL
When working with HTTP, use this URL to access the WEB transport service in the http://<host_name>:<port>/apsv format
Secure Access URL
When working with HTTPS, use this URL to access the WEB transport service in thehttps://<host_name>:<port>/apsv format
5. Click Enable in the WEB Transport section to enable the WEB transport. Click Yes in the confirmation dialog that appears.
The enabled state is displayed in the WEB Transport Summary section.
6. To disable the WEB transport service, click Disable in the WEB Transport section . Click Yes in the confirmation dialog that appears.
The disabled state is displayed in the WEB Transport Summary section.
* Configuring WEB transport properties
* Viewing WEB transport metrics
* Managing WEB handlers