This content has been marked as final.
Show 1 reply
-
1. Re: Getting EJB from jsp in different container
vineeth_varghese Feb 17, 2004 5:47 AM (in response to inglass)All you have to do is to look at the jndi context of the server which has ur EJBs.
You can create a hashtable with your EJB server's jndi properties and create a InitialContext out of it.
Then lookup the bean from this context