Hi,
I have created one web module project in which I have created one jsp.
All logic respective to that jsp I have developed in ejb.
Now I want to invoke this jsp so that it will execute logic in ejb.
How to invoke that jsp and how to establish connection between jsp and ejb?