InitContextFactory (-ICTXF)

Use the InitContextFactory adapter command (-ICTXF or -INITIALCTXFACTORY) to indicate the initial context factory provider needed to build the starting point of all required JNDI services. If the command is omitted, the adapter examines the URL and attempts to load the appropriate initial context factory provider.

This is a required command.


-ICTXF factory_name
Option
Description
factory_name
Required value. Specify the factory name of the service provider. There are no restrictions on the factory name; it can be any string.

For example, to specify an LDAP provider:


-ICTXF com.sun.jndi.ldap.LdapCtxFactory