Example jndi.properties file used by a client application

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 437

This topic has not yet been written. The content below is from the topic description.
Example 6.1, “A sample jndi.properties file� gives a sample jndi.properties file a client application would use to connect to a JBossNS service running on the local host at port 1099. The client application would need to have the jndi.properties file available on the application classpath. These are the properties that the JBossNS JNDI implementation requires. Other JNDI providers will have different properties and values. Example 6.1. A sample jndi.properties file ### JBossNS properties java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://localhost:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces