Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Update an IIOP Listener

  1. List the IIOP listeners by using the list-iiop-listeners(1) subcommand.

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

    The listener is identified by its dotted name.


Example 17–3 Updating an IIOP Listener

This example changes SSL from enabled to disabled.


asadmin> set "server.iiop-service.iiop-listener.SSL.enabled"
server.iiop-service.iiop-listener.SSL.enabled=false
Command set executed successfully.