aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes a web container question 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 "a web container question" Watch "a web container question" New topic
Author

a web container question

dx wu
Ranch Hand

Joined: Apr 28, 2002
Posts: 60
which is true about the web container request processing model?
A.The init method on a filter is called the first time a servlet mapped to that filter is invoked.
B.A filter defined for a servlet must alaways forward control to the next resource in the filter chain.
C.Filters associated with a named servlet are applied in the order they appear in the web application deployment descriptor file.
D.if the init method on a filter throws an UnavaibleException,then the container will make no furter attempt to execute it;

I think the answer is A and C, but there is only one answer .which?


good good study , day day up!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: a web container question
 
Similar Threads
Order of loading of web.xml components/elements
filter objects
init method called twice!
about filter
filter question