Enables one or more SGD Gateway services.
gateway config enable [ --services-reflection ] [ --services-reflection-auth ] [ --routes-http-redirect ]
Use the command line options to enable specific SGD Gateway services. You must specify at least one command-line option.
After using this command to enable a service, you must restart the SGD Gateway to start the service.
The following table shows the available options for this command.
Option | Description |
---|---|
| Enables unauthenticated access to the SGD Gateway reflection service. By default, this service is disabled. See Section C.9, “The Reflection Service” for more details about the SGD Gateway reflection service. |
| Enables authenticated access to the SGD Gateway reflection service. By default, this service is disabled. See Section C.9, “The Reflection Service” for more details about the SGD Gateway reflection service. |
| Enables the HTTP redirection service. By default, this service is disabled. |
The following example enables authenticated access to the SGD Gateway reflection service.
# /opt/SUNWsgdg/bin/gateway config enable --services-reflection-auth