mock question regarding distributed application across multiple JVMs
pradeep singh
Ranch Hand
Joined: Oct 23, 2007
Posts: 339
posted
0
Question 6. Assuming that the servlet container is distributed across multiple JVMs. Which of the following statements are correct? a>A separate instance of a non-default servlet context will be available on each of the JVM. b>A separate instance of all servlet context will be available on each of the JVMs c>The default servlet context will be present only on one of the JVMs d>There is only one instance of servlet contexts across all the JVMs
Answer??? What are these default and non-default servlet context.Please explain them?
source ont know exactly from where i noted it [ June 02, 2008: Message edited by: pradeep singh ]
SCJP 5.0(75%), SCWCD 5.0(88%)
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted
0
The following link might provide you some information