WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

Package examples.iiop.rmi.tuxclient

This directory contains the tuxedo client which can be used to demonstrate connectivity to a Tuxedo Server. It could also be slightly modified to go through WebLogic.

Before you run the client applications in this directory, be sure to build the whole example. This includes building the WebLogic Server (iiop/rmi/server/wls) and the Tuxedo Server (iiop/rmi/server/tux) as well. It is also crucial that you have your environment set up correctly. Make sure you have run through the set up and building on the WebLogic Server side first :

  • WebLogic Server

    Be sure to also take a look at the Tuxedo client code.

    Build the example

    1. Set up your development shell as described in Setting up your environment.

    2. Execute the build.xml script provided for this example in the samples\examples\iiop\rmi\tuxclient directory of your WebLogic Server installation.

    Run the Example

    1. Open a separate command-line window in which you will run the client.

    2. Set up the environment for your client as described in Setting up your environment for building and running the examples.

    3. Run the client by executing the Client.exe application:
      ping_client.exe -ORBid BEA_IIOP -ORBInitRef NameService=corbaloc:iiop:ip_address:2468/NameService

      Enter the correct ip address and port for your particular configuration

    There's more...

    Read more about WebLogic RMI over IIOP in the Developer Guide, Using WebLogic RMI over IIOP.

    Read more about WebLogic EJB in the Developer Guide, BEA WebLogic Server Enterprise JavaBeans.

    Read more about WebLogic RMI in the Developer Guide, Using WebLogic RMI.

    For more information about WebLogic Server WebLogic Tuxedo Connector, see:

    Documentation is available at
    http://e-docs.bea.com/wls/docs61

    Copyright © 2001 BEA Systems, Inc. All Rights Reserved.