Click the Edit button. The Edit Listener screen appears displaying the Listener’s

11-10 Oracle Fusion Middleware Administrators Guide for Oracle Virtual Directory Listener Port The port on which Oracle Virtual Directory provides administrative services. This is the port is used by Oracle Directory Services Manager and Oracle Enterprise Manager Fusion Middleware Control user interfaces to communicate with the Oracle Virtual Directory server. Threads The number of active worker threads the Listener uses to concurrently process incoming requests. Listener Enabled Select to enable the Listener for service. If you disable the Admin Gateway Listener, you cannot communicate with Oracle Virtual Directory using the Oracle Directory Services Manager and Oracle Enterprise Manager Fusion Middleware Control user interfaces. The default setting is Enabled. Change SSL Settings Displays the current SSL setting Enabled or Disabled for the Listener and provides a link to change the Listener’s SSL settings. To edit the Listener’s SSL Settings, click the link and refer to Configuring SSL for Listeners Using Fusion Middleware Control on page 11-21 for more information.

11.4.3.2 Deleting Listeners

Perform the following steps to delete an existing Listener LDAP or HTTP using Oracle Enterprise Manager Fusion Middleware Control: 1. Log in to Oracle Enterprise Manager Fusion Middleware Control and navigate to the Oracle Virtual Directory target where the Listener you want to delete resides. Notes: ■ Do not use a a loopback IP address, including 127.0.0.1, :0:0:1, localhost, and so on, for the Listener Host setting. ■ If you edit the Host setting, you must immediately perform step 6 or you cannot communicate with Oracle Virtual Directory using the Oracle Enterprise Manager Fusion Middleware Control user interface. Note: If you edit the Listener Port setting, you must immediately perform step 6 or you cannot communicate with Oracle Virtual Directory using the Oracle Enterprise Manager Fusion Middleware Control user interface. Note: If you edit the SSL setting Enabled or Disabled, you must update the Oracle Virtual Directory component registration by referring to Updating the Component Registration of an Oracle Instance Using OPMNCTL on page 10-4. If you do not update the Oracle Virtual Directory component registration after editing the SSL setting, you cannot communicate with Oracle Virtual Directory using the Oracle Enterprise Manager Fusion Middleware Control user interface. Creating and Managing Oracle Virtual Directory Listeners 11-11

2. Select Administration and then Listeners from the Oracle Virtual Directory menu.

The Listeners screen appears displaying the exiting Listeners. 3. Click the Listener you want to delete.

4. Click the Delete button. A dialog box appears asking you to confirm deleting the

Listener.

5. Click OK on the dialog box to delete the Listener. The Listener is removed from

the list of existing Listeners. 6. Stop Oracle Virtual Directory if it is running by referring to Stopping the Oracle Virtual Directory Server Using Fusion Middleware Control on page 8-15. After it stops, start Oracle Virtual Directory by referring to Starting the Oracle Virtual Directory Server Using Fusion Middleware Control on page 8-15.

11.5 Managing Listeners Using WLST

This topic explains how to manage Oracle Virtual Directory Listeners using WLST and contains the following sections: ■ Updating Listener Settings ■ Deleting Listeners

11.5.1 Updating Listener Settings

You can use WLST to update the settings for an existing Listener as follows: 1. Launch the WLST command line tool shell. 2. Connect to the WebLogic Admin Server. For example: connectusername, password,t3:host_name:Admin_Server_Port 3. Move to the Oracle Virtual Directory Root Proxy MBean node and initialize the MBean. For example: custom cdoracle.as.management.mbeans.register cdoracle.as.management.mbeans.register:type=component,name=ovd1,instance=asin st1 invokeload,jarray.array[],java.lang.Object,jarray.array[],java.lang.Strin g 4. Move to the MBean node for the Listener you want to update, for example, the Listener named LDAP SSL Endpoint: cd.... cdoracle.as.ovd Note: You must explicitly stop and start Oracle Virtual Directory—not Restart—to load the Listener configuration to the Oracle Virtual Directory server. See Also: ■ Oracle Fusion Middleware Oracle WebLogic Scripting Tool for information on how to use the WLST command line tool. ■ Oracle Fusion Middleware WebLogic Scripting Tool Command Reference for information WLST command tool syntax.