my dog learned polymorphism
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes ServletContext initialization parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "ServletContext initialization parameters" Watch "ServletContext initialization parameters" New topic
Author

ServletContext initialization parameters

Naresh Chaurasia
Ranch Hand

Joined: May 18, 2005
Posts: 309
Hi,
Question 2 of Mock exam chapter 5 says that servletcontext initialization parameters should be used for data that rarely changes. I have doubt whether the statement should be rarely changes or does not change.Can someone give me an instance where this parameter changes.

thnx in advance.


SCJP 1.4, SCWCD1.4, OCA(1Z0-007)
John Wolf
Ranch Hand

Joined: Feb 18, 2002
Posts: 64
Chaurasia,

The Context init-param can only be changed manually by updating the web.xml, hence its for data that "rarely changes." It depends on the parameters being added to the web.xml, one example is the configuration file names or path changes that need to be loaded when the container loads. These file names or path don't change that often, but when they do, you need to update the web.xml.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ServletContext initialization parameters
 
Similar Threads
ServletContext initalization parameters
ServletContext-Regarding
Reading the ContextParams by Container
HFSJ attributes and listeners question doubt
HF Servlets and JSP 2nd ed, ch 5 Coffee Cram, dubious answers