10 Jetty Configuration

This chapter describes how you can use Oracle Event Processing Visualizer to view and edit Jetty web server configuration and how to view Jetty work manager configuration for an Oracle Event Processing server.

This chapter includes the following sections:

For more information, see Jetty Management.

10.1 View Jetty Web Server Configuration

Using the Oracle Event Processing Visualizer, you can view the Jetty Web server configuration for a selected Oracle Event Processing server.

View Jetty Web Server Configuration

  1. In the left pane, click the Domain > Server node, where Domain refers to the name of your Oracle Event Processing domain and Server refers to the name of the server instance.
  2. In the right pane, click the HTTP Server tab.
  3. In the right pane, the properties of the Jetty server are displayed:
    • The name of the Jetty server.

    • The network I/O object to which the Jetty server is bound.

    • The work manager name to which the Jetty server is bound.

    • The list of Web applications that are deployed to this Jetty server, along with the path of the application and its context path.

10.2 Edit Jetty Web Server Configuration

You can only view the configuration of the Jetty servers configured in your Oracle Event Processing server using Oracle Event Processing Visualizer. To change the configuration, you must manually update the server's config.xml file.

10.3 View and Edit Work Manager Configuration

Using the Oracle Event Processing Visualizer, you can view the work manager configuration for a selected Oracle Event Processing server.

View the Work Manager Configuration

  1. In the left pane, click the Domain > Server node, where Domain refers to the name of your Oracle Event Processing domain and Server refers to the name of the server instance.
  2. In the right pane, click the Work Manager tab.

    The Work Manager tab appears as shown in Figure 10-1.

    Figure 10-1 Work Manager Tab

    Description of Figure 10-1 follows
    Description of "Figure 10-1 Work Manager Tab"
  3. In the Work Manager table, select the work manager you want to configure by clicking on its name.
  4. Click the Edit button at the bottom of the page.
  5. Update the work manager configuration properties:
    • Min threads—The minimum number of threads that the server allocates so as to reduce the initial time it takes to perform a task.

    • Max threads—The maximum number of concurrent threads that execute requests from the constrained work set.

    • Fair Share—The average thread-use time required to process requests.

  6. Click Save to save your changes or Cancel to cancel the update.

10.4 Create a Work Manager

You cannot delete existing work managers or create new ones using Oracle Event Processing Visualizer; rather, you must manually update the server's config.xml file. See Edit the config.xml File in Administering Oracle Event Processing.

10.5 Delete a Work Manager

You cannot delete existing work managers or create new ones using Oracle Event Processing Visualizer; rather, you must manually update the server's config.xml file. See Edit the config.xml File in Administering Oracle Event Processing.