This content has been marked as final.
Show 1 reply
-
1. Re: javax.naming.NoInitialContextException
jaikiran Aug 1, 2005 3:53 AM (in response to kanthkr)Place a jndi.properties file in your classpath. The file would typically contain:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=jnp://localhost:1099