BEA WebLogic Server 7 ユーザーズマニュアル

ページ / 146
1
Upgrading WebLogic Server 6.x to Version 7.0
1-18
BEA WebLogic Server 7.0 Upgrade Guide
1. Modify the 
corbaloc:tgiop 
or 
corbaname:tgiop
 object reference in your 
ior.txt
 file.
Example:
 corbaloc:tgiop:servername/NameService
where 
servername
 is your server name
2. Register the WebLogic Server (WLS) Naming Service by entering the following 
command: 
cnsbind -o ior.txt 
your_bind_name
where 
your_bind_name
 is the object name from your Tuxedo application. 
3. Modify the 
*DM_REMOTE_SERVICES
 section of your Tuxedo domain 
configuration file. Replace your WebLogic Server service name, formerly the 
DOMAINID
, with the name of your WebLogic Server.
Listing 1-1   Domain Configuration File
*DM_RESOURCES
VERSION=U22
*DM_LOCAL_DOMAINS
TDOM1 GWGRP=SYS_GRP
TYPE=TDOMAIN
DOMAINID="TDOM1"
BLOCKTIME=20 
MAXDATALEN=56 
MAXRDOM=89 
*DM_REMOTE_DOMAINS
TDOM2 TYPE=TDOMAIN
DOMAINID="TDOM2"
*DM_TDOMAIN
TDOM1 NWADDR="<network address of Tuxedo domain:port>"
TDOM2 NWADDR="<network address of WTC domain:port>"
*DM_REMOTE_SERVICES
"//servername"
where 
servername
 is the name of your WebLogic Server.