Try OpenEdge Now
skip to main content
Startup Command and Parameter Reference
Startup Parameter Descriptions : Proxy Port (-proxyport)
 

Proxy Port (-proxyport)

Use the Proxy Port (-proxyport) parameter to specify the port on which the HTTP-based Proxy server is listening.
Operating system and syntax
UNIX / Windows
-proxyport { port-number }
Use with
Maximum value
Minimum value
Single-user default
Multi-user default
Client Connection
65536
1
port-number
The port number of the HTTP-based proxy server.
When you specify this parameter, all connections made by an AppServer client using the HTTP or HTTPS protocol connect to an AppServer Internet Adapter (AIA) instance using the proxy server at the specified host and port.
When binding to a WSDL file via the server object's CONNECT( ) method, all connections made using the HTTP or HTTPS protocol connect to the proxy server at the specified host and port.
Note: If you specify the Proxy Port (-proxyport) parameter, you must also specify the ProxyHost (-proxyhost) parameter.