|
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 configuring the WebLogic Server and deploying the entity bean. Do this first.
Also, 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">
Client -ORBInitRef NameService=iioploc://localhost:7001/NameService
Enter the correct hostname 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.
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |