Sun GlassFish Enterprise Server v3 Administration Guide

ProcedureTo Register an External JNDI Resource

Use the create-jndi-resource subcommand in remote mode to register an external JNDI resource.

Before You Begin

The external JNDI factory must implement the javax.naming.spi.InitialContextFactory interface.

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. Register an external JNDI resource by using the create-jndi-resource(1) subcommand.

    Information on properties for the subcommand is contained in this help page.

  3. Restart Enterprise Server.

    See To Restart a Domain.


Example 20–5 Registering an External JNDI Resource

In This example sample_jndi_resource is registered.


asadmin> create-jndi-resource --jndilookupname sample_jndi 
--restype queue --factoryclass sampleClass --description "this is a sample jndi 
resource" sample_jndi_resource
Command create-jndi-resource executed successfully

See Also

You can also view the full syntax and options of the subcommand by typing asadmin help create-jndi-resource at the command line.