Lists the current SGD Gateway configuration.
gateway config list [ --binding ] [ --routes-http-maxcon ] [ --routes-aip-maxcon ] [ --routes-reverseproxy-redirect ] [ --services-reflection-binding ] [ --services-reflection-auth-binding ]
The command-line options enable you to list specific configuration settings. If no options are specified, the full configuration details for the SGD Gateway are displayed.
The current SGD Gateway configuration is stored in
the /opt/SUNWsgdg/etc/gatewayconfig.xml
file.
The following table shows the available options for this command.
Option | Description |
---|---|
| Interface and port that the SGD Gateway listens on for incoming proxy connections |
| Maximum number of HTTP connections |
| Maximum number of Adaptive Internet Protocol (AIP) connections |
| HTTP redirection port |
| Interface and port used for unauthenticated access to the SGD Gateway reflection service |
| Interface and port used for authenticated access to the SGD Gateway reflection service |
The following example shows binding configuration and the maximum number of AIP connections for the SGD Gateway.
# /opt/SUNWsgdg/bin/gateway config list --binding --routes-aip-maxcon binding: *:443 routes-aip-maxcon: 2920
The following example shows full details for the current SGD Gateway configuration.
# /opt/SUNWsgdg/bin/gateway config list binding: *:443 routes-http-maxcon: 100 routes-aip-maxcon: 2920 routes-reverseproxy-redirect: null services-reflection-binding: localhost:81 services-reflection-auth-binding: *:82