Re: [JBoss-user] NoInitialContext / Classpath

2002-11-18 Thread Brian Johnson
http://www.jboss.org/online-manual/HTML/ch01s15.html On Sun, 2002-11-17 at 14:10, SainTiss wrote: > So this means you do need a jndi.properties file in the classpath when > running the client? > > After even more research, I found out that the jndi.properties file in > the server/default/conf dir

Re: [JBoss-user] NoInitialContext / Classpath

2002-11-17 Thread SainTiss
So this means you do need a jndi.properties file in the classpath when running the client? After even more research, I found out that the jndi.properties file in the server/default/conf directory isn't right... It seems you need a line like this as well: java.naming.provider.url=localhost As for