Inc. Server User Manual

1 Upgrading WebLogic Server 6.x to Version 7.0
1-20 BEA WebLogic Server 7.0 Upgrade Guide
ACL Policy is Global
If the WebLogic Tuxedo Connector ACL Policy is GLOBAL, the user's security token is
passed. No administration changes are required.
Set WebLogic Tuxedo Connector Properties
Note: For more information on how to set WebLogic Tuxedo Connector properties,
see How to Set WebLogic Tuxedo Connector Properties at
http://e-docs.bea.com/wls/docs70/wtc_admin/Install.html#WTCprops.
TraceLevel and PasswordKey are now WebLogic Server properties.
To monitor the WebLogic Tuxedo Connector using the WebLogic Server log file, you
must set the tracing level using the WebLogic Server TraceLevel property. For more
information, see Monitoring the WebLogic Tuxedo Connector at
http://e-docs.bea.com/wls/docs70/wtc_admin/troubleshooting.html#1104694.
-Dweblogic.wtc.TraceLevel=tracelevel
where tracelevel is a number between 10,000 and 100,000 that specifies the
level of WebLogic Tuxedo Connector tracing.
To generate passwords using the weblogic.wtc.gwt.genpasswd utility, you must set a
password key using the WebLogic Server PasswordKey property. For more
information on how to generate passwords, see Configuring a WTCPassword MBean
at http://e-docs.bea.com/wls/docs70/wtc_admin/BDCONFIG.html#1111404.
-Dweblogic.wtc.PasswordKey=mykey
where mykey is the key value.