PAS for OpenEdge instance parameters
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
PAS for OpenEdge comes preconfigured with certain server features and HTTP request filters (referred to as valves) that are executed on each client request. Although the default settings work for most situations, some server features or filters can be disabled to adjust security or HTTP request processing time. The recommended method of controlling server options is to use the PASMAN command line utility:
|
The complete list of instance features can be displayed by typing the following command:
|
A description of each individual feature can be displayed by typing the following command:
|
Tuning tips
- The
StuckSessionValveapplies to all deployed web applications, including the OpenEdge web applications that execute the ABL language requests. This setting can result in false positives so interpret the information as informational and not an error. - The
CrawlerSessionManagerfeature protects against large numbers of HTTP sessions being started by external web page indexers which consume a lot of heap space. For web-based PAS for OpenEdge instances, Progress recommends that you leave the feature enabled. If you have intranet PAS for OpenEdge instances you may disable the feature. - The
AccessLogfeature uses processing time to format and write the tracking of HTTP clients. This feature should be disabled unless deemed necessary. - The
SingleSignOn(SSO) feature allows the user to log in just once to the PAS for OpenEdge instance for all web applications in a particular realm. Both the Apache Tomcat management and OpenEdge remote administration web applications share the same realm and benefit from SSO. The OpenEdge web applications (oeabl.war) can also benefit from this functionality if they are configured for container security. If your production PAS for OpenEdge instance does not deploy those administration web applications or need to benefit from SSO, disable this feature. - PAS for OpenEdge instance clusters are advanced web server
architectures and the
Clusterfeature should remain disabled until it is necessary to support your ABL application using multiple PAS for OpenEdge instances. - The
SecurityListenerfeature is used infrequently but is available for best-practice production security configurations. Enable this feature only if you are certain that PAS for OpenEdge instances are deployed using the required OS file and directory permissions. - The
RemoteHostValveandRemoteAddrValvedefault configuration allows all host names and addresses, so their overhead is small. Both DNS and IP addresses are considered unreliable for identifying internet clients, so you may disable these if PAS for OpenEdge is web-based. They may be of more use when PAS for OpenEdge is running on what the end user site considers a secured intranet.