HTTP properties
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use the HTTP tab to enable the HTTP connector for Progress Application Server.
| Property | Default value | Description |
|---|---|---|
| HTTP connector | ON |
Use the ON/OFF toggle switch to enable or disable the HTTP connector respectively. |
| Port | 8090 |
Specify the HTTP protocol connector port number. |
| Connection timeout (milliseconds) | 20000 |
Specify the time, in milliseconds, to wait between the establishment of a TCP connection by a client and the arrival of the first HTTP request. |
| Max connections | -1 |
Specify the maximum number of TCP socket connections per HTTP connector. |
| Max queue size | 100 |
Specify the maximum size of HTTP connector message queue. |
| URI encoding | ISO-8859-1 |
Specify the character encoding used to decode the URI bytes after
decoding the URL. Note that this value is set to Tomcat's default value, and it impacts both the HTTP and HTTPS connectors. |
| Bind on init | false |
Select the check box to control when to bind the socket used by the connector. |
| Compression | on |
Select the check box to enable GZIP compression for HTTP transports. |