Hi!

Tim White wrote:
> > #java.naming.provider.url=localhost
> >
> > the jboss server just hangs and tomcat does not accept
> > any requests.
> 
> I have my own jndi.properties, which looks like this, and seems to work:
> 
> java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> java.naming.provider.url=localhost:1099
> java.naming.factory.url.pkgs=org.jboss.naming

Note that provider URL should only be set on client. If you're inside
the JBoss JVM (even inside Tomcat servlet in JBoss JVM) then this should
*not* be set.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to