Oracle® Fusion Middleware WebLogic Tuxedo Connector Quick Start Guide for Oracle WebLogic Server 11g Release 1 (10.3.3) Part Number E13756-02 |
|
View PDF |
WebLogic Tuxedo Connector Quick Start Guide for Oracle WebLogic Server
11g Release 1 (10.3.3)
E13756-02
April 2010
Note:
For more detailed information on how to configure the Oracle WebLogic Tuxedo Connector for this Oracle WebLogic Server release, see WebLogic Tuxedo Connector Administration Guide for Oracle WebLogic Server.This document describes how to use the Oracle WebLogic Server console to configure Oracle WebLogic Tuxedo Connector so that Oracle WebLogic Server can interoperate with Tuxedo Releases 6.5 and higher.
For this release of Oracle WebLogic Tuxedo Connector (WTC), samples are available on the Oracle Technology Network web site. Create a wtc
directory within the samples directory of your WebLogic Server installation. Download the WTC samples to this directory. To run the samples referenced in this document, you must download the simpapp and simpserv samples.
Note:
This section summarizes how to configure the Oracle WebLogic Tuxedo Connector on a Windows platform. UNIX users can adapt the instructions by making appropriate substitutions such as replacing the "\" with "/" and ".cmd" with ".sh".This example extends the Oracle Tuxedo simpapp
application to run over Oracle Tuxedo Domains (TDomains). This allows clients of the TOUPPER
service to run on either the Oracle Tuxedo server or the Oracle WebLogic Server examplesServer
. The example provides the following services:
TOUPPER
: An Oracle Tuxedo service that converts a string to upper case. A Oracle WebLogic Server client invokes the TOUPPER EJB
and connects to the Oracle Tuxedo TOUPPER
service.
Tolower
: A service implemented by an EJB in Oracle WebLogic Server. The client for the Tolower
service runs on Oracle Tuxedo.
The following sections describe how to configure Oracle WebLogic Tuxedo Connector using the Administration Console:
Note:
You may want to enable tracing to monitor Oracle WebLogic Tuxedo Connector. See "Monitoring the WebLogic Tuxedo Connector" in WebLogic Tuxedo Connector Administration Guide for Oracle WebLogic Server.Use the following steps to build the simpapp
example:
Boot your Oracle WebLogic examplesServer.
Open a new shell window and set environment variables using the SAMPLES_HOME\domains\examples\setExamplesEnv.cmd
file.
Change directories to the location where you have downloaded the simpapp sample. For example, SAMPLES_HOME\server\examples\src\examples\wtc\atmi\simpapp
directory.
Build the wtc_toupper.jar
file using ant. This will deploy the EJB on Oracle WebLogic Server. Enter the following command: ant
Change directories to the location where you have downloaded the simpserv sample. For example, SAMPLES_HOME\server\examples\src\examples\wtc\atmi\simpserv
directory.
Build the wtc_tolower.jar
file. This will deploy the EJB on Oracle WebLogic Server. Enter the following command: ant
Launch the WebLogic Server Administration Console in your browser. Use the following URL: http://your_machine:7001/console
. Replace your_machine
with the IP address for your machine or your machine name.
In the navigation tree, click Deployments and confirm that the wtc_tolower.jar
and wtc_toupper.jar
are deployed.
Use the following steps to create and configure a WTC service using the Oracle WebLogic Server Administration Console:
Expand Interoperability and select WTC Servers in the navigation tree.
On the WTC Servers page, click New.
On the Create a New WTC Server page, enter the name of your WTC Service in the Name field. Example: mySimpapp
Click OK.
Your new WTC Service appears in the WTC Servers list.
Note:
When configuring the Network Address for a local access point, the port number used should be different from any port numbers assigned to other processes. Example: Setting the Network Address to//mymachine:7001
is not valid if the Oracle WebLogic Server listening port is assigned to //mymachine:7001
.Use the following steps to configure a local Oracle Tuxedo access point:
In the WebLogic Server Administration Console, expand Interoperability and select WTC Servers.
On the WTC Servers page, click the name of a WTC Service, such as mySimpapp, to access the settings page.
Click the Local APs tab.
Enter the following values for the following fields on the WTC Local Access Points page:
Access Point: myLocalAp
AccessPoint ID: TDOM2
Network Address: the network address and port of your local access point
Example: //123.123.123.123:5678
Click OK.
If you are connecting to a Tuxedo 6.5 domain, do the following:
Click the Connections tab.
Set the Interoperate field to Yes.
Click Save.
Use the following steps to configure a remote Oracle Tuxedo access point:
In the WebLogic Server Administration Console, expand Interoperability and select WTC Servers.
On the WTC Servers page, click the name of a WTC Service, such as mySimpapp.
Click the Remote APs tab.
Enter the following values for the following fields on the WTC Remote Access Points page:
Access Point: myRemoteAP
AccessPoint ID: TDOM1
Local Access Point: myLocalAp
Network Address: the network address and port of your remote access point
Example: //123.123.123.123:1234
Click OK.
Use the following steps to configure an exported service:
In the WebLogic Server Administration Console, expand Interoperability and select WTC Servers.
On the WTC Servers page, click the name of a WTC Service, such as mySimpapp.
Click the Exported tab.
Enter the following values for the following fields on the WTC Exported Services page:
Resource Name: TOLOWER
Local Access Point: myLocalAp
EJB Name: tuxedo.services.TOLOWERHome
Remote Name: TOLOWER
Click OK.
Use the following steps to configure an imported service:
In the WebLogic Server Administration Console, expand Interoperability and select WTC Servers.
On the WTC Servers page, click the name of a WTC Service, such as mySimpapp.
Click the Imported tab.
Enter the following values for the following fields on the WTC Imported Services page:
Resource Name: TOUPPER
Local Access Point: myLocalAp
Remote Access Point List: myRemoteAP
Remote Name: TOUPPER
Click OK.
In the WebLogic Server Administration Console, expand Interoperability and select WTC Servers.
On the WTC Servers page, click the name of a WTC Service, such as mySimpapp.
Click the Targets tab.
Click the checkbox for the examplesServer.
Click Save.
Use the following steps to register TDOM1 as an Oracle WebLogic Server user:
Click Security Realms in the navigation tree.
Click myRealm.
Click on Users and Groups tab.
Click Users.
Click Lock & Edit.
Click New.
In the Create a New User page, do the following:
Add TDOM1 in the Name field.
Enter and confirm a password.
Click OK.
Click Release Configuration.
Use the following steps to configure your Oracle Tuxedo domain:
Your PATH environment variable needs to include the path of your C compiler. Use set PATH to check the status and add the path if necessary.
Copy the simpapp
example from your Oracle Tuxedo installation and create a working Oracle Tuxedo simpapp
directory.
Change directories to your working Oracle Tuxedo simpapp
directory.
Set environment variables using the setEnv.cmd
located at TUXDIR. Update the following parameters:
TUXDIR - base directory of the TUXEDO Software
APPDIR - base directory of the sample program
Build the clients:
buildclient -o simpcl -f simpcl.c buildserver -o simpserv -f simpserv.c -s TOUPPER
Copy the ubbdomain
and dom1config
files from the SAMPLES_HOME\server\examples\src\examples\wtc\atmi\simpapp
directory to your Oracle Tuxedo simpapp
directory.
Copy the tolower.c
file from the SAMPLES_HOME\server\examples\src\examples\wtc\atmi\simpserv
directory to your Oracle Tuxedo simpapp
directory.
Modify the ubbdomain
for your Oracle Tuxedo environment. This includes setting the path names for APPDIR
, TUXCONFIG
, and TUXDIR
and setting the machine name. Replace all <braced>
items with information for your environment.
Example:
APPDIR="\home\me\simpapp" TUXCONFIG="\home\me\simpapp\tuxconfig"" TUXDIR="\usr\tuxedo"
Load the ubbdomain
file: tmloadcf -y ubbdomain
Modify the dom1config
for your Oracle Tuxedo environment. This includes creating log devices and updating the network addresses.
Example:
DMTLOGDEV="d:\my_apps\tlog" AUDITLOG="d:\my_apps\aud" TDOM1 NWADDR="//TuxedoMachine:1234" TDOM2 NWADDR="//WTCMachine:5678"
Load the dom1config
file.
set BDMCONFIG=d:\mydomain\simpapp\bdmconfig dmloadcf -y dom1config
Build the tolower
client
buildclient -f tolower.c -o tolower
Boot the Tuxedo domain
tmboot -y
Run each client to demonstrate interoperability between Oracle Tuxedo and Oracle WebLogic Server.
Start an Oracle WebLogic Server client from the directory location to which you downloaded the samples. For example, SAMPLES_HOME\server\examples\src\examples\wtc\atmi\simpapp
directory to invoke the TOUPPER EJB
and connect to the Oracle Tuxedo TOUPPER
service. Use the following command:
ant simpapp
The Oracle Tuxedo service replies to your Oracle WebLogic Server application with:
Buildfile: build.xml simpapp: run_client: [java] Beginning statefulSession.Client... [java] Creating Toupper [java] converting HelloWorld [java] converted to: HELLOWORLD [java] End statefulSession.Client... BUILD SUCCESSFUL
Run the tolower
client from the Oracle Tuxedo simpapp
directory to invoke the Tolower EJB and return the results to the client. Use the following command:
tolower ALLSMALL
The Oracle WebLogic Server service replies to your Oracle Tuxedo client with:
Returned string is: allsmall
Our goal is to make Oracle products, services, and supporting documentation accessible to all users, including users that are disabled. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/
.
Accessibility of Code Examples in Documentation
Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.
Accessibility of Links to External Web Sites in Documentation
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
Access to Oracle Support
Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/support/contact.html
or visit http://www.oracle.com/accessibility/support.html
if you are hearing impaired.
Tuxedo Connector Quick Start Guide for Oracle WebLogic Server, 11g Release 1 (10.3.3)
E13756-02
Copyright © 2007, 2010, Oracle and/or its affiliates. All rights reserved.
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.