How do i get my client to see the beans without calling "config_env"? I did what Markus suggested:
 
java -Djava.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory -Djava.naming.provider.url=rmi://192.168.0.15:1099 -Djava.naming.factory.url.pkgs=org.objectweb.jonas.naming   MyClient
 
But every time I get the error that it can't find JonasCabinBeanHome_Stub. (CabinBean is my bean).
 
It works once I run config_env.
 
How can I get it to run without needing that?

Reply via email to