Click the Edit button. The Edit Listener screen appears displaying the Admin

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.