I think u didn't understand my question clearly.....
Let me be more clear...
In WAS I created One instance of Application Server and that instance has one ServletEngine and one webapp ok
Now I created Container_1 and Container_2 on that ServletEngine.....Now the question is both the Containers are running fine and from a
Servlet in one program I want to access Container_1 and in another program I want to access Container_2
so that how the servletEngine is going to access the Containers..
I know there is some EJBContext from where u can get Container Ref...but I am not able to figure out ....
Thanks for you help
Deepak