asadmin [asadmin-options] create-http-redirect [--help]
[--redirect-port redirect-port]
[--secure-redirect={false|true}]
[--target target]
protocol-name
create-http-redirect |
Previous | Next | Contents |
adds a new HTTP redirect
Synopsis
asadmin [asadmin-options] create-http-redirect [--help]
[--redirect-port redirect-port]
[--secure-redirect={false|true}]
[--target target]
protocol-name
Description
The create-http-redirect
subcommand creates an HTTP redirect. This
subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--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, \{product---name} 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.
Operands
The name of the protocol to which to apply the redirect.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |