Contained Within
Find More Documentation
Featured Support Resources
| Descargar este libro en PDF (2046 KB)
get-http-listener-prop(1)
NAME
| Synopsis
| Description
| Options
| Operands
| Examples
| Exit Status
| See Also
NAME
get-http-listener-prop – gets the HTTP listener
socket properties
Synopsis
get-http-listener-prop <connect_options> [--echo|-e] [--no-prompt|-Q]
[--verbose|-v] --config|-c name --http-listener|-l name
(propertyname)*
Description
Use this command to view the HTTP listener socket properties. The properties
that you can view are as follows:
-
enabled - Indicates whether the listener
is enabled at runtime.
-
name - The name that uniquely identifies
the HTTP listener.
-
ip - The IP address on which to listen.
-
port - The port on which to listen.
-
acceptor-threads - The number of threads
dedicated to accept connections received by this listener. The range of values
is 1–128. The default value is default.
-
server-name - The name of the default server.
Can include a scheme (for example, http://) as prefix and port (for example,
80) as suffix.
-
blocking-io - Indicates whether the server
uses blocking IO.
-
family - The name of the protocol family.
-
listen-queue-size - The maximum size of
the operating system listen queue.
-
receive-buffer-size - The size (in bytes)
of the operating system socket receive buffer.
-
send-buffer-size - The size (in bytes)
of the operating system socket send buffer.
-
default-virtual-server-name - The name
of the virtual server that processes requests which did not match a host.
-
description - The description of the HTTP
listener.
-
handle-protocol-mismatch - Indicates whether
the server responds to SSL or non-SSL protocol mismatches in client requests.
The default is true, meaning the server will attempt to
detect SSL or non-SSL protocol mismatches and send an HTTP redirect or SSL
alert when a mismatch is detected.
Options
For connect_options description, see help(1).
-
--echo|-e
-
Specify this option to print this command on the standard
output before executing. This option also prints the default value for all
the non-mandatory options that you do not provide in the command.
-
--no-prompt|-Q
-
If you specify this option, wadm will not
prompt you for passwords while executing this command. Use this option if
you have defined all passwords in a password file and specified the file using
the --password-file connect_option.
-
--verbose|-v
-
Specify this option to display a verbose output.
-
--config|-c
-
Specify the configuration on which the HTTP listener socket
exists.
-
--http-listener|-l
-
Specify the name of the HTTP listener.
Operands
-
propertyname
-
Specify the name of the HTTP listener property that you want
to view.
Examples
wadm get-http-listener-prop --user=admin --host=serverhost
--password-file=../admin.passwd --port=8989 --ssl=true --no-prompt
--rcfile=null --config=config1 --http-listener=config1_ls
|
Exit Status
See Also
SJS Web Server Last Revised March 2007
NAME
| Synopsis
| Description
| Options
| Operands
| Examples
| Exit Status
| See Also
|