Administer name space bindings

 

Overview

WebSphere Application Server uses name space bindings to bind names into the name space. Name bindings consist of a name relative to a specific context and an object bound with that name. Clients use JNDI to access the name space and obtain references to various components, such as enterprise beans homes or data sources.

Use the name space bindings page to add bindings in addition to those that will be added automatically by the WebSphere Applilcation Server runtime.

 

Configure name space bindings

To configure a new name space binding, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Environment | Naming | Name Space Bindings

  3. Specify the scope for which to define the name space binding and click Apply.

  4. Click New.

  5. In the New Name Space Binding wizard, specify the required information for the type of binding that you want to create.

  6. Click Finish.

  7. Save the configuration.

 

Modify name space bindings

To modify a name space binding, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Environment | Naming | Name Space Bindings

  3. Specify the scope that contains the binding and click Apply.

  4. Click the name of the name space binding that you want to modify.

  5. Make your changes.

  6. Click OK.

  7. Save the configuration.

 

Remove name space bindings

To remove a name space binding, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Environment | Naming | Name Space Bindings

  3. Specify the scope that contains the binding and click Apply.

  4. Select the checkbox for the name space binding that you want to remove.

  5. Click Delete.

  6. Save the configuration.

 

See also