Troubleshoot name space problems

 

Overview

Many naming problems can be avoided by fully understanding the key underlying concepts of WAS naming.

 

Procedure

  1. Review the key concepts of WAS naming, especially Name space logical view and Lookup names support in deployment descriptors and thin clients.

  2. Review the programming examples that are included in the sections explaining the JNDI and CosNaming interfaces.

  3. Read Naming services component troubleshooting tips for additional general information.

  4. If you Cannot look up an object hosted by WAS from a servlet, JSP file, or other client, read this article.

 

See also


dumpNameSpace tool
Example: Invoking the name space dump tool
Name space dump utility for java:, local: and server name spaces
Example: Invoking the name space dump utility for java: and local: name spaces
Name space dump sample output

 

Related Tasks


Naming services component troubleshooting tips
Cannot look up an object hosted by WAS from a servlet, JSP file, or other client

 

See Also


Lookup names support in deployment descriptors and thin clients