users@glassfish.java.net

Re: create network listener

From: Amy Roh <amy.roh_at_oracle.com>
Date: Mon, 11 Feb 2013 09:55:55 -0800

You can use the |create-http-listener| subcommand to create a network
listener that uses the HTTP protocol without having to first create a
protocol, transport, or HTTP configuration. This subcommand is provided
for backward compatibility and a shortcut, but it gives access to only a
limited number of options.

See
http://docs.oracle.com/cd/E26576_01/doc.312/e24938/create-network-listener.htm#create-network-listener-1
http://docs.oracle.com/cd/E26576_01/doc.312/e24938/create-http-listener.htm#create-http-listener-1

On 2/11/13 9:39 AM, Glenn Holmer wrote:
> Is this command
>
> asadmin create-network-listener --protocol http-listener-1 ...
>
> equivalent to
>
> asadmin create-http-listener ...?
>