access to ejb in other container
good morning everybody,
am used to implement ejb module and web module in the same .ear and it work , so this time i would link my .war module to ejb wich doployed in other container( my .war deployed in tomcat and my ejb deployed in jboss),
how can i acces to my ejb from .war via jndi (if exist a solution that define a ref to ejb in web.xml of .war is recommended for me)
thanks a lot

