2. Configuring the SGD Gateway
A. SGD Gateway Architecture Overview
Changing the Maximum Number of AIP Connections
Calculating the Number of AIP Connections
Changing the Maximum Number of HTTP Connections
Calculating the JVM Memory Size
Changing the Binding Port for the SGD Gateway
Using Unencrypted Connections to the SGD Array
Using External SSL Accelerators
How to Enable External SSL Accelerator Support
Using Client Certificates With the SGD Gateway
How to Configure the SGD Gateway to Use Client Certificates
Enabling the Balancer Manager Application
Enabling the Reflection Service
How to Enable Authorized Access to the Reflection Service
About the RESTful Web Services
# /opt/SUNWsgdg/bin/gateway config enable --services-reflection
![]() | Caution - By default, unauthenticated access to the reflection service is only available from the SGD Gateway host. Enabling unauthenticated access on other interfaces can present a security risk. |
The default interface used for unauthorized access to the reflection service is the localhost loopback interface. The following example shows how to enable unauthorized access on all interfaces:
# /opt/SUNWsgdg/gateway config edit \ --services-reflection-binding *:81
The default port used for unauthorized access to the reflection service is TCP port 81. You can change this to another port that is not in use, as follows:
# /opt/SUNWsgdg/gateway config edit \ --services-reflection-binding localhost:portnum
where portnum is the port number used by the reflection service.
# /opt/SUNWsgdg/bin/gateway restart
On the SGD Gateway host, you can start a browser and go to http://localhost:81.
The home page for the reflection service is shown.