| 
 | WebLogic Server 6.1 Code Examples, BEA Systems, Inc. | |||||
Before you run the client applications in this directory, be sure to build the full example. This includes building the WebLogic Server and, if you wish to run an outbound call to Tuxedo, the Tuxedo Server (iiop/stateless/server/tux) as well.
Be sure to also take a look at the C++ client code.
<Server AcceptBacklog="50" AdministrationPort="0" ClusterWeight="1"
        ConsoleInputEnabled="false" DGCIdlePeriodsUntilTimeout="2"
        DefaultGIOPMinorVersion="1" DefaultProtocol="t3"
        DefaultSecureProtocol="t3s" HttpdEnabled="true"
        JavaCompiler="C:\BEA\jdk131/bin/javac" ListenPort="7001"
        Name="examplesServer" NativeIOEnabled="true"
        RootDirectory="C:\BEA\wlserver6.1"
        SocketReaderTimeoutMaxMillis="10"
        TransactionLogFilePrefix="config/examples/logs/"
        TunnelingClientPingSecs="45" TunnelingClientTimeoutSecs="40"
        XMLEntityCache="XMLCacheMBean" XMLRegistry="examplesXMLRegistry"><Server DefaultGIOPMinorVersion="1">
Client -ORBInitRef NameService=iioploc://ip_address:7001/NameService
Enter the correct ip address and port for your particular configuration
Client -ORBInitRef NameService=iioploc://localhost:7001/NameService true
Enter the correct host and port for your particular configuration
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 | |||||