Create-Http-Redirect
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
asadmin-options:
Options for the asadmin utility. For information about these options, see the asadmin 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, Payara 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.
configuration-name;;
Creates the HTTP redirect in the specified configuration.
cluster-name;;
Creates the HTTP redirect on all server instances in the specified cluster.
standalone-instance-name;;
Creates the HTTP redirect on the specified standalone server instance.