Skip navigation.

Administration Console Reference

Overview

The Administration Console is a browser-based graphical user interface for managing WebLogic Server domains. In WebLogic SIP Server, the standard WebLogic Server 8.1 SP4 Administration Console is extended with additional screens and navigation elements for managing the SIP Servlet container.

Visual Elements of Administration Console

How to Use Administration Console

For more information about using the Administration Console, see "Administration Console Online Help" in the WebLogic Server 8.1 SP4 Documentation.

Deployment

Starting and Shutting Down

The engine portion of WebLogic SIP Server (the SIP servlet container) is implemented using a startup class. The SIP Servlet container lifecycle is therefore synchronized with the WebLogic Server instance through the use of the following startup and shutdown classes.

SIP Admin Service Startup - Registers SIP-related MBeans common to WebLogic domains upon starting up the administration server.

SIP Admin Service Shutdown - Stops SIP-related MBeans common to WebLogic domains upon shutting down the administration server.

SIP Service Startup - Starts up the SIP servlet container when starting WebLogic Server.

SIP Service Shutdown - Shuts down the SIP servlet container when shutting down WebLogic Server.

Security

Authentication provider

FormAuthenticator - The authentication provider used when performing the FORM authentication via Web. It checks and authenticates that the user name sent via FORM authentication is a user registered in WebLogic SIP Server.

SipAuthenticator - The authentication provider used when authenticating the SIP request. It is invoked from the authentication manager and checks that the user who sent an SIP message is a user registered in WebLogic SIP Server.

Role mapping provider

SipRoleMapper - The role mapping provider which maps the role to the SIP request. It grants the role assigned by authorization manager on WebLogic SIP Server to the user who sent the SIP message.

SIP Extension

The extension settings specific to WebLogic SIP Server can be managed in the following screens.

SIP Extension --> Version

SIP Servers

SIP Server --> Configuration --> General
SIP Server --> Configuration --> Filters
SIP Server --> Configuration --> Regulations
SIP Servers --> Transports --> SIP
SIP Servers --> Protocols --> SIP
SIP Servers --> Logging --> Servers
SIP Servers --> Logging --> SIP
SIP Servers --> Logging --> Applications
SIP Servers --> Monitoring --> SIP
SIP Servers --> Monitoring --> SIP Request
SIP Servers --> Monitoring --> SIP Response
SIP Servers --> License --> Engine
SIP Servers --> License --> User
SIP Servers --> License --> Registrar

Deployment

Deployment --> SIP Application Modules
Deployment --> SIP Application Modules --> Configuration --> General
Deployment --> SIP Application Modules --> Configuration --> Descriptor
Deployment --> SIP Application Modules --> Monitoring --> SIP Request
Deployment --> SIP Application Modules --> Monitoring --> SIP Response

SIP Service

SIP Service --> Proxy
SIP Service --> Load Balancer