Skip Headers
Oracle® Traffic Director Administrator's Guide
11g Release 1 (11.1.1.7.0)

Part Number E21036-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

10.1 Creating a Listener

You can create listeners by using either the administration console or the CLI.

Note:

Before You Begin

Before you begin creating an listener, decide the following:

Creating an HTTP Listener Using the Administration Console

To create an HTTP listener by using the administration console, do the following:

  1. Log in to the administration console, as described in Section 2.3.2, "Accessing the Administration Console."

  2. Click the Configurations button that is situated at the upper left corner of the page.

    A list of the available configurations is displayed.

  3. Select the configuration for which you want to create an HTTP listener.

  4. In the Common Tasks pane, click New HTTP Listener.

    The New HTTP Listener wizard starts.

    Figure 10-1 New HTTP Listener Wizard

    Description of Figure 10-1 follows
    Description of "Figure 10-1 New HTTP Listener Wizard"

  5. Follow the on-screen prompts to complete creation of the HTTP listener by using the details—listener name, IP address, port, and so on—that you decided earlier.

    Note:

    If certificates are available in the configuration, in the second screen of the wizard, an SSL/TLS check box will be available. If you want the new listener to receive HTTPS requests, click the check box to enable SSL/TLS and then select the appropriate certificate from the drop-down list.

    After the HTTP listener is created, the Results screen of the New HTTP Listener wizard displays a message confirming successful creation of the listener.

  6. Click Close on the Results screen.

    • The details of the listener that you just created are displayed on the Listeners page.

    • In addition, the Deployment Pending message is displayed at the top of the main pane. You can either deploy the updated configuration immediately by clicking Deploy Changes, or you can do so later after making further changes, as described in Section 4.3, "Deploying a Configuration."

Creating a TCP Listener Using the Administration Console

To create a TCP listener by using the administration console, do the following:

  1. Perform steps 1, 2, and 3 of Section 10.1, "Creating an HTTP Listener Using the Administration Console."

  2. Click the Configurations button that is situated at the upper left corner of the page.

    A list of the available configurations is displayed.

  3. Select the configuration for which you want to create a TCP listener.

  4. In the Common Tasks pane, click New TCP Listener.

    The New TCP Listener wizard starts.

    Figure 10-2 New TCP Listener Wizard

    Description of Figure 10-2 follows
    Description of "Figure 10-2 New TCP Listener Wizard"

  5. Follow the on-screen prompts to complete creation of the TCP listener by using the details—listener name, IP address, port, and so on—that you decided earlier.

    Note:

    If certificates are available in the configuration, in the second screen of the wizard, an SSL/TLS check box will be available. If you want the new listener to receive T3S requests, click the check box to enable SSL/TLS and then select the appropriate certificate from the drop-down list.

    After the TCP listener is created, the Results screen of the New TCP Listener wizard displays a message confirming successful creation of the listener.

  6. Click Close on the Results screen.

    • The details of the listener that you just created are displayed on the Listeners page.

    • In addition, the Deployment Pending message is displayed at the top of the main pane. You can either deploy the updated configuration immediately by clicking Deploy Changes, or you can do so later after making further changes, as described in Section 4.3, "Deploying a Configuration."

Creating a Listener Using the CLI


For more information about create-http-listener and create-tcp-listener, see the Oracle Traffic Director Command-Line Reference or run the command with the --help option.

For the updated configuration to take effect, you should deploy it to the Oracle Traffic Director instances by using the deploy-config command.