Java EE application servers like JBoss has both EJB container as well as servlet/web container (assuming my application has both servlets as well as EJBs).
Whenever we talk about application server we always use containers to logically identify the component. I have this doubt-
Is there any corresponds with JVM instances as well ? EJB container and Servlet container share same JVM instance or they have their own ?