Diameter Configuration Oracle WebLogic Communication Services Configuration Overview

2-4 Oracle WebLogic Communications Server Administration Guide similar to the core console available in Oracle WebLogic Server 10g Release 3. All Oracle WebLogic Communication Services configuration and monitoring is provided via these nodes in the left pane of the console: ■ SipServer—configures SIP Servlet container properties and other engine tier functionality. This extension also enables you to create new partitions, and view but not modify SIP data tier partitions and replicas. See Section 3.1, Overview of SIP Container Configuration for more information about configuring the SIP Servlet container using the Administration Console. ■ Diameter—configures Diameter nodes and applications.

2.3.2 WebLogic Scripting Tool WLST

The WebLogic Scripting Tool WLST enables you to perform interactive or automated batch configuration operations using a command-line interface. WLST is a JMX tool that can view or manipulate the MBeans available in a running Oracle WebLogic Communication Services domain. Section 3.1, Overview of SIP Container Configuration provides instructions for modifying SIP Servlet container properties using WLST.

2.3.3 Additional Configuration Methods

Most Oracle WebLogic Communication Services configuration is performed using either the Administration Console or WLST. The methods described in the following sections may also be used for certain configuration tasks.

2.3.3.1 Editing Configuration Files

You may also edit sipserver.xml, datatier.xml, diameter.xml, and approuter.xml manually. If you edit configuration files manually, you must reboot all servers to apply the configuration changes.

2.3.3.2 Custom JMX Applications

Oracle WebLogic Communication Services properties are represented by JMX-compliant MBeans. You can therefore program JMX applications to configure SIP container properties using the appropriate Oracle WebLogic Communication Services MBeans. The general procedure for modifying Oracle WebLogic Communication Services MBean properties using JMX is described in Section 3.3, Configuring Container Properties Using WLST JMX WLST itself is a JMX-based application. For more information about the individual MBeans used to manage SIP container properties, see the Oracle Fusion Middleware Communication Services Java API Reference.

2.3.3.2.1 Setting Log Levels You can set log levels by manually editing the

logging.xml file, by setting the setLoggerLevelString loggerName, Note: To learn more about using Oracle WebLogic Server Administration Console, see Getting Started with Oracle WebLogic Server Administration Console in Oracle Fusion Middleware Administrators Guide. Note: To learn more about using WLST, see Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.