Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Update an HTTP Network Listener

  1. List HTTP listeners by using the list-http-listeners(1) or list-network-listeners(1) subcommand.

  2. Modify the values for the specified listener by using the set(1) subcommand.

    The listener is identified by its dotted name.


Example 16–12 Updating an HTTP Network Listener

This example changes security-enabled to false.


asadmin> set "server.network-config.protocols.protocol.
http-listener-2.security-enabled=false"server.network-config.
protocols.protocol.http-listener-2.security-enabled=false
Command set executed successfully.