• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

default directory doubt

 
Ranch Hand
Posts: 383
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which of the following directories will, by default be visible to a

visiting web browser client? (given webapp as the root directory of the

web application).
Choose at least one answer.
a. webap\WEB-INF
b. webap\WEB-INF\classes
c. webap\jsp -Correct
d. webap\WEB-INF\html

-This example is from the Maucs Green mock exam. I answered "d" but they have given "c" is the correct answer. I answered on the basis of the "default" word in the question. webap\jsp is not default, it is directly accessed by the client. Correct me if I am wrong.
 
Ranch Hand
Posts: 37
IntelliJ IDE Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any other resources under /WEB-INF/** will be protected by web server means that they are NOT visiabled by Client(web brower).
Hope my explaining can help you.
Any one can correct me if having some mistakes.
 
reply
    Bookmark Topic Watch Topic
  • New Topic