[Weblogic] Configure connection filtering 配置连接过滤器
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:
mydomain
). Select Security > Filter. 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. In the Connection Filter field, specify the connection filter class to be used in the domain. weblogic.security.net.ConnectionFilterImpl
. 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. After you finish
Restart WebLogic Server so that your changes can take effect.
Copyright ? 2010, Oracle Corporation and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
?
Oracle Fusion Middleware Oracle WebLogic Server Administration Console Online Help
11g Release 1 (10.3.3)
Part Number E13952-03?
?
原文:http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e13952/taskhelp/security/ConfigureConnectionFiltering.html