Re: [jBoss-User] Please someone explain it to me . Thanks

2001-03-15 Thread Ricky
Thanks Rickard , we have solved the tomcat "NoClassDefFound" error.(silly mistake !!). I have another question : I have a jsp which called ejb bean deployed in the jboss container . Deployed ejb without error and test the jsp in jbuilder3.5 , is ok . Now i need to deployed the jsp for

Re: [jBoss-User] Please someone explain it to me . Thanks

2001-03-15 Thread Rickard Öberg
> Properties props = new Properties(); > props.put(Context.INITIAL_CONTEXT_FACTORY, > "org.jnp.interfaces.NamingContextFactory"); > props.put(Context.PROVIDER_URL, "localhost:1099"); Is this on the server? If so, you shouldn't need it at all. Above all do not specify PROVIDER_URL (since localh

[jBoss-User] Please someone explain it to me . Thanks

2001-03-15 Thread Ricky
Hi all , i am using linux6.1 , Tomcat3.2.1 and jBoss2.1. Properties props = new Properties(); props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); props.put(Context.PROVIDER_URL, "localhost:1099"); If i have installed jboss container in my server na