• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

mock question regarding distributed application across multiple JVMs

 
Ranch Hand
Posts: 339
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Ranch Hand
Posts: 893
Tomcat Server Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The following link might provide you some information

Default servlet context
reply
    Bookmark Topic Watch Topic
  • New Topic