Configuring and Managing WebLogic SIP Server
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The following sections provide instructions for upgrading WebLogic SIP Server from a previous release:
The WebLogic SIP Server upgrade program, wlss.UpgradeConfig
, takes a sipserver.xml
configuration file from a version 2.0.x WebLogic SIP Server release and recreates the configuration in WebLogic SIP Server 2.1 using the latest schemas. For example, connector
entries from an earlier sipserver.xml
file are converted into network channels in the WebLogic SIP Server 2.1 config.xml
file.
In order to use the upgrade program, you must install WebLogic SIP Server 2.1 and create a new WebLogic SIP Server 2.1 domain. The newly domain configuration is then updated to match the earlier configuration using the wlss.UpgradeConfig
program.
To upgrade a previous WebLogic SIP Server configuration to a new WebLogic SIP Server 2.1 configuration:
UpgradeConfig
utility. See Required Environment for the UpgradeConfig Utility
.wlss.UpgradeConfig
utility to recreate your earlier WebLogic SIP Server configuration on the new WebLogic SIP Server 2.1 domain. See wlss.UpgradeConfig Reference.
To set up your environment for the UpgradeConfig
utility:
cd BEA_HOME\user_projects\domains\mydomain
In the above command, BEA_HOME
refers to the top-level BEA installation directory (for example, c:\bea
).
setAdminClientEnv.cmd
The wlss.UpgradeConfig
program uses the syntax:
java wlss.UpgradeConfig -username adminuser -password adminpassword -adminurl url -sipserverconfigfile sipserver_old.xml
adminuser
is the username of the WebLogic SIP Server 2.1 administratoradminpassword
is the password of the WebLogic SIP Server 2.1 administratorsipserver_old.xml
is the full path to the sipserver.xml
file from the earlier WebLogic SIP Server installationjava wlss.UpgradeConfig -username weblogic -password weblogic -adminurl t3://localhost:7001 -sipserverconfigfile c:\bea\user_projects\domains\wlss202_domain\sipserver.xml
The upgrade utility modifies the sipserver.xml
and config.xml
files in the WebLogic SIP Server 2.1 domain as necessary to match the earlier configuration.
Notes: The version 2.1 Administration Server must be running in order to upgrade the configuration.
wlss.UpgradeConfig
can only update a WebLogic SIP Server 2.1 configuration from a single version 2.0.x sipserver.xml
file. You cannot perform multiple upgrades against the same version 2.1 Administration Server using different sipserver.xml
files.
![]() ![]() |
![]() |
![]() |