Inc. Server User Manual

1 Upgrading WebLogic Server 6.x to Version 7.0
1-16 BEA WebLogic Server 7.0 Upgrade Guide
Convert WebLogic Tuxedo Connector XML Configuration
Files
WebLogic Tuxedo Connector is implemented as a service and no longer utilizes a
separate XML configuration file. The
WTCMigrateCF tool migrates XML
configuration file information into the
config.xml file of an active Administration
server. Use the following steps to convert your WebLogic Tuxedo Connector XML
configuration file:
1. Set up a WebLogic Server development shell as described in Setting Up your
environment.
2. Start an instance of WebLogic Server.
3. Open a new shell window.
4. Start the
WTCMigrateCF tool. Enter the following command:
java -Dweblogic.wtc.migrateDebug weblogic.wtc.gwt.WTCMigrateCF
-url URL -username USERNAME -password PASSWORD -infile CONFIGWTC
[-server SERVERNAME] [-domain DOMAIN] [-protocol PROTOCOL]
[-deploy]
The arguments for this command are defined as follows:
Argument Description
-Dweblogic.wtc.
migrateDebug
WebLogic property used to turn on wtc.migrateDebug
mode.
URL
URL passed to your server.
Example:
\\myServer:7001
USERNAME
User Name passed to your server.
Example:
system
PASSWORD
Password passed to your server.
Example:
mypasswd