Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
adds a new HTTP redirect
create-http-redirect [--help] [--redirect-port redirect-port] [--secure-redirect={false|true}] [--target target] protocol-name
The create-http-redirect
subcommand creates an HTTP redirect. This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--redirect-port
Port number for redirects. If the HTTP listener is supporting non-SSL requests, and a request is received for which a matching security-constraint requires SSL transport, GlassFish Server automatically redirects the request to this port number.
--secure-redirect
If set to true, the HTTP redirect runs SSL. The default value is false
.
--target
Creates the HTTP redirect only on the specified target. Valid values are as follows:
server
Creates the HTTP redirect on the default server instance. This is the default value.
Creates the HTTP redirect in the specified configuration.
Creates the HTTP redirect on all server instances in the specified cluster.
Creates the HTTP redirect on the specified standalone server instance.
The name of the protocol to which to apply the redirect.
command executed successfully
error in executing the command