There is one context per "web application" per Java Virtual Machine
As per servletcontext spec we will have one context per application per JVM.
My question is can we run find 2 JVM's on a single
JBoss instance ?
If Yes then two servletContext will be present .