Chapter 11. Scenario 4: Secure RPC application #2 251
Naming in the revised application
In the revised application, a single server configuration is used (one Application
Server running on a single node) because this reflects many DCE applications.
The J2EE client bootstraps to the host on which the Application Server is
running. It uses the default initial context of the server root to bind to the name
space of the Application Server. The JNDI binding used is a simple name,
MirrorHome. The JNDI operations are performed with java: URL names. Names
bound under these names are bound to a completely different name space,
which is local to the calling process.
11.2 DCE application
The secure RPC portion of the application used in this scenario is ...