Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure connection filtering

Before you begin

Understand the mechanisms used to enable trust between WebLogic domains and how trust is propagated in a managed server environment. See Enabling Trust Between WebLogic Server Domains.

Know the correct syntax for connection filter rules. See Using Network Connection Filters.

For information about writing a custom connection filter, see Using Network Connection Filters.


To configure a connection filter:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane, select the domain you want to configure (for example, mydomain).
  3. Select Security > Filter.
  4. Select the Connection Logger Enabled checkbox to enable the logging of accepted messages. The Connection Logger logs successful connections and connection data in the server. This information can be used to debug problems relating to server connections.
  5. In the Connection Filter field, specify the connection filter class to be used in the domain.
    1. To configure the default connection filter, specify weblogic.security.net.ConnectionFilterImpl.
    2. To configure a custom connection filter, specify the class that implements the network connection filter. This class must also be present in the CLASSPATH for WebLogic Server.
  6. In the Connection Filter Rules field, enter the syntax for the connection filter rules. For more information about connection filter rules, see Using Network Connection Filters.
  7. Click Save.
  8. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

After you finish

Restart WebLogic Server so that your changes can take effect.


Back to Top